From 2df81f1f8a4fcd4dfd70a7ec3c4641c5074f71bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:08:22 +0000 Subject: [PATCH] chore(deps): bump grammy in the npm-production group across 1 directory Bumps the npm-production group with 1 update in the / directory: [grammy](https://github.com/grammyjs/grammY). Updates `grammy` from 1.44.0 to 1.45.1 - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.44.0...v1.45.1) --- updated-dependencies: - dependency-name: grammy dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production ... 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 64aaae9..bd9c38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "inboxbridge", "version": "0.1.0", "dependencies": { - "grammy": "^1.44.0", + "grammy": "^1.45.1", "pino": "^10.1.0", "zod": "^4.1.12" }, @@ -21,9 +21,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.28.0.tgz", - "integrity": "sha512-4JvXCdxRZHCje0M4gHzLwtB4bLno3WD28xd8CNfk4POWIu73BFnSvGeW6OQ5gPem4eYTEwkD9yDaXssixl6tMQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-4.0.0.tgz", + "integrity": "sha512-Z8lDLTvOlo12e5Vnly/vQh3JC9ppaitS1dGZ3w068gNitOd/y8tTSiib+Xm38aBGbtYGmUZwOc6afYrLs2CSTg==", "license": "MIT" }, "node_modules/@pinojs/redact": { @@ -90,12 +90,12 @@ } }, "node_modules/grammy": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.44.0.tgz", - "integrity": "sha512-gGVykS5+c5f1tPV97LuU6IDRMawE2NzpwM9pNz58HQ35IZXDnYL3VOLvNzYognPSeBIOSzQXRu5w96V0aY8y8A==", + "version": "1.45.1", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.45.1.tgz", + "integrity": "sha512-Y4VL/hqJMZZxwlUr5ZgM68CFu2iIeEkNLR1cY3+Ww68CIvWARDsoXFix7+31rmyC0+7L85ZI+Pq3E5JSG5+nLQ==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.28.0", + "@grammyjs/types": "4.0.0", "abort-controller": "^3.0.0", "debug": "^4.4.3", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index fd0ae01..e3b1f96 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "telegram:check": "npm run build && node dist/src/tools/check-telegram.js" }, "dependencies": { - "grammy": "^1.44.0", + "grammy": "^1.45.1", "pino": "^10.1.0", "zod": "^4.1.12" },