From 3b17dc9d6e85d304a6ef264920e0a2e3d531fe84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 11:46:39 +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 5e0b0003536d3..5202d7d199e6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "graceful-fs": "^4.2.8", "handlebars": "^4.7.7", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^3.0.8", "metalsmith": "^2.3.0", @@ -4470,11 +4470,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": { @@ -14664,9 +14667,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 9867ad11f8a10..d0864db50ddea 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "graceful-fs": "^4.2.8", "handlebars": "^4.7.7", "jstransformer-handlebars": "^1.1.0", - "junk": "^3.1.0", + "junk": "^4.0.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^3.0.8", "metalsmith": "^2.3.0",