From 8ef944b5699e3661cfc1dbea57b3e92d9ef37877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:52:27 +0000 Subject: [PATCH] Bump hono from 4.8.2 to 4.9.7 in /containers-template Bumps [hono](https://github.com/honojs/hono) from 4.8.2 to 4.9.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.2...v4.9.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- containers-template/package-lock.json | 8 ++++---- containers-template/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/containers-template/package-lock.json b/containers-template/package-lock.json index 7d3e0739a..ee1f2535a 100644 --- a/containers-template/package-lock.json +++ b/containers-template/package-lock.json @@ -7,7 +7,7 @@ "name": "containers-template", "dependencies": { "@cloudflare/containers": "^0.0.28", - "hono": "4.8.2" + "hono": "4.9.7" }, "devDependencies": { "typescript": "5.8.3", @@ -1236,9 +1236,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.2.tgz", - "integrity": "sha512-hM+1RIn9PK1I6SiTNS6/y7O1mvg88awYLFEuEtoiMtRyT3SD2iu9pSFgbBXT3b1Ua4IwzvSTLvwO0SEhDxCi4w==", + "version": "4.9.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.7.tgz", + "integrity": "sha512-t4Te6ERzIaC48W3x4hJmBwgNlLhmiEdEE5ViYb02ffw4ignHNHa5IBtPjmbKstmtKa8X6C35iWwK4HaqvrzG9w==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/containers-template/package.json b/containers-template/package.json index d340dd99d..4913aed7a 100644 --- a/containers-template/package.json +++ b/containers-template/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@cloudflare/containers": "^0.0.28", - "hono": "4.8.2" + "hono": "4.9.7" }, "cloudflare": { "label": "Containers Starter",