chore(deps-dev): bump strip-json-comments from 5.0.1 to 5.0.2 (#3242)

Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/sindresorhus/strip-json-comments/releases)
- [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: strip-json-comments
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-22 22:30:01 -04:00
committed by GitHub
parent ec50fce6be
commit ac08a17cb6
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"main.css": "3.0.0",
"mocha": "^11.5.0",
"prettier": "3.5.3",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": ">=20"
@@ -7402,7 +7402,9 @@
}
},
"node_modules/strip-json-comments": {
"version": "5.0.1",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.2.tgz",
"integrity": "sha512-4X2FR3UwhNUE9G49aIsJW5hRRR3GXGTBTZRMfv568O60ojM8HcWjV/VxAxCDW3SUND33O6ZY66ZuRcdkj73q2g==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -43,7 +43,7 @@
"main.css": "3.0.0",
"mocha": "^11.5.0",
"prettier": "3.5.3",
"strip-json-comments": "^5.0.1"
"strip-json-comments": "^5.0.2"
},
"engines": {
"node": ">=20"