From 1c53f804fe21c5193f51351c3e02830fdc671006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:28:18 +0000 Subject: [PATCH] Bump hono from 4.12.8 to 4.12.18 in /worker Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 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..bbf555c 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.18", "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.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/worker/package.json b/worker/package.json index 43d3300..49b9e81 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.18", "jose": "^5.6.3", "marked": "^14.1.4", "nanoid": "^5.0.7",