From fb890bd97986a3a7dae657ceb8e865d7d21b0bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:42:10 +0000 Subject: [PATCH] build(deps): bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.10.2 to 4.10.3 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.10.2...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd1f9a5..1f727e5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ } ], "dependencies": { - "hono": "4.10.2", + "hono": "4.10.3", "jose": "6.1.0", "wrangler": "4.44.0" },