diff --git a/package-lock.json b/package-lock.json index 9ab8c44f..0a2e2176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@grammyjs/types": "3.11.1", "@hono/node-server": "1.13.5", "callback-data": "1.1.1", - "grammy": "1.27.0", + "grammy": "1.32.0", "grammy-guard": "0.5.0", "hono": "4.6.5", "iso-639-1": "3.1.3", @@ -3622,12 +3622,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.32.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.32.0.tgz", + "integrity": "sha512-FUH7q0BhMyqsx8abo45iwKBnHX6Q9A4o1uUTVA3sjzyQtLzzYLeDgzCgUqjaKUh2xF/+LZBw2lgJkRWlB2RKeg==", "dependencies": { - "@grammyjs/types": "3.11.0", + "@grammyjs/types": "3.16.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -3649,9 +3648,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.16.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.16.0.tgz", + "integrity": "sha512-hElpAJL7/p8PnHvOM0K8+iU0lrVqFgVHzsAknNomZXWT9sFyj5tmEmsAM0JCYBTNvWx5/g5jWU87+PlgUDZ/YA==" }, "node_modules/graphemer": { "version": "1.4.0", diff --git a/package.json b/package.json index ed16da61..3cadc594 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@grammyjs/types": "3.11.1", "@hono/node-server": "1.13.5", "callback-data": "1.1.1", - "grammy": "1.27.0", + "grammy": "1.32.0", "grammy-guard": "0.5.0", "hono": "4.6.5", "iso-639-1": "3.1.3",