diff --git a/package-lock.json b/package-lock.json index 9417232f..7c936305 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.30.0", "grammy-guard": "0.5.0", "hono": "4.6.1", "iso-639-1": "3.1.3", @@ -3621,12 +3621,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.30.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.30.0.tgz", + "integrity": "sha512-uD1kMbgR04qIed4z+eHc68t41ZyzPC3mbHSJD+hQtoTA6RkBSgVxL2HJLmgP7cUjEirlkxHjV6F7Hl7a4Ozvbg==", "dependencies": { - "@grammyjs/types": "3.11.0", + "@grammyjs/types": "3.14.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -3648,9 +3647,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.14.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.14.0.tgz", + "integrity": "sha512-uUVikYAiHNU8CvkeQ6YA/QPbMLgTTpFVLp83VkXCs423w6cDsvfdA6bcrQJGUnc/Q6zHQXXZUftXDYl2b/6L4A==" }, "node_modules/graphemer": { "version": "1.4.0", diff --git a/package.json b/package.json index 9485deed..3391fe88 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.30.0", "grammy-guard": "0.5.0", "hono": "4.6.1", "iso-639-1": "3.1.3",