From 85cceb17e7ba333c5dfd5d3189514e9e8298af09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:20:51 +0000 Subject: [PATCH] build(deps): bump hono from 4.6.10 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.6.10 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.6.10...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 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..58c0c52 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.10.3" }, "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.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 98c3ab9..0a2d052 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.10.3" } }