diff --git a/package-lock.json b/package-lock.json index 3e3026a..1425f34 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.31.0", + "grammy": "^1.36.1", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.2.1", "telegraf-middleware-console-time": "^3.0.0", @@ -182,9 +182,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.19.0.tgz", - "integrity": "sha512-N0MS+RJG+AGSNuka1GWVj88oyK1oti4I0eQq6jGo4hic3P9MwFfnHjGQuIExZ3tlJUrZYwC/T7gk4Tu3+guJyg==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.20.0.tgz", + "integrity": "sha512-KIoikN5VTj6dcJpzMwXtouzaN3BZJ4jihBuEeXzWr25HtEfCF25V3dN11u+uNYi/9sBDvs0KCKZhyN/xFY0MBg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { @@ -3605,12 +3605,12 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.35.1.tgz", - "integrity": "sha512-6kNMODaXVj0R+dqYcHqMyjOURsCUFGvVkd7z/dDO1H1cqrGW/kyAFc4oETUKkcyUN/X80N0DchNVuc2JmTPxPQ==", + "version": "1.36.1", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.36.1.tgz", + "integrity": "sha512-NZxRWwdUPuVfjBVuycxgVx9TlGd0WYC1IRb5+/yrWeBpWkOVcEcbt3fQcn1oUiT8dcUDj9jqPIdnRltrYkXBew==", "license": "MIT", "dependencies": { - "@grammyjs/types": "3.19.0", + "@grammyjs/types": "3.20.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index cd4290a..a3fbe3a 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.31.0", + "grammy": "^1.36.1", "grammy-inline-menu": "^9.2.0", "json-stable-stringify": "^1.2.1", "telegraf-middleware-console-time": "^3.0.0",