From b4c4a25706c996ee6f295f4a4caa983c61571fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:59:42 +0000 Subject: [PATCH] chore(deps): bump hono from 4.7.1 to 4.11.4 Bumps [hono](https://github.com/honojs/hono) from 4.7.1 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.1...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f61889..7b52e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.8", - "hono": "^4.7.1" + "hono": "^4.11.4" }, "devDependencies": { "@commitlint/cli": "^19.8.0", @@ -964,9 +964,9 @@ } }, "node_modules/hono": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.7.1.tgz", - "integrity": "sha512-V3eWoPkBxoNgFCkSc5Y5rpLF6YoQQx1pkYO4qrF6YfOw8RZbujUNlJLZCxh0z9gZct70+je2Ih7Zrdpv21hP9w==", + "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/package.json b/package.json index a3e4a04..968d27b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@hono/node-server": "^1.13.8", - "hono": "^4.7.1" + "hono": "^4.11.4" }, "devDependencies": { "@commitlint/cli": "^19.8.0",