diff --git a/bun.lock b/bun.lock index 6fc19f50..53345db3 100644 --- a/bun.lock +++ b/bun.lock @@ -24,7 +24,7 @@ "@fastify/cors": "^11.2.0", "@fastify/multipart": "^10.0.0", "@fastify/static": "^9.1.3", - "@google/genai": "^2.3.0", + "@google/genai": "^2.5.0", "@plexus/shared": "workspace:*", "@sinclair/typebox": "^0.34.49", "csv-parse": "^6.2.1", @@ -303,7 +303,7 @@ "@fastify/static": ["@fastify/static@9.1.3", "", { "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^4.0.0", "content-disposition": "^1.0.1", "fastify-plugin": "^5.0.0", "fastq": "^1.17.1", "glob": "^13.0.0" } }, "sha512-aXrYtsiryLhRxRNaxNqsn7FUISeb7rB9q4eHUPIot5aeQBLNahnz1m6thzm7JWC1poSGXS9XrX8DvuMivp2hkQ=="], - "@google/genai": ["@google/genai@2.3.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-rXDhXUBj31gZafcwQFbXvt8jMrMxZoK7ECjQpk88UfA/OkZls3PtZDprT9lM3jjqRtwRjQoNLoPoNq6MlV8qLw=="], + "@google/genai": ["@google/genai@2.5.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-qDi3LLh9I3llJK0f9uV8kZ8EdT9oHPxGJJ9yOJ/i5YXYrVwRCs8jHo9x4e99uOeKYDvD3TZwT70p/H/LS3BixQ=="], "@humanwhocodes/momoa": ["@humanwhocodes/momoa@2.0.4", "", {}, "sha512-RE815I4arJFtt+FVeU1Tgp9/Xvecacji8w/V6XtXsWWH/wz/eNkNbhb+ny/+PlVZjV0rxQpRSQKNKE3lcktHEA=="], diff --git a/packages/backend/package.json b/packages/backend/package.json index 9e2595ee..72f66ece 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -20,7 +20,7 @@ "@fastify/cors": "^11.2.0", "@fastify/multipart": "^10.0.0", "@fastify/static": "^9.1.3", - "@google/genai": "^2.3.0", + "@google/genai": "^2.5.0", "@plexus/shared": "workspace:*", "@sinclair/typebox": "^0.34.49", "csv-parse": "^6.2.1",