From b39c0efa7b7e7639c65fa8b81365f50b4cee059c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 02:44:34 +0000 Subject: [PATCH] Bump hono from 4.8.5 to 4.12.12 in /packages/auth-api-token Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/auth-api-token/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth-api-token/package.json b/packages/auth-api-token/package.json index 765f46c3..749330c1 100644 --- a/packages/auth-api-token/package.json +++ b/packages/auth-api-token/package.json @@ -46,7 +46,7 @@ "@graphql-codegen/cli": "*", "graphql": "16.11.0", "graphql-scalars": "1", - "hono": "4.8.5", + "hono": "4.12.12", "jose": "5" } }