From 12353282f8f41b136fac2ff61eebdd830d05bd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:18:50 +0000 Subject: [PATCH] build(deps): bump hono from 4.11.7 to 4.11.10 in /kms/auth-simple Bumps [hono](https://github.com/honojs/hono) from 4.11.7 to 4.11.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.7...v4.11.10) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kms/auth-simple/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/auth-simple/package.json b/kms/auth-simple/package.json index 0dcfff87..40a87944 100644 --- a/kms/auth-simple/package.json +++ b/kms/auth-simple/package.json @@ -15,7 +15,7 @@ "check": "bun run lint && bun run test:run" }, "dependencies": { - "hono": "4.11.7", + "hono": "4.11.10", "@hono/zod-validator": "0.2.2", "zod": "3.25.76" },