bump libs

This commit is contained in:
2026-03-18 13:43:35 +03:00
parent 3700f61393
commit d77b33514c
3 changed files with 244 additions and 246 deletions
+11 -11
View File
@@ -8,37 +8,37 @@
"bun:start": "bun run dist/index.js"
},
"dependencies": {
"@google/genai": "^1.43.0",
"@google/genai": "^1.46.0",
"@libsql/client": "^0.17.0",
"@mistralai/mistralai": "^1.14.1",
"@napi-rs/canvas": "^0.1.95",
"@mistralai/mistralai": "^1.15.1",
"@napi-rs/canvas": "^0.1.97",
"axios": "^1.13.6",
"dotenv": "^17.3.1",
"drizzle-orm": "^1.0.0-beta.9-e89174b",
"emoji-regex": "^10.6.0",
"fluent-ffmpeg": "^2.1.3",
"ollama": "^0.6.3",
"openai": "^6.25.0",
"puppeteer": "^24.37.5",
"openai": "^6.32.0",
"puppeteer": "^24.39.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"systeminformation": "^5.31.1",
"systeminformation": "^5.31.4",
"twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.11.0",
"youtubei.js": "^16.0.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.9",
"@types/node": "^25.3.3",
"@types/bun": "^1.3.10",
"@types/node": "^25.5.0",
"@types/qrcode": "^1.5.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"drizzle-kit": "^1.0.0-beta.9-e89174b",
"eslint": "^9.39.3",
"eslint": "^9.39.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}