From 68462e1ae16bdbe3ac69a69db3fb3ea11fd0588a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:08:00 +0000 Subject: [PATCH] Bump hono from 4.10.6 to 4.11.4 in /with-hono-cloudflare-workers Bumps [hono](https://github.com/honojs/hono) from 4.10.6 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.10.6...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 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..6937490 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.11.4", "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.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "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..0851613 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.11.4", "zod": "^4.1.12" }, "devDependencies": {