From 934640477a6fc95b5d8f1907fa574052baaca8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:42:54 +0000 Subject: [PATCH] Bump callback-data from 1.1.0 to 1.1.1 Bumps [callback-data](https://github.com/deptyped/callback-data) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/deptyped/callback-data/releases) - [Commits](https://github.com/deptyped/callback-data/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: callback-data dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5416556a..4694046a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@grammyjs/i18n": "1.0.1", "@grammyjs/parse-mode": "1.7.1", "@grammyjs/types": "3.2.1", - "callback-data": "1.1.0", + "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.23.2", "grammy": "1.18.1", @@ -1500,9 +1500,9 @@ } }, "node_modules/callback-data": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/callback-data/-/callback-data-1.1.0.tgz", - "integrity": "sha512-6XXxUaALHTSg3M526SaPt1cJLXND3lw8/0gTq+cprSpXCHk0UjrkFl5ihSXlUA4ksixbVw0MhtgIgxiaxhw2zw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/callback-data/-/callback-data-1.1.1.tgz", + "integrity": "sha512-1XoQQTsTkuU0/Ee2vRS64d+mKmM+zfEWgarI3ETPfYV3R5UvArM7C0sXSGPff+Aztea1Vrom6LDs9HQWSZucXQ==" }, "node_modules/callsites": { "version": "3.1.0", diff --git a/package.json b/package.json index 6f38b5a0..b8aa7b22 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@grammyjs/i18n": "1.0.1", "@grammyjs/parse-mode": "1.7.1", "@grammyjs/types": "3.2.1", - "callback-data": "1.1.0", + "callback-data": "1.1.1", "dotenv": "16.3.1", "fastify": "4.23.2", "grammy": "1.18.1",