From 5521bdc6c81a515cf64e57451508d22c62a3995b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:47:40 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a0e6a88..bfac8180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 32f0bf05..4bc8f96b 100644 --- a/package.json +++ b/package.json @@ -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",