diff --git a/bun.lock b/bun.lock index 41e2127..9aaf856 100644 --- a/bun.lock +++ b/bun.lock @@ -1,12 +1,13 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "gitsdm", "dependencies": { "@anthropic-ai/sdk": "^0.110.0", "@base-ui/react": "^1.6.0", - "@google/genai": "^2.10.0", + "@google/genai": "^2.11.0", "@octokit/rest": "^21.1.1", "@tanstack/react-query": "^5.101.2", "class-variance-authority": "^0.7.1", @@ -235,7 +236,7 @@ "@floating-ui/utils": ["@floating-ui/utils@0.2.11", "", {}, "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg=="], - "@google/genai": ["@google/genai@2.10.0", "", { "dependencies": { "google-auth-library": "^10.3.0", "p-retry": "^4.6.2", "protobufjs": "^7.5.4", "ws": "^8.18.0" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.25.2" }, "optionalPeers": ["@modelcontextprotocol/sdk"] }, "sha512-e4cFxj3tiuMtsgOT4G9c1hXyGJhg7/Buj7VVeBacRY3fRtkRZZ59Q3nuVp2xbq8BGQXLXCDB253qMhklMOeUDg=="], + "@google/genai": ["@google/genai@2.11.0", "", { "dependencies": { "google-auth-library": "^10.3.0", "p-retry": "^4.6.2", "protobufjs": "^7.5.4", "ws": "^8.18.0" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.25.2" }, "optionalPeers": ["@modelcontextprotocol/sdk"] }, "sha512-d2Csf29vS0GfHc52H0MG25ccY4FKvvbDgqDlEovLrPLF8sPegWr/GGO+LMOy85/1SnX0iV0zDAW7R8SsvWg8Vg=="], "@hono/node-server": ["@hono/node-server@1.19.14", "", { "peerDependencies": { "hono": "^4" } }, "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw=="], diff --git a/package.json b/package.json index 104a8f0..4c66642 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.110.0", "@base-ui/react": "^1.6.0", - "@google/genai": "^2.10.0", + "@google/genai": "^2.11.0", "@octokit/rest": "^21.1.1", "@tanstack/react-query": "^5.101.2", "class-variance-authority": "^0.7.1",