From 21e5af86c5951a93da02819305654acd895df25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:40:09 +0000 Subject: [PATCH] Bump hono from 4.5.8 to 4.5.10 (#568) Bumps [hono](https://github.com/honojs/hono) from 4.5.8 to 4.5.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.5.8...v4.5.10) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8532c772..02e68674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "callback-data": "1.1.1", "grammy": "1.27.0", "grammy-guard": "0.5.0", - "hono": "4.5.8", + "hono": "4.5.10", "iso-639-1": "3.1.2", "pino": "9.3.2", "pino-pretty": "11.2.2", @@ -3675,9 +3675,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.5.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", - "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", + "version": "4.5.10", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.10.tgz", + "integrity": "sha512-az6tdU1U8o/l0v8O37FIQuc+ER/TeD9vHt/qs8JnBDgMxw6Zu5L2AixUyHeXZNcu87r7iYo8Ey85R7IogOINKA==", "engines": { "node": ">=16.0.0" } diff --git a/package.json b/package.json index cbe4be2d..54096fd1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "callback-data": "1.1.1", "grammy": "1.27.0", "grammy-guard": "0.5.0", - "hono": "4.5.8", + "hono": "4.5.10", "iso-639-1": "3.1.2", "pino": "9.3.2", "pino-pretty": "11.2.2",