diff --git a/package-lock.json b/package-lock.json index 58db07ec5d26b..1506c68a39c6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,12 @@ { "name": "nodejs.org", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodejs.org", + "version": "1.0.0", "license": "MIT", "dependencies": { "@metalsmith/markdown": "^1.4.0", @@ -16,7 +18,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.26", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.8", "metalsmith": "^2.3.0", @@ -3310,11 +3312,14 @@ } }, "node_modules/junk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", - "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "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/kind-of": { @@ -11288,9 +11293,9 @@ } }, "junk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", - "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-4.0.0.tgz", + "integrity": "sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w==" }, "kind-of": { "version": "6.0.3", diff --git a/package.json b/package.json index aceded5c7dce9..9d058157c5bc0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.26", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.8", "metalsmith": "^2.3.0",