From 3b6e695c3e5c391d027e663375650b494b5d9df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:45:31 +0000 Subject: [PATCH] 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index edfc6d2..99e8761 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "sharp": "^0.34.5", "systeminformation": "^5.31.1", "twemoji": "^14.0.2", - "typescript-telegram-bot-api": "^0.11.0", + "typescript-telegram-bot-api": "^0.12.0", "youtubei.js": "^16.0.1", "zod": "^4.3.6" }, @@ -7232,9 +7232,9 @@ } }, "node_modules/typescript-telegram-bot-api": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/typescript-telegram-bot-api/-/typescript-telegram-bot-api-0.11.0.tgz", - "integrity": "sha512-pWSv0fglpnETAGtptNaqHjqreUTunRstfxeI9opdhq7P8T8T/tbBH8nLzP7WVAoFW55F4I6biKa9NOx1bs5O3Q==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/typescript-telegram-bot-api/-/typescript-telegram-bot-api-0.12.0.tgz", + "integrity": "sha512-E0C7hofT9zrg5yDq0OZj1TJT5e3oxS2lSb79ei8Ju7Wm/ByMkK3mmJ8pHcPC0oGnBjTt4euqWDV3drR+9nh8cg==", "license": "ISC", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index 70a3910..e9a7a04 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "sharp": "^0.34.5", "systeminformation": "^5.31.1", "twemoji": "^14.0.2", - "typescript-telegram-bot-api": "^0.11.0", + "typescript-telegram-bot-api": "^0.12.0", "youtubei.js": "^16.0.1", "zod": "^4.3.6" },