From bc6d6c8a9e12c3121899e44ee1d0643c4100d9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:41:18 +0000 Subject: [PATCH] Bump grammy from 1.27.0 to 1.29.0 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.27.0 to 1.29.0. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.27.0...v1.29.0) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02e68674..4c1a48bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@grammyjs/types": "3.11.1", "@hono/node-server": "1.12.0", "callback-data": "1.1.1", - "grammy": "1.27.0", + "grammy": "1.29.0", "grammy-guard": "0.5.0", "hono": "4.5.10", "iso-639-1": "3.1.2", @@ -3607,12 +3607,11 @@ "dev": true }, "node_modules/grammy": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.27.0.tgz", - "integrity": "sha512-gonaKzEEJ+yjpqb/eGuIi2hsCRd+Oeu9fU4AzpvnrMf9U5ju/oRQ+Vnhx3sOtvO+kvwpeRJ4pv577I5SoMcQ0Q==", - "license": "MIT", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.29.0.tgz", + "integrity": "sha512-lj/6K6TGmVAdOpHj0PVFK7N37EGe76bpkbgvN+yqCqXYBIwuQosTe7qLhCls7/4pbDxf2+UVSqSXcOILgGGKWQ==", "dependencies": { - "@grammyjs/types": "3.11.0", + "@grammyjs/types": "3.13.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -3634,9 +3633,9 @@ } }, "node_modules/grammy/node_modules/@grammyjs/types": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.11.0.tgz", - "integrity": "sha512-LBIH8VnSEoeOHJxfvNFQ8QEsRip7D6GhY7y0evMl9W5FQ8p3q3bcYrtO2awxo1rSpi9RcoCKX1icQ60kXkp7+w==" + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.13.0.tgz", + "integrity": "sha512-Oyq6fBuVPyX6iWvxT/0SxJvNisC9GHUEkhZ60qJBHRmwNX4hIcOfhrNEahicn3K9SYyreGPVw3d9wlLRds83cw==" }, "node_modules/graphemer": { "version": "1.4.0", diff --git a/package.json b/package.json index 54096fd1..0cd5d97f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@grammyjs/types": "3.11.1", "@hono/node-server": "1.12.0", "callback-data": "1.1.1", - "grammy": "1.27.0", + "grammy": "1.29.0", "grammy-guard": "0.5.0", "hono": "4.5.10", "iso-639-1": "3.1.2",