From b04e0473c7bf6ac2d20b8c6b58bbede198e30949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:28:49 +0000 Subject: [PATCH] Bump hono from 4.7.8 to 4.10.3 in /hono-cloudflare-worker Bumps [hono](https://github.com/honojs/hono) from 4.7.8 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.8...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hono-cloudflare-worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hono-cloudflare-worker/package.json b/hono-cloudflare-worker/package.json index 7f9a528..67a90a7 100644 --- a/hono-cloudflare-worker/package.json +++ b/hono-cloudflare-worker/package.json @@ -13,7 +13,7 @@ "dependencies": { "@farcaster/auth-client": "^0.6.0", "@farcaster/quick-auth": "workspace:*", - "hono": "^4.7.8", + "hono": "^4.10.3", "jose": "^5.2.3", "viem": "^2.29.0", "zod": "^3.25.1"