fix(deps): update dependency strip-json-comments to ^5.0.2

This commit is contained in:
renovate[bot] 2025-05-16 22:05:00 +00:00 committed by GitHub
parent e96de763bb
commit 13c52db01e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

11
package-lock.json generated
View File

@ -5692,9 +5692,10 @@
}
},
"node_modules/strip-json-comments": {
"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==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.2.tgz",
"integrity": "sha512-4X2FR3UwhNUE9G49aIsJW5hRRR3GXGTBTZRMfv568O60ojM8HcWjV/VxAxCDW3SUND33O6ZY66ZuRcdkj73q2g==",
"license": "MIT",
"engines": {
"node": ">=14.16"
},
@ -6226,7 +6227,7 @@
"@jsdoc/util": "^0.3.4",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"bin": {
"jsdoc": "jsdoc.js"
@ -6278,7 +6279,7 @@
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": ">=v18.12.0"

View File

@ -38,7 +38,7 @@
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": ">=v18.12.0"

View File

@ -23,7 +23,7 @@
"@jsdoc/util": "^0.3.4",
"lodash": "^4.17.21",
"strip-bom": "^5.0.0",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": ">=v18.12.0"