diff --git a/package-lock.json b/package-lock.json index 7d8404b..b20a73a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@grammyjs/i18n": "^1.1.2", "@grammyjs/stateless-question": "^4.0.0", "array-filter-unique": "^3.0.0", - "grammy": "^1.36.1", + "grammy": "^1.38.1", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0", @@ -374,9 +374,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.21.0.tgz", - "integrity": "sha512-IMj0EpmglPCICuyfGRx4ENKPSuzS2xMSoPgSPzHC6FtnWKDEmJLBP/GbPv/h3TAeb27txqxm/BUld+gbJk6ccQ==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.22.1.tgz", + "integrity": "sha512-QJX0Y8lpjE+/nuTKGmxybKmvdrLHV7gqbhI/UXoWlJLWtowbwk+oW+ngfHKwegD+ewL2SX8+tQo/1E14Ma0qlw==", "license": "MIT" }, "node_modules/@humanfs/core": { @@ -3545,12 +3545,12 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.37.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.37.0.tgz", - "integrity": "sha512-UBGqGKux+49t1vm7n/m1BaeXIYbWESXjhaFxG+9z33VTLSHdQJwIOmpNKmZSaoBlSWbAJE+IJZ30X7RfWvEolA==", + "version": "1.38.1", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.38.1.tgz", + "integrity": "sha512-aVBMeyYUjZ+rUEI+aV0T4himboXGs8Uf57c+vhtmHplPfgaRT04dyT9pG8R/GAmKeTUPh84GKO0u9IvaEGN6RA==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.21.0", + "@grammyjs/types": "3.22.1", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index d70cba3..ac75575 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@grammyjs/i18n": "^1.1.2", "@grammyjs/stateless-question": "^4.0.0", "array-filter-unique": "^3.0.0", - "grammy": "^1.36.1", + "grammy": "^1.38.1", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0",