From d4244c11394551d991de99f1a8ab4e2a0bd2074c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:08:37 +0000 Subject: [PATCH] chore(deps): bump hono from 4.6.9 to 4.12.18 in /examples/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.9 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.9...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 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..495067a51ff1 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.18" }, "scripts": { "dev": "tsx watch src/server.ts",