From d5f3f3694eb56e6f5fc9ecea92ca1a862602cd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 05:23:34 +0000 Subject: [PATCH] chore(deps-dev): bump strip-json-comments from 5.0.0 to 5.0.1 Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/strip-json-comments/releases) - [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: strip-json-comments dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 835d358e56..bc98ad21a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "mocha": "^10.2.0", "modernizr": "3.12.0", "normalize.css": "8.0.1", - "strip-json-comments": "^5.0.0" + "strip-json-comments": "^5.0.1" }, "engines": { "node": ">=14" @@ -10646,9 +10646,9 @@ } }, "node_modules/strip-json-comments": { - "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==", + "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==", "dev": true, "engines": { "node": ">=14.16" @@ -19885,9 +19885,9 @@ } }, "strip-json-comments": { - "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==", + "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==", "dev": true }, "supports-color": { diff --git a/package.json b/package.json index d5adc847e0..eb9de114a6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "mocha": "^10.2.0", "modernizr": "3.12.0", "normalize.css": "8.0.1", - "strip-json-comments": "^5.0.0" + "strip-json-comments": "^5.0.1" }, "engines": { "node": ">=14"