From a828d98abdc71b11f6cd468a581ddc11a31a27c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:52:08 +0000 Subject: [PATCH] chore(deps): bump hono in /dstack/kms/auth-eth-bun Bumps [hono](https://github.com/honojs/hono) from 4.12.27 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dstack/kms/auth-eth-bun/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dstack/kms/auth-eth-bun/package.json b/dstack/kms/auth-eth-bun/package.json index 229f59a2f..c257b8912 100644 --- a/dstack/kms/auth-eth-bun/package.json +++ b/dstack/kms/auth-eth-bun/package.json @@ -15,7 +15,7 @@ "check": "bun run lint && bun run test:run" }, "dependencies": { - "hono": "4.12.27", + "hono": "4.12.34", "@hono/zod-validator": "0.2.2", "zod": "3.25.76", "viem": "2.31.7"