diff --git a/package-lock.json b/package-lock.json index 67ac754..a947090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "commander": "7.2.0", "crocks": "0.12.4", - "junk": "3.1.0", + "junk": "4.0.0", "lazylines": "1.0.0", "ramda": "0.28.0" }, @@ -4356,10 +4356,14 @@ } }, "node_modules/junk": { - "version": "3.1.0", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.0.tgz", + "integrity": "sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w==", "engines": { - "node": ">=8" + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/kleur": { @@ -8796,7 +8800,9 @@ } }, "junk": { - "version": "3.1.0" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.0.tgz", + "integrity": "sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w==" }, "kleur": { "version": "3.0.3", diff --git a/package.json b/package.json index dd2c60a..c8b67b6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "commander": "7.2.0", "crocks": "0.12.4", - "junk": "3.1.0", + "junk": "4.0.0", "lazylines": "1.0.0", "ramda": "0.28.0" },