diff --git a/package-lock.json b/package-lock.json index e05e4b62..5d2aa3a1 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.28.0", "grammy-guard": "0.5.0", "hono": "4.5.2", "iso-639-1": "3.1.2", @@ -3885,12 +3885,11 @@ "license": "ISC" }, "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.28.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.28.0.tgz", + "integrity": "sha512-TwCj5IHlK0I1fhfIGPIhMP61L5mmub7NMMswrpsqZSjtzo7iDDwVIz1dvsKj8FhX046AfAM/Lt99nW8FzIEKgQ==", "dependencies": { - "@grammyjs/types": "3.11.0", + "@grammyjs/types": "3.12.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -3912,9 +3911,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.12.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.12.0.tgz", + "integrity": "sha512-ttC8mFeE+52XwpuXzWarvj5CXWRL2PfHSf1X3WDBC7EzQUqrbPLjJTMnm2ikSOqyTwVseJhtujZ+v42A6NbZmQ==" }, "node_modules/graphemer": { "version": "1.4.0", diff --git a/package.json b/package.json index 1220c4a7..2af9c96d 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.28.0", "grammy-guard": "0.5.0", "hono": "4.5.2", "iso-639-1": "3.1.2",