From 181b7f4888cce58587d03aca811d5127d650dc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:16:36 +0000 Subject: [PATCH] build(npm): bump grammy from 1.36.3 to 1.37.0 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.36.3 to 1.37.0. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.36.3...v1.37.0) --- updated-dependencies: - dependency-name: grammy dependency-version: 1.37.0 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 2538211..05aa242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@grammyjs/i18n": "^1.1.2", "@grammyjs/stateless-question": "^4.0.0", "array-filter-unique": "^3.0.0", - "grammy": "^1.36.1", + "grammy": "^1.37.0", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0", @@ -182,9 +182,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.20.0.tgz", - "integrity": "sha512-KIoikN5VTj6dcJpzMwXtouzaN3BZJ4jihBuEeXzWr25HtEfCF25V3dN11u+uNYi/9sBDvs0KCKZhyN/xFY0MBg==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.21.0.tgz", + "integrity": "sha512-IMj0EpmglPCICuyfGRx4ENKPSuzS2xMSoPgSPzHC6FtnWKDEmJLBP/GbPv/h3TAeb27txqxm/BUld+gbJk6ccQ==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { @@ -3607,12 +3607,12 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.36.3", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.36.3.tgz", - "integrity": "sha512-OmoYn0WTETbMR7FbEy6QWx0Dvm3Md1O84UOgZLmj19mYlKbhefu2fSHDjoflxDNu8QgIrseQRsFSk4zRRcvJOA==", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.37.0.tgz", + "integrity": "sha512-UBGqGKux+49t1vm7n/m1BaeXIYbWESXjhaFxG+9z33VTLSHdQJwIOmpNKmZSaoBlSWbAJE+IJZ30X7RfWvEolA==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.20.0", + "@grammyjs/types": "3.21.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index b1bd3f3..69bace5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@grammyjs/i18n": "^1.1.2", "@grammyjs/stateless-question": "^4.0.0", "array-filter-unique": "^3.0.0", - "grammy": "^1.36.1", + "grammy": "^1.37.0", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0",