diff --git a/package-lock.json b/package-lock.json index 77e6f95..00a9419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -236,7 +236,7 @@ "strip-ansi": "^6.0.1", "strip-bom": "^5.0.0", "strip-final-newline": "^4.0.0", - "strip-json-comments": "^2.0.1", + "strip-json-comments": "^5.0.1", "super-regex": "^1.0.0", "supports-color": "^7.2.0", "supports-hyperlinks": "^3.1.0", @@ -7274,6 +7274,15 @@ "rc": "cli.js" } }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/read-package-up": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/read-package-up/-/read-package-up-11.0.0.tgz", @@ -8155,12 +8164,15 @@ } }, "node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "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==", "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/super-regex": { diff --git a/package.json b/package.json index 11c7ad6..1488280 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "strip-ansi": "^6.0.1", "strip-bom": "^5.0.0", "strip-final-newline": "^4.0.0", - "strip-json-comments": "^2.0.1", + "strip-json-comments": "^5.0.1", "super-regex": "^1.0.0", "supports-color": "^7.2.0", "supports-hyperlinks": "^3.1.0",