From 05e24dcb0807f505ed6627c2d22133218b64b838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 21:28:09 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.10 to 4.9.7 Bumps [hono](https://github.com/honojs/hono) from 4.6.10 to 4.9.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.10...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 41b7cf5..051020f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/auth-app": "^7.1.3", "@octokit/core": "^6.1.2", "@octokit/webhooks": "^13.3.0", - "hono": "^4.6.10" + "hono": "^4.9.7" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241112.0", @@ -1106,9 +1106,9 @@ } }, "node_modules/hono": { - "version": "4.6.10", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.10.tgz", - "integrity": "sha512-IXXNfRAZEahFnWBhUUlqKEGF9upeE6hZoRZszvNkyAz/CYp+iVbxm3viMvStlagRJohjlBRGOQ7f4jfcV0XMGg==", + "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 98c3ab9..719acdf 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "@octokit/auth-app": "^7.1.3", "@octokit/core": "^6.1.2", "@octokit/webhooks": "^13.3.0", - "hono": "^4.6.10" + "hono": "^4.9.7" } }