From 67d46f2f8dbd341fd672cdb09ff88f89e2492fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:31:04 +0000 Subject: [PATCH] chore(deps): bump hono from 4.7.1 to 4.9.7 Bumps [hono](https://github.com/honojs/hono) from 4.7.1 to 4.9.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.1...v4.9.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.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..1f297a3 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.9.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.9.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.7.tgz", + "integrity": "sha512-t4Te6ERzIaC48W3x4hJmBwgNlLhmiEdEE5ViYb02ffw4ignHNHa5IBtPjmbKstmtKa8X6C35iWwK4HaqvrzG9w==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index a3e4a04..302567c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@hono/node-server": "^1.13.8", - "hono": "^4.7.1" + "hono": "^4.9.7" }, "devDependencies": { "@commitlint/cli": "^19.8.0",