From 0ebabd3999eb818c85327688b46467fc94eb6efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:28:46 +0000 Subject: [PATCH] Bump node-telegram-bot-api from 0.64.0 to 0.65.1 Bumps [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) from 0.64.0 to 0.65.1. - [Release notes](https://github.com/yagop/node-telegram-bot-api/releases) - [Changelog](https://github.com/yagop/node-telegram-bot-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/yagop/node-telegram-bot-api/commits) --- updated-dependencies: - dependency-name: node-telegram-bot-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c26be8..2fce85d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "src/main.ts", "dependencies": { "botway.js": "^0.0.8", - "node-telegram-bot-api": "^0.64.0", + "node-telegram-bot-api": "^0.65.1", "request": "^2.88.2" }, "scripts": {