From 95fbac7aa67e3421b3430f61c960e994a8409aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:26:42 +0000 Subject: [PATCH] Bump hono from 4.12.8 to 4.12.9 in /worker Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...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] --- worker/package-lock.json | 8 ++++---- worker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/worker/package-lock.json b/worker/package-lock.json index 1f2ac3e..137de4d 100644 --- a/worker/package-lock.json +++ b/worker/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hono/zod-validator": "^0.2.2", - "hono": "^4.4.0", + "hono": "^4.12.9", "jose": "^5.6.3", "marked": "^14.1.4", "nanoid": "^5.0.7", @@ -1300,9 +1300,9 @@ } }, "node_modules/hono": { - "version": "4.12.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.8.tgz", - "integrity": "sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==", + "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/worker/package.json b/worker/package.json index 43d3300..31ea809 100644 --- a/worker/package.json +++ b/worker/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@hono/zod-validator": "^0.2.2", - "hono": "^4.4.0", + "hono": "^4.12.9", "jose": "^5.6.3", "marked": "^14.1.4", "nanoid": "^5.0.7",