From bcf4171ff568be473728492a4f9a289a5d7af2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:38:15 +0000 Subject: [PATCH] Bump hono from 4.11.5 to 4.11.7 in /workers Bumps [hono](https://github.com/honojs/hono) from 4.11.5 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.5...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workers/package-lock.json | 8 ++++---- workers/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workers/package-lock.json b/workers/package-lock.json index da11fd3..857e285 100644 --- a/workers/package-lock.json +++ b/workers/package-lock.json @@ -8,7 +8,7 @@ "name": "memory-pool-api", "version": "1.0.0", "dependencies": { - "hono": "^4.0.0" + "hono": "^4.11.7" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240117.0", @@ -1212,9 +1212,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.5.tgz", - "integrity": "sha512-WemPi9/WfyMwZs+ZUXdiwcCh9Y+m7L+8vki9MzDw3jJ+W9Lc+12HGsd368Qc1vZi1xwW8BWMMsnK5efYKPdt4g==", + "version": "4.11.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/workers/package.json b/workers/package.json index 5244ab1..ccfd059 100644 --- a/workers/package.json +++ b/workers/package.json @@ -9,7 +9,7 @@ "tail": "wrangler tail" }, "dependencies": { - "hono": "^4.0.0" + "hono": "^4.11.7" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240117.0",