build(deps-dev): bump comment-json from 4.2.5 to 4.3.0 (#383)

Bumps [comment-json](https://github.com/kaelzhang/node-comment-json) from 4.2.5 to 4.3.0.
- [Release notes](https://github.com/kaelzhang/node-comment-json/releases)
- [Commits](https://github.com/kaelzhang/node-comment-json/compare/4.2.5...4.3.0)

---
updated-dependencies:
- dependency-name: comment-json
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-09-30 10:00:05 +02:00
committed by GitHub
parent e58b7c9a67
commit 095c3f33b2
2 changed files with 6 additions and 28 deletions

32
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^24.5.2",
"comment-json": "^4.2.3",
"comment-json": "^4.3.0",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"ts-jest": "^29.4.4",
@@ -3308,17 +3308,15 @@
"license": "MIT"
},
"node_modules/comment-json": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.5.tgz",
"integrity": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.3.0.tgz",
"integrity": "sha512-DczdmbvWLd09KATFWY0xcihOO45b32+5V34vZg1oelxqgjtGJotaLrrdFpJRLOdG6Wb031qcg4zOKgnQoBWbEw==",
"dev": true,
"license": "MIT",
"dependencies": {
"array-timsort": "^1.0.3",
"core-util-is": "^1.0.3",
"esprima": "^4.0.1",
"has-own-prop": "^2.0.0",
"repeat-string": "^1.6.1"
"esprima": "^4.0.1"
},
"engines": {
"node": ">= 6"
@@ -4192,16 +4190,6 @@
"node": ">=8"
}
},
"node_modules/has-own-prop": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz",
"integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
@@ -7051,16 +7039,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/repeat-string": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10"
}
},
"node_modules/require-directory": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",

View File

@@ -40,7 +40,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^24.5.2",
"comment-json": "^4.2.3",
"comment-json": "^4.3.0",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"ts-jest": "^29.4.4",