From 8a463ade74b26bc6a0d1c8c953acf6eab5323ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:39:18 +0000 Subject: [PATCH] Bump hono Bumps the npm_and_yarn group with 1 update in the /packages/server directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.15 to 4.12.16 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.16) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.16 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index a26b6c7..7cc160d 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -21,7 +21,7 @@ "@noble/hashes": "2.2.0", "@tsndr/cloudflare-worker-jwt": "3.2.1", "drizzle-orm": "0.45.2", - "hono": "4.12.15", + "hono": "4.12.16", "otpauth": "9.5.0", "zod": "4.3.6" },