From 739e2027d79f5a753b84eb1ce24b66d1348cd9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:22:34 +0000 Subject: [PATCH] chore(deps): bump hono from 4.7.1 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.7.1 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.7.1...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 7f61889..6995fe6 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.10.3" }, "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.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 a3e4a04..e605ddd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@hono/node-server": "^1.13.8", - "hono": "^4.7.1" + "hono": "^4.10.3" }, "devDependencies": { "@commitlint/cli": "^19.8.0",