From dd204675ef71dc69fa8d1909ea497a0b8c101fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:04:08 +0000 Subject: [PATCH] Bump grammy from 1.19.3 to 1.20.1 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.19.3 to 1.20.1. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.19.3...v1.20.1) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6975a5e7..f4e2b29f 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.2", - "grammy": "1.19.3", + "grammy": "1.20.1", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5", @@ -2904,11 +2904,11 @@ "dev": true }, "node_modules/grammy": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.19.3.tgz", - "integrity": "sha512-kz/+r/dD5TAcdltXJhJXqqB678LuLA9TcBQdyXW4xYN2UeN6AGEE92Rvr+S+Q4RU37lxfrplgY1gy91YgWYfbw==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.20.1.tgz", + "integrity": "sha512-/vQiO3EGVVl3KmebXOnZLOA3Lfh1h4edi/f7Pu/dFuEijYrdX0hwg2v+vmH5qQn17Fp4i2P2wjbwr2dku5sLzA==", "dependencies": { - "@grammyjs/types": "3.3.0", + "@grammyjs/types": "3.4.4", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -2929,9 +2929,9 @@ } }, "node_modules/grammy/node_modules/@grammyjs/types": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.3.0.tgz", - "integrity": "sha512-18Qb12jXiIptqZAlboJMvFxNxydLskUjvE5PbU8ergKQlNIr8jRvYoHDm4t/x3qEfpf+FNhGw23lyZfgEE6e/g==" + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.4.4.tgz", + "integrity": "sha512-r/m54PnAb1Yh76SNlU/3uc2K9t0cYfZXiYZ6IqJfb245m7QeIH7DnjFTg/OtymybKehdkm3PFlw7QODJNyDqhQ==" }, "node_modules/graphemer": { "version": "1.4.0", diff --git a/package.json b/package.json index 272f10ab..3b9166c4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.25.2", - "grammy": "1.19.3", + "grammy": "1.20.1", "grammy-guard": "0.5.0", "iso-639-1": "3.1.0", "node-graceful-shutdown": "1.1.5",