From 1d09ed0b4e18e980d52d29e200497763fe4c4292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:29:20 +0000 Subject: [PATCH] Bump grammy from 1.19.1 to 1.19.2 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.19.1...v1.19.2) --- 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 f482da07..31aa8d06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.24.0", - "grammy": "1.19.1", + "grammy": "1.19.2", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5", @@ -2897,9 +2897,9 @@ "dev": true }, "node_modules/grammy": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.19.1.tgz", - "integrity": "sha512-eZw/lR8HDj45zAlDOkCEG00lSYLbjltD5hv1zs4DOJ0KNAxPW80rt6bVbvcZaVxdTKIctAHJxURdrH8qdPrv2g==", + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.19.2.tgz", + "integrity": "sha512-bvDWesJgLn65MOsWhShVTVG1bSnh6Yo3OtUwoFzTG21CdPt6r8nzPWcuBSzxMDUQyv8I1c0TXH7zIxXFxiH4sw==", "dependencies": { "@grammyjs/types": "3.3.0", "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index b768252d..47bff88d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.24.0", - "grammy": "1.19.1", + "grammy": "1.19.2", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5",