From df0bcdc167b7b2673caf2b3929d2feae5857414c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:52:49 +0000 Subject: [PATCH] build(deps): bump strip-json-comments from 3.1.1 to 5.0.3 Bumps [strip-json-comments](https://github.com/sindresorhus/strip-json-comments) from 3.1.1 to 5.0.3. - [Release notes](https://github.com/sindresorhus/strip-json-comments/releases) - [Commits](https://github.com/sindresorhus/strip-json-comments/compare/v3.1.1...v5.0.3) --- updated-dependencies: - dependency-name: strip-json-comments dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++++++++++++++++++++++--- packages/a2a-server/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 43 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85448711c7b..b289f4fb9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15330,6 +15330,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -17310,7 +17311,7 @@ "@google/gemini-cli-core": "file:../core", "express": "^5.1.0", "fs-extra": "^11.3.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "tar": "^7.5.8", "uuid": "^13.0.0", "winston": "^3.17.0" @@ -17346,6 +17347,18 @@ "url": "https://dotenvx.com" } }, + "packages/a2a-server/node_modules/strip-json-comments": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz", + "integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "packages/a2a-server/node_modules/uuid": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", @@ -17397,7 +17410,7 @@ "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "tar": "^7.5.8", "tinygradient": "^1.1.5", "undici": "^7.10.0", @@ -17442,6 +17455,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/cli/node_modules/strip-json-comments": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz", + "integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "packages/core": { "name": "@google/gemini-cli-core", "version": "0.34.0-nightly.20260304.28af4e127", @@ -17500,7 +17525,7 @@ "shell-quote": "^1.8.3", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "systeminformation": "^5.25.11", "tree-sitter-bash": "^0.25.0", "undici": "^7.10.0", @@ -17694,6 +17719,18 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "packages/core/node_modules/strip-json-comments": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz", + "integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "packages/core/node_modules/uuid": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", diff --git a/packages/a2a-server/package.json b/packages/a2a-server/package.json index b70ea8986a1..009b94b08bf 100644 --- a/packages/a2a-server/package.json +++ b/packages/a2a-server/package.json @@ -30,7 +30,7 @@ "@google/gemini-cli-core": "file:../core", "express": "^5.1.0", "fs-extra": "^11.3.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "tar": "^7.5.8", "uuid": "^13.0.0", "winston": "^3.17.0" diff --git a/packages/cli/package.json b/packages/cli/package.json index cc561eeb8c1..6faa3a89966 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -62,7 +62,7 @@ "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "tar": "^7.5.8", "tinygradient": "^1.1.5", "undici": "^7.10.0", diff --git a/packages/core/package.json b/packages/core/package.json index 827c09bc61d..f8153d1a441 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -74,7 +74,7 @@ "shell-quote": "^1.8.3", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", - "strip-json-comments": "^3.1.1", + "strip-json-comments": "^5.0.3", "systeminformation": "^5.25.11", "tree-sitter-bash": "^0.25.0", "undici": "^7.10.0",