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",