From 31046463631b7d1eae497d94fd21238062ff298f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:42:12 +0000 Subject: [PATCH] build(deps): bump hono from 4.9.6 to 4.10.3 in /kms/auth-mock Bumps [hono](https://github.com/honojs/hono) from 4.9.6 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.6...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kms/auth-mock/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/auth-mock/package.json b/kms/auth-mock/package.json index a2c38999..3c62e80e 100644 --- a/kms/auth-mock/package.json +++ b/kms/auth-mock/package.json @@ -15,7 +15,7 @@ "check": "bun run lint && bun run test:run" }, "dependencies": { - "hono": "4.9.6", + "hono": "4.10.3", "@hono/zod-validator": "0.2.2", "zod": "3.25.76" },