From 5b438130ad6be5d4128242b832cc825745fd4b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 22:22:31 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.32 to 4.12.34 in /apps/api Bumps [hono](https://github.com/honojs/hono) from 4.12.32 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.32...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/package.json b/apps/api/package.json index 01536e1..9543f7d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -18,7 +18,7 @@ "tail": "wrangler tail" }, "dependencies": { - "hono": "4.12.32", + "hono": "4.12.34", "zod": "4.1.13" }, "devDependencies": {