From 937d35111adf44c0010d067ebd4547d04ad678c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:07:59 +0000 Subject: [PATCH] Bump grammy from 1.36.1 to 1.38.1 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.36.1 to 1.38.1. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.36.1...v1.38.1) --- updated-dependencies: - dependency-name: grammy dependency-version: 1.38.1 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, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1066c117..da32c4ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@grammyjs/types": "3.20.0", "@hono/node-server": "1.14.2", "callback-data": "1.1.1", - "grammy": "1.36.1", + "grammy": "1.38.1", "hono": "4.7.9", "iso-639-1": "3.1.5", "pino": "9.6.0", @@ -4196,12 +4196,12 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.36.1", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.36.1.tgz", - "integrity": "sha512-NZxRWwdUPuVfjBVuycxgVx9TlGd0WYC1IRb5+/yrWeBpWkOVcEcbt3fQcn1oUiT8dcUDj9jqPIdnRltrYkXBew==", + "version": "1.38.1", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.38.1.tgz", + "integrity": "sha512-aVBMeyYUjZ+rUEI+aV0T4himboXGs8Uf57c+vhtmHplPfgaRT04dyT9pG8R/GAmKeTUPh84GKO0u9IvaEGN6RA==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.20.0", + "@grammyjs/types": "3.22.1", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -4210,6 +4210,12 @@ "node": "^12.20.0 || >=14.13.1" } }, + "node_modules/grammy/node_modules/@grammyjs/types": { + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.22.1.tgz", + "integrity": "sha512-QJX0Y8lpjE+/nuTKGmxybKmvdrLHV7gqbhI/UXoWlJLWtowbwk+oW+ngfHKwegD+ewL2SX8+tQo/1E14Ma0qlw==", + "license": "MIT" + }, "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 1f0ce2a7..497d9fc0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@grammyjs/types": "3.20.0", "@hono/node-server": "1.14.2", "callback-data": "1.1.1", - "grammy": "1.36.1", + "grammy": "1.38.1", "hono": "4.7.9", "iso-639-1": "3.1.5", "pino": "9.6.0",