1 Commits

Author SHA1 Message Date
dependabot[bot] 0633ee148e Bump typescript-telegram-bot-api from 0.11.0 to 0.12.0
Bumps [typescript-telegram-bot-api](https://github.com/Borodin/typescript-telegram-bot-api) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/Borodin/typescript-telegram-bot-api/commits)

---
updated-dependencies:
- dependency-name: typescript-telegram-bot-api
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-18 10:45:27 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -26,7 +26,7 @@
"sharp": "^0.34.5", "sharp": "^0.34.5",
"systeminformation": "^5.31.4", "systeminformation": "^5.31.4",
"twemoji": "^14.0.2", "twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.11.0", "typescript-telegram-bot-api": "^0.13.0",
"youtubei.js": "^16.0.1", "youtubei.js": "^16.0.1",
"zod": "^4.3.6" "zod": "^4.3.6"
}, },
@@ -7232,9 +7232,9 @@
} }
}, },
"node_modules/typescript-telegram-bot-api": { "node_modules/typescript-telegram-bot-api": {
"version": "0.11.0", "version": "0.13.0",
"resolved": "https://registry.npmjs.org/typescript-telegram-bot-api/-/typescript-telegram-bot-api-0.11.0.tgz", "resolved": "https://registry.npmjs.org/typescript-telegram-bot-api/-/typescript-telegram-bot-api-0.13.0.tgz",
"integrity": "sha512-pWSv0fglpnETAGtptNaqHjqreUTunRstfxeI9opdhq7P8T8T/tbBH8nLzP7WVAoFW55F4I6biKa9NOx1bs5O3Q==", "integrity": "sha512-6IAvXLjBUxH4lVaF85TXFhmaVUUjXdr8evUFJq2vTXlsK398gzlhRGz8rUQWllpyTvbj4UFRxiHYXuOZSjr9aA==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"axios": "^1.7.7", "axios": "^1.7.7",
+1 -1
View File
@@ -26,7 +26,7 @@
"sharp": "^0.34.5", "sharp": "^0.34.5",
"systeminformation": "^5.31.4", "systeminformation": "^5.31.4",
"twemoji": "^14.0.2", "twemoji": "^14.0.2",
"typescript-telegram-bot-api": "^0.11.0", "typescript-telegram-bot-api": "^0.13.0",
"youtubei.js": "^16.0.1", "youtubei.js": "^16.0.1",
"zod": "^4.3.6" "zod": "^4.3.6"
}, },