From e5a197eae261c2b1b518cc00fcd2cd7ef6ba68e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:36:31 +0000 Subject: [PATCH] Bump strip-json-comments from 3.1.1 to 5.0.1 Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) from 3.1.1 to 5.0.1. - [Release notes](https://github.com/sindresorhus/strip-json-comments/releases) - [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v3.1.1...v5.0.1) --- updated-dependencies: - dependency-name: strip-json-comments dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b454892..f04b17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "deep-extend": "^0.6.0", "ini": "~4.1.0", "minimist": "^1.2.8", - "strip-json-comments": "~3.1.1" + "strip-json-comments": "~5.0.1" }, "bin": { "run-con": "cli.js" @@ -43,11 +43,11 @@ } }, "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", + "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", "engines": { - "node": ">=8" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -71,9 +71,9 @@ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", + "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" } } } diff --git a/package.json b/package.json index 7460742..5d1fb30 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "deep-extend": "^0.6.0", "ini": "~4.1.0", "minimist": "^1.2.8", - "strip-json-comments": "~3.1.1" + "strip-json-comments": "~5.0.1" } }