From af2fb3eefebd50c1db8cc4423090c552dcd5613d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:08:28 +0000 Subject: [PATCH] chore(deps): bump hono from 4.7.1 to 4.11.7 Bumps [hono](https://github.com/honojs/hono) from 4.7.1 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.1...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 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..1a314ba 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.7" }, "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.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/package.json b/package.json index a3e4a04..9bba2b7 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.7" }, "devDependencies": { "@commitlint/cli": "^19.8.0",