From bc97a28d7f66dbcec53fbedafeb522a3ab2f6d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 04:28:46 +0000 Subject: [PATCH] Bump grammy from 1.21.2 to 1.22.4 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.21.2 to 1.22.4. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.21.2...v1.22.4) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a97fa1..87768dcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "callback-data": "1.1.1", "dotenv": "16.4.5", "fastify": "4.26.2", - "grammy": "1.21.2", + "grammy": "1.22.4", "grammy-guard": "0.5.0", "iso-639-1": "3.1.2", "node-graceful-shutdown": "1.1.5", @@ -3103,11 +3103,11 @@ "dev": true }, "node_modules/grammy": { - "version": "1.21.2", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.21.2.tgz", - "integrity": "sha512-PbXJNiTv1Faxu5jZJbIbmdS8lzNax8yeOtnSMcxXmnfGP/6cRidoJ/4fNjfTx3JtPqH6mvtjdAx4eh8AhFIhbA==", + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.22.4.tgz", + "integrity": "sha512-7EIdixo4kV/lJWyKswyi5n3AJ2U/2731rPf8a3SKoXQ0tiHdCTvdgc2atdN2b10g8o6wJ2SXTf0xQX3Dqm1buA==", "dependencies": { - "@grammyjs/types": "3.5.2", + "@grammyjs/types": "3.6.2", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -3127,6 +3127,11 @@ "grammy": "^1.10.0" } }, + "node_modules/grammy/node_modules/@grammyjs/types": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.6.2.tgz", + "integrity": "sha512-7OswNRPN72qFUWhysNrY96+5LKBQXgxqw0iNbleYV7G8GB6ZPVdkwFMIZn1Fda2iRKMYT6S6Sxuel0465VGtHQ==" + }, "node_modules/graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", diff --git a/package.json b/package.json index b85cdf09..4e62bc74 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "callback-data": "1.1.1", "dotenv": "16.4.5", "fastify": "4.26.2", - "grammy": "1.21.2", + "grammy": "1.22.4", "grammy-guard": "0.5.0", "iso-639-1": "3.1.2", "node-graceful-shutdown": "1.1.5",