From a5e0bf1ca15e621eb43cad64a9c20f0a79d4cb18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 03:31:23 +0000 Subject: [PATCH] fix: packages/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0f4aa06dee3..a4ce19bc479 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -33,7 +33,7 @@ "@google/gemini-cli-core": "*", "@types/update-notifier": "^6.0.8", "command-exists": "^1.2.9", - "diff": "^7.0.0", + "diff": "^8.0.3", "dotenv": "^16.6.1", "gaxios": "^6.1.1", "glob": "^10.4.1",