From 0633ee148e0ea42220492cc8c19380bc776619b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:45:27 +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 fe842d8..c7e0325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "sharp": "^0.34.5", "systeminformation": "^5.31.4", "twemoji": "^14.0.2", - "typescript-telegram-bot-api": "^0.11.0", + "typescript-telegram-bot-api": "^0.13.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.13.0", + "resolved": "https://registry.npmjs.org/typescript-telegram-bot-api/-/typescript-telegram-bot-api-0.13.0.tgz", + "integrity": "sha512-6IAvXLjBUxH4lVaF85TXFhmaVUUjXdr8evUFJq2vTXlsK398gzlhRGz8rUQWllpyTvbj4UFRxiHYXuOZSjr9aA==", "license": "ISC", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index b61d4d8..dad3d74 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "sharp": "^0.34.5", "systeminformation": "^5.31.4", "twemoji": "^14.0.2", - "typescript-telegram-bot-api": "^0.11.0", + "typescript-telegram-bot-api": "^0.13.0", "youtubei.js": "^16.0.1", "zod": "^4.3.6" },