From 4748d9ab1f923332870ae7b0e9de1c122275d043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:46:47 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.12 to 4.12.14 in /kms/auth-eth-bun Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kms/auth-eth-bun/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kms/auth-eth-bun/package.json b/kms/auth-eth-bun/package.json index 5b13f5fe..686e2bdd 100644 --- a/kms/auth-eth-bun/package.json +++ b/kms/auth-eth-bun/package.json @@ -15,7 +15,7 @@ "check": "bun run lint && bun run test:run" }, "dependencies": { - "hono": "4.12.12", + "hono": "4.12.14", "@hono/zod-validator": "0.2.2", "zod": "3.25.76", "viem": "2.31.7"