diff --git a/package-lock.json b/package-lock.json index 26ff06a57ac08..bef00bfca5f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.25", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.3", "metalsmith": "^2.3.0", @@ -4493,11 +4493,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/keyv": { @@ -14965,9 +14968,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==" }, "keyv": { "version": "3.1.0", diff --git a/package.json b/package.json index 917bd7fff333d..4eb94c9ffd7fd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.25", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.3", "metalsmith": "^2.3.0",