diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7735168..58a2636 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: ^2.1.2 version: 2.1.2(@bufbuild/protobuf@2.14.0)(@connectrpc/connect@2.1.2(@bufbuild/protobuf@2.14.0)) '@google/genai': - specifier: ^2.18.0 - version: 2.18.0 + specifier: ^2.19.0 + version: 2.19.0 '@radix-ui/react-dialog': specifier: ^1.1.23 version: 1.1.23(@types/react-dom@19.2.5(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8) @@ -259,8 +259,8 @@ packages: '@noble/hashes': optional: true - '@google/genai@2.18.0': - resolution: {integrity: sha512-uy9gWVTAZXuA/2tld0QJl/QNiGEn4QOmfX4PiRgZQmeFQRQhojpD/Gf41SPnBJmjEnT83a+h4AdU1HHYaYvVDw==} + '@google/genai@2.19.0': + resolution: {integrity: sha512-IM3u1FjpOLyOPsPh0smGA6Ntj2olUWCPbTs/WQj7cA/2AKCGw/652W7IaySx0XtwuscFnMYBoraebQusSZ0zSQ==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -2242,7 +2242,7 @@ snapshots: '@exodus/bytes@1.15.1': {} - '@google/genai@2.18.0': + '@google/genai@2.19.0': dependencies: google-auth-library: 10.5.0 p-retry: 4.6.2 diff --git a/web/package.json b/web/package.json old mode 100755 new mode 100644 index 0672da1..5589c54 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ "@bufbuild/protobuf": "^2.14.0", "@connectrpc/connect": "^2.1.2", "@connectrpc/connect-web": "^2.1.2", - "@google/genai": "^2.18.0", + "@google/genai": "^2.19.0", "@radix-ui/react-dialog": "^1.1.23", "@radix-ui/react-label": "^2.1.15", "@radix-ui/react-progress": "^1.1.16",