From d663dd974bca1342f23663e0b3dcb017d4b52289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:29:17 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 16.3.0 to 17.4.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 17.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v17.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b70dc1413..12f3a94be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "glob": "^12.0.0", - "globals": "^16.0.0", + "globals": "^17.4.0", "google-artifactregistry-auth": "^3.4.0", "husky": "^9.1.7", "json": "^11.0.0", @@ -9393,9 +9393,9 @@ } }, "node_modules/globals": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", - "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { @@ -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", diff --git a/package.json b/package.json index ff935cb7f..edcda7145 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "glob": "^12.0.0", - "globals": "^16.0.0", + "globals": "^17.4.0", "google-artifactregistry-auth": "^3.4.0", "husky": "^9.1.7", "json": "^11.0.0",