From 679e1a39f48f3ee91656f443e8f575eafba089a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:21:09 +0000 Subject: [PATCH] Bump hono from 4.10.6 to 4.12.5 in /with-hono-cloudflare-workers Bumps [hono](https://github.com/honojs/hono) from 4.10.6 to 4.12.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.10.6...v4.12.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-hono-cloudflare-workers/package-lock.json | 8 ++++---- with-hono-cloudflare-workers/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-hono-cloudflare-workers/package-lock.json b/with-hono-cloudflare-workers/package-lock.json index a192388..998a55c 100644 --- a/with-hono-cloudflare-workers/package-lock.json +++ b/with-hono-cloudflare-workers/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@polar-sh/hono": "^0.4.0", "@polar-sh/sdk": "^0.41.5", - "hono": "^4.10.6", + "hono": "^4.12.5", "zod": "^4.1.12" }, "devDependencies": { @@ -1298,9 +1298,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.10.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.6.tgz", - "integrity": "sha512-BIdolzGpDO9MQ4nu3AUuDwHZZ+KViNm+EZ75Ae55eMXMqLVhDFqEMXxtUe9Qh8hjL+pIna/frs2j6Y2yD5Ua/g==", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", + "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/with-hono-cloudflare-workers/package.json b/with-hono-cloudflare-workers/package.json index a0ac8d5..1978a99 100644 --- a/with-hono-cloudflare-workers/package.json +++ b/with-hono-cloudflare-workers/package.json @@ -9,7 +9,7 @@ "dependencies": { "@polar-sh/hono": "^0.4.0", "@polar-sh/sdk": "^0.41.5", - "hono": "^4.10.6", + "hono": "^4.12.5", "zod": "^4.1.12" }, "devDependencies": {