From b8b6f4a685f812a446fb2b1eae36a82f549b43bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:08:29 +0000 Subject: [PATCH] chore(deps): bump grammy in the npm-production group Bumps the npm-production group with 1 update: [grammy](https://github.com/grammyjs/grammY). Updates `grammy` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: grammy dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8e9675..de37769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,19 +8,22 @@ "name": "inboxbridge", "version": "0.1.0", "dependencies": { - "grammy": "^1.38.4", + "grammy": "^1.44.0", "pino": "^10.1.0", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" + }, + "engines": { + "node": ">=24.0.0" } }, "node_modules/@grammyjs/types": { - "version": "3.27.3", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.27.3.tgz", - "integrity": "sha512-yUKMLliGsGbnxu96YUJ7km7B0zy4PzeH/Jvti5705R/LeKDMqkDV4DckMSt+OrliWQpTwQljHE0QLol5zgxBkg==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.28.0.tgz", + "integrity": "sha512-4JvXCdxRZHCje0M4gHzLwtB4bLno3WD28xd8CNfk4POWIu73BFnSvGeW6OQ5gPem4eYTEwkD9yDaXssixl6tMQ==", "license": "MIT" }, "node_modules/@pinojs/redact": { @@ -87,12 +90,12 @@ } }, "node_modules/grammy": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.43.0.tgz", - "integrity": "sha512-7dYm06A945mXuIk/5HUlSjeyIYChW8vCEiU2dkOKKqJJzwAWxTkCc91Eqbz7TgODh2rtFFKWI/fekowWHOkmjQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.44.0.tgz", + "integrity": "sha512-gGVykS5+c5f1tPV97LuU6IDRMawE2NzpwM9pNz58HQ35IZXDnYL3VOLvNzYognPSeBIOSzQXRu5w96V0aY8y8A==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.27.3", + "@grammyjs/types": "3.28.0", "abort-controller": "^3.0.0", "debug": "^4.4.3", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index 01e2f47..3cabb1a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "telegram:check": "npm run build && node dist/src/scripts/check-telegram.js" }, "dependencies": { - "grammy": "^1.38.4", + "grammy": "^1.44.0", "pino": "^10.1.0", "zod": "^4.1.12" },