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",