From 0ccaac7386f381cfd34c29ee18cfb24b7a4b999f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:27:26 +0000 Subject: [PATCH] Bump hono from 4.12.8 to 4.12.15 in /worker Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.15. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.15) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.15 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..c1d67bf 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.15", "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.15", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", + "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/worker/package.json b/worker/package.json index 43d3300..9536131 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.15", "jose": "^5.6.3", "marked": "^14.1.4", "nanoid": "^5.0.7",