From 6a4a5a95f912da6e5549d09d1592ab8f73343f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:30:32 +0000 Subject: [PATCH] chore(deps): bump color-convert from 2.0.1 to 3.1.3 Bumps [color-convert](https://github.com/Qix-/color-convert) from 2.0.1 to 3.1.3. - [Release notes](https://github.com/Qix-/color-convert/releases) - [Changelog](https://github.com/Qix-/color-convert/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-convert/compare/2.0.1...3.1.3) --- updated-dependencies: - dependency-name: color-convert dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++++++++++++++++++- packages/cli/package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b70dc1413..e03000d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17416,6 +17416,7 @@ "version": "0.36.0-nightly.20260317.2f90b4653", "dependencies": { "@a2a-js/sdk": "0.3.11", + "@agentclientprotocol/sdk": "^0.16.1", "@google-cloud/storage": "^7.16.0", "@google/gemini-cli-core": "file:../core", "express": "^5.1.0", @@ -17541,7 +17542,7 @@ "chalk": "^4.1.2", "cli-spinners": "^2.9.2", "clipboardy": "~5.2.0", - "color-convert": "^2.0.1", + "color-convert": "^3.1.3", "command-exists": "^1.2.9", "comment-json": "^4.2.5", "diff": "^8.0.3", @@ -17628,6 +17629,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/cli/node_modules/color-convert": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz", + "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==", + "license": "MIT", + "dependencies": { + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=14.6" + } + }, + "packages/cli/node_modules/color-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } + }, "packages/cli/node_modules/execa": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz", diff --git a/packages/cli/package.json b/packages/cli/package.json index 40acd6cf8..df041f01a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -40,7 +40,7 @@ "chalk": "^4.1.2", "cli-spinners": "^2.9.2", "clipboardy": "~5.2.0", - "color-convert": "^2.0.1", + "color-convert": "^3.1.3", "command-exists": "^1.2.9", "comment-json": "^4.2.5", "diff": "^8.0.3",