mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-10 08:28:10 -05:00
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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user