From 40c4d7339f4f62890ca2c9645c1dbcfbf58b5939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:20:56 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.9 to 4.10.3 in /examples/hono Bumps [hono](https://github.com/honojs/hono) from 4.6.9 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.9...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 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 eb307ac7293d..48cc66614e4f 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -7,7 +7,7 @@ "@hono/node-server": "1.13.7", "ai": "workspace:*", "dotenv": "16.4.5", - "hono": "4.6.9" + "hono": "4.10.3" }, "scripts": { "dev": "tsx watch src/server.ts",