From de2188eb1868258d15885393ee38cea34adf7e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:20:30 +0000 Subject: [PATCH] chore(deps): bump hono Bumps the npm_and_yarn group with 1 update in the /apps/backend directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.8 to 4.12.21 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.21) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 9ea785c..f9fd824 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -20,7 +20,7 @@ "@opentelemetry/sdk-trace-base": "2.7.1", "bencode": "^4.0.0", "drizzle-orm": "^0.45.2", - "hono": "4.12.8", + "hono": "4.12.21", "hono-openapi": "1.3.0", "jsonc": "2.0.0", "pino": "10.3.1",