From 97029f0d4b59c4c632ffff3e90ccb48d81079f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:28:37 +0200 Subject: [PATCH] build(npm): bump grammy from 1.27.0 to 1.28.0 in the non-breaking group (#107) Bumps the non-breaking group with 1 update: [grammy](https://github.com/grammyjs/grammY). Updates `grammy` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2340bd6..6855732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@grammyjs/storage-file": "^2.0.0", "async-mqtt": "^2.0.0", "debounce-promise": "^3.1.0", - "grammy": "^1.24.0", + "grammy": "^1.28.0", "grammy-inline-menu": "^9.0.0", "json-stable-stringify": "^1.0.1", "telegraf-middleware-console-time": "^2.1.0", @@ -228,10 +228,9 @@ "license": "MIT" }, "node_modules/@grammyjs/types": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.11.0.tgz", - "integrity": "sha512-LBIH8VnSEoeOHJxfvNFQ8QEsRip7D6GhY7y0evMl9W5FQ8p3q3bcYrtO2awxo1rSpi9RcoCKX1icQ60kXkp7+w==", - "license": "MIT" + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.12.0.tgz", + "integrity": "sha512-ttC8mFeE+52XwpuXzWarvj5CXWRL2PfHSf1X3WDBC7EzQUqrbPLjJTMnm2ikSOqyTwVseJhtujZ+v42A6NbZmQ==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", @@ -3603,12 +3602,11 @@ "license": "ISC" }, "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.28.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.28.0.tgz", + "integrity": "sha512-TwCj5IHlK0I1fhfIGPIhMP61L5mmub7NMMswrpsqZSjtzo7iDDwVIz1dvsKj8FhX046AfAM/Lt99nW8FzIEKgQ==", "dependencies": { - "@grammyjs/types": "3.11.0", + "@grammyjs/types": "3.12.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" diff --git a/package.json b/package.json index 0d581f5..026e8e3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@grammyjs/storage-file": "^2.0.0", "async-mqtt": "^2.0.0", "debounce-promise": "^3.1.0", - "grammy": "^1.24.0", + "grammy": "^1.28.0", "grammy-inline-menu": "^9.0.0", "json-stable-stringify": "^1.0.1", "telegraf-middleware-console-time": "^2.1.0",