From b44fb1d05553c95c7fc367e22708976b5b025b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:17:38 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.5 to 4.12.9 Bumps [hono](https://github.com/honojs/hono) from 4.12.5 to 4.12.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.5...v4.12.9) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7900d39..4bd1050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "containers-template", "dependencies": { "@cloudflare/containers": "0.1.1", - "hono": "4.12.5" + "hono": "4.12.9" }, "devDependencies": { "eslint": "^10.0.2", @@ -1812,9 +1812,9 @@ } }, "node_modules/hono": { - "version": "4.12.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", - "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==", + "version": "4.12.9", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", + "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index d83c308..9aa82be 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@cloudflare/containers": "0.1.1", - "hono": "4.12.5" + "hono": "4.12.9" }, "devDependencies": { "eslint": "^10.0.2",