From 79a748b94e9216c544b5e6f037bbe1b8fa6c7985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:54:46 +0000 Subject: [PATCH] Bump hono from 4.11.7 to 4.12.25 in /cloudflare_worker_api_proxy Bumps [hono](https://github.com/honojs/hono) from 4.11.7 to 4.12.25. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.7...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cloudflare_worker_api_proxy/package-lock.json | 8 ++++---- cloudflare_worker_api_proxy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloudflare_worker_api_proxy/package-lock.json b/cloudflare_worker_api_proxy/package-lock.json index 1356280..ad437b8 100644 --- a/cloudflare_worker_api_proxy/package-lock.json +++ b/cloudflare_worker_api_proxy/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "chanfana": "^2.6.3", - "hono": "^4.11.7", + "hono": "^4.12.25", "zod": "^3.24.1" }, "devDependencies": { @@ -1285,9 +1285,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", - "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/cloudflare_worker_api_proxy/package.json b/cloudflare_worker_api_proxy/package.json index 528c095..ed0ffe5 100644 --- a/cloudflare_worker_api_proxy/package.json +++ b/cloudflare_worker_api_proxy/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "chanfana": "^2.6.3", - "hono": "^4.11.7", + "hono": "^4.12.25", "zod": "^3.24.1" }, "devDependencies": {