Merge pull request #2843 from h5bp/dependabot/npm_and_yarn/strip-json-comments-5.0.0

chore(deps-dev): bump strip-json-comments from 4.0.0 to 5.0.0
This commit is contained in:
Rob Larsen
2022-09-01 21:47:37 -04:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"mocha": "^10.0.0",
"modernizr": "3.12.0",
"normalize.css": "8.0.1",
"strip-json-comments": "^4.0.0"
"strip-json-comments": "^5.0.0"
},
"engines": {
"node": ">=14"
@@ -10463,12 +10463,12 @@
}
},
"node_modules/strip-json-comments": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-4.0.0.tgz",
"integrity": "sha512-LzWcbfMbAsEDTRmhjWIioe8GcDRl0fa35YMXFoJKDdiD/quGFmjJjdgPjFJJNwCMaLyQqFIDqCdHD2V4HfLgYA==",
"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==",
"dev": true,
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -19603,9 +19603,9 @@
}
},
"strip-json-comments": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-4.0.0.tgz",
"integrity": "sha512-LzWcbfMbAsEDTRmhjWIioe8GcDRl0fa35YMXFoJKDdiD/quGFmjJjdgPjFJJNwCMaLyQqFIDqCdHD2V4HfLgYA==",
"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==",
"dev": true
},
"supports-color": {

View File

@@ -37,7 +37,7 @@
"mocha": "^10.0.0",
"modernizr": "3.12.0",
"normalize.css": "8.0.1",
"strip-json-comments": "^4.0.0"
"strip-json-comments": "^5.0.0"
},
"engines": {
"node": ">=14"