From e6d795f5abbc8e676872318032a5bae168cf46a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:50:03 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.10 to 4.12.4 in /apps/api Bumps [hono](https://github.com/honojs/hono) from 4.11.10 to 4.12.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.10...v4.12.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.4 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 7838052..add5da6 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -20,7 +20,7 @@ "@repo/logger": "workspace:*", "@repo/types": "workspace:*", "drizzle-orm": "0.45.1", - "hono": "4.11.10", + "hono": "4.12.4", "zod": "4.3.6" }, "devDependencies": {