From f202708f797d188235abd3ed962867b211156af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:08:55 +0000 Subject: [PATCH] chore(deps): bump strip-json-comments from 3.1.1 to 5.0.0 Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) from 3.1.1 to 5.0.0. - [Release notes](https://github.com/sindresorhus/strip-json-comments/releases) - [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v3.1.1...v5.0.0) --- 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 25d9030..6d120d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "glob": "^8.1.0", "ignore": "^5.2.4", "resolve": "^1.21.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.0", "yargs": "^17.7.0" }, "bin": { @@ -7658,11 +7658,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.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.0.tgz", + "integrity": "sha512-V1LGY4UUo0jgwC+ELQ2BNWfPa17TIuwBLg+j1AA/9RPzKINl1lhxVEu2r+ZTTO8aetIsUzE5Qj6LMSBkoGYKKw==", "engines": { - "node": ">=8" + "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -13958,9 +13958,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.0.tgz", + "integrity": "sha512-V1LGY4UUo0jgwC+ELQ2BNWfPa17TIuwBLg+j1AA/9RPzKINl1lhxVEu2r+ZTTO8aetIsUzE5Qj6LMSBkoGYKKw==" }, "subarg": { "version": "1.0.0", diff --git a/package.json b/package.json index 75defd5..8bf1d84 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "glob": "^8.1.0", "ignore": "^5.2.4", "resolve": "^1.21.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.0", "yargs": "^17.7.0" }, "devDependencies": {