diff --git a/package-lock.json b/package-lock.json index 12c8339..88287c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "@anthropic-ai/sdk": "^0.24.3", - "@google/genai": "^2.6.0", + "@google/genai": "^2.11.0", "glob": "^13.0.6", "minimatch": "^10.2.5", "openai": "^4.52.7" @@ -788,9 +788,9 @@ } }, "node_modules/@google/genai": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.6.0.tgz", - "integrity": "sha512-HjoW3mPuEn7pnuKABJl9VbDoWDSF4nbwYKYvYYor7YjPeDxrrBxHzu2d1Prcd+BAuC4w+85UP6y7ZdcrQAoO7g==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.11.0.tgz", + "integrity": "sha512-d2Csf29vS0GfHc52H0MG25ccY4FKvvbDgqDlEovLrPLF8sPegWr/GGO+LMOy85/1SnX0iV0zDAW7R8SsvWg8Vg==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index fe6a2df..24474ad 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", "@anthropic-ai/sdk": "^0.24.3", - "@google/genai": "^2.6.0", + "@google/genai": "^2.11.0", "glob": "^13.0.6", "minimatch": "^10.2.5", "openai": "^4.52.7"