From fbdd6494e4669706bba4e83242590f0408a16428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:57:23 +0000 Subject: [PATCH] Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 3.12.12 to 4.9.9 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.12.12...v4.9.9) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d77c35c..919ce75 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type-check": "bun --bun tsc --noEmit" }, "dependencies": { - "hono": "^3.12.6", + "hono": "^4.9.9", "dockerode": "^4.0.2" }, "devDependencies": {