From d44125977d7b41b8f6e21fc0c517028457abc7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:07:04 +0000 Subject: [PATCH] build(npm): bump grammy in the patches group across 1 directory Bumps the patches group with 1 update in the / directory: [grammy](https://github.com/grammyjs/grammY). Updates `grammy` from 1.38.3 to 1.38.4 - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.38.3...v1.38.4) --- updated-dependencies: - dependency-name: grammy dependency-version: 1.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... 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 22ce5964..a2c43eef 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.38.4", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0", @@ -3560,9 +3560,9 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.38.3", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.38.3.tgz", - "integrity": "sha512-1eQwNfxrRQ0JOFqd3n1nKqyWkHvCQRCNiH8e5aYm27mIjGPobgss58XN8GORC2ejAWM2+NSdUknrMhYj87cjGg==", + "version": "1.38.4", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.38.4.tgz", + "integrity": "sha512-z07Kin3HgRwMdy40KUs+c9fmNBvGlSxGwcqY8NAH0a8KULGFYEMQaFAo3ge0V5tvmgr02Jgubkf54KjHLAMCbw==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 81913745..09d7d9ea 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.38.4", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0",