From 17fe34666ed4126e786355e1bef01608911c6446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:11:46 +0000 Subject: [PATCH] Bump grammy from 1.19.2 to 1.19.3 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.19.2 to 1.19.3. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.19.2...v1.19.3) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-patch ... 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 b0d4c90c..f71a86fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.25.1", - "grammy": "1.19.2", + "grammy": "1.19.3", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5", @@ -2879,9 +2879,9 @@ "dev": true }, "node_modules/grammy": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.19.2.tgz", - "integrity": "sha512-bvDWesJgLn65MOsWhShVTVG1bSnh6Yo3OtUwoFzTG21CdPt6r8nzPWcuBSzxMDUQyv8I1c0TXH7zIxXFxiH4sw==", + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.19.3.tgz", + "integrity": "sha512-kz/+r/dD5TAcdltXJhJXqqB678LuLA9TcBQdyXW4xYN2UeN6AGEE92Rvr+S+Q4RU37lxfrplgY1gy91YgWYfbw==", "dependencies": { "@grammyjs/types": "3.3.0", "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index 76afc035..f55b7c74 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.25.1", - "grammy": "1.19.2", + "grammy": "1.19.3", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5",