From 88a9b32bb92acfd4b18693a21a5053b4ebd20f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:41:11 +0000 Subject: [PATCH] chore(deps): bump hono from 4.6.9 to 4.12.25 in /examples/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.9 to 4.12.25. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.9...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hono/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hono/package.json b/examples/hono/package.json index 6e163e30c5c9..6d80a5c8cff6 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -7,7 +7,7 @@ "@hono/node-server": "1.13.7", "ai": "7.0.0-beta.44", "dotenv": "16.4.5", - "hono": "4.6.9" + "hono": "4.12.25" }, "scripts": { "dev": "tsx watch src/server.ts",