build(deps-dev): bump comment-json from 4.3.0 to 4.4.1 (#388)

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

---
updated-dependencies:
- dependency-name: comment-json
  dependency-version: 4.4.1
  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-10-06 21:47:40 +02:00
committed by GitHub
parent 4c96f92e1e
commit 5521bdc6c8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^24.7.0",
"comment-json": "^4.3.0",
"comment-json": "^4.4.1",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"ts-jest": "^29.4.4",
@@ -3308,9 +3308,9 @@
"license": "MIT"
},
"node_modules/comment-json": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.3.0.tgz",
"integrity": "sha512-DczdmbvWLd09KATFWY0xcihOO45b32+5V34vZg1oelxqgjtGJotaLrrdFpJRLOdG6Wb031qcg4zOKgnQoBWbEw==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.4.1.tgz",
"integrity": "sha512-r1To31BQD5060QdkC+Iheai7gHwoSZobzunqkf2/kQ6xIAfJyrKNAFUwdKvkK7Qgu7pVTKQEa7ok7Ed3ycAJgg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

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