From 3dc03e70a490afc45e97e24bda1aaaa8ec6a3e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:53:37 +0000 Subject: [PATCH] Bump grammy from 1.30.0 to 1.31.0 Bumps [grammy](https://github.com/grammyjs/grammY) from 1.30.0 to 1.31.0. - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 542af54..39fd5f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,9 +119,9 @@ } }, "node_modules/@grammyjs/types": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.14.0.tgz", - "integrity": "sha512-uUVikYAiHNU8CvkeQ6YA/QPbMLgTTpFVLp83VkXCs423w6cDsvfdA6bcrQJGUnc/Q6zHQXXZUftXDYl2b/6L4A==" + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.15.0.tgz", + "integrity": "sha512-XQHJNlF6AuJgVPYL8mEWrYk4Pg/FoP9PryTVSObtf/SWRIk0dCBkIwSaGGoXa1VDrLVWl/dIP79FgS2acJJjdg==" }, "node_modules/@libsql/client-wasm": { "version": "0.14.0", @@ -509,11 +509,11 @@ } }, "node_modules/grammy": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.30.0.tgz", - "integrity": "sha512-uD1kMbgR04qIed4z+eHc68t41ZyzPC3mbHSJD+hQtoTA6RkBSgVxL2HJLmgP7cUjEirlkxHjV6F7Hl7a4Ozvbg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.31.0.tgz", + "integrity": "sha512-JcuogF2NzLl2x/L/cRMkjr2+/dfiFy+9fiKrnt2TQyNMWEXGpsWnG86ey1et3eLmaL8QY30n6RyxmDlH8SVSIg==", "dependencies": { - "@grammyjs/types": "3.14.0", + "@grammyjs/types": "3.15.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0"