diff --git a/package-lock.json b/package-lock.json index ecb79f7b14780..07848d54f1308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.26", "jstransformer-handlebars": "^1.2.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.12", "metalsmith": "^2.4.2", @@ -3267,11 +3267,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": { @@ -11140,9 +11143,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 bb7bbcf761742..8bd3ae653c72e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jquery": "^3.6.0", "jquery.fancytable": "^1.0.26", "jstransformer-handlebars": "^1.2.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^4.0.12", "metalsmith": "^2.4.2",