From 85b0d2dc058d2bdfb52ff7587f429154ef28ea4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:19:36 +0000 Subject: [PATCH] build(deps): bump junk from 3.1.0 to 4.0.0 Bumps [junk](https://github.com/sindresorhus/junk) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/junk/releases) - [Commits](https://github.com/sindresorhus/junk/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: junk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) 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",