From ac06e299a517174470d6dfa51ee8771635389669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:08:47 +0000 Subject: [PATCH] Bump hono from 4.8.5 to 4.12.4 in /packages/auth Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.12.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.12.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 2a906f24..f29a5c84 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -55,7 +55,7 @@ "@graphql-tools/wrap": "10", "graphql": "16.11.0", "graphql-scalars": "1", - "hono": "4.8.5", + "hono": "4.12.4", "jose": "5" } }