Bump @google/genai from 1.50.1 to 2.4.0

Bumps [@google/genai](https://github.com/googleapis/js-genai) from 1.50.1 to 2.4.0.
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/js-genai/compare/v1.50.1...v2.4.0)

---
updated-dependencies:
- dependency-name: "@google/genai"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-19 19:18:32 +00:00
committed by GitHub
parent d95c37a322
commit b016575f36
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -8,7 +8,7 @@
"name": "tg-chat-bot", "name": "tg-chat-bot",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@google/genai": "^1.50.1", "@google/genai": "^2.4.0",
"@libsql/client": "^0.17.3", "@libsql/client": "^0.17.3",
"@mistralai/mistralai": "^1.15.1", "@mistralai/mistralai": "^1.15.1",
"@napi-rs/canvas": "^0.1.100", "@napi-rs/canvas": "^0.1.100",
@@ -996,9 +996,10 @@
} }
}, },
"node_modules/@google/genai": { "node_modules/@google/genai": {
"version": "1.50.1", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.50.1.tgz", "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.4.0.tgz",
"integrity": "sha512-YbkX7H9+1Pt8wOt7DDREy8XSoiL6fRDzZQRyaVBarFf8MR3zHGqVdvM4cLbDXqPhxqvegZShgfxb8kw9C7YhAQ==", "integrity": "sha512-q5q26X/yNKjbzrRdVVDIM9KEmN4dhezmhyliCDIn8mPGT0AlfzOqQfZ5iNCGRCEHSPd86oUdhpNpuzAkEZ5LQg==",
"hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"google-auth-library": "^10.3.0", "google-auth-library": "^10.3.0",
+1 -1
View File
@@ -8,7 +8,7 @@
"bun:start": "bun run dist/index.js" "bun:start": "bun run dist/index.js"
}, },
"dependencies": { "dependencies": {
"@google/genai": "^1.50.1", "@google/genai": "^2.4.0",
"@libsql/client": "^0.17.3", "@libsql/client": "^0.17.3",
"@mistralai/mistralai": "^1.15.1", "@mistralai/mistralai": "^1.15.1",
"@napi-rs/canvas": "^0.1.100", "@napi-rs/canvas": "^0.1.100",