diff --git a/package-lock.json b/package-lock.json index 2538211..05aa242 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.37.0", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0", @@ -182,9 +182,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.20.0.tgz", - "integrity": "sha512-KIoikN5VTj6dcJpzMwXtouzaN3BZJ4jihBuEeXzWr25HtEfCF25V3dN11u+uNYi/9sBDvs0KCKZhyN/xFY0MBg==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.21.0.tgz", + "integrity": "sha512-IMj0EpmglPCICuyfGRx4ENKPSuzS2xMSoPgSPzHC6FtnWKDEmJLBP/GbPv/h3TAeb27txqxm/BUld+gbJk6ccQ==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { @@ -3607,12 +3607,12 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.36.3", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.36.3.tgz", - "integrity": "sha512-OmoYn0WTETbMR7FbEy6QWx0Dvm3Md1O84UOgZLmj19mYlKbhefu2fSHDjoflxDNu8QgIrseQRsFSk4zRRcvJOA==", + "version": "1.37.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.37.0.tgz", + "integrity": "sha512-UBGqGKux+49t1vm7n/m1BaeXIYbWESXjhaFxG+9z33VTLSHdQJwIOmpNKmZSaoBlSWbAJE+IJZ30X7RfWvEolA==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.20.0", + "@grammyjs/types": "3.21.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index b1bd3f3..69bace5 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.37.0", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.3.0", "telegraf-middleware-console-time": "^3.0.0",