From 83f5fca2fe396dd97f1e049f8c488552e36566eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:32:16 +0000 Subject: [PATCH] Bump hono from 4.8.9 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.8.9 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.9...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hono/package.json | 2 +- package-lock.json | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/hono/package.json b/examples/hono/package.json index 5fe754b..69f3259 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@obelism/improve-sdk": "^0.3.0", - "hono": "^4.6.1" + "hono": "^4.10.3" }, "devDependencies": { "@types/node": "^22.5.5", diff --git a/package-lock.json b/package-lock.json index 279cc49..58bd965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "version": "1.0.2", "dependencies": { "@obelism/improve-sdk": "^0.3.0", - "hono": "^4.6.1" + "hono": "^4.10.3" }, "devDependencies": { "@types/node": "^22.5.5", @@ -8768,10 +8768,9 @@ } }, "node_modules/hono": { - "version": "4.8.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.9.tgz", - "integrity": "sha512-ERIxkXMRhUxGV7nS/Af52+j2KL60B1eg+k6cPtgzrGughS+espS9KQ7QO0SMnevtmRlBfAcN0mf1jKtO6j/doA==", - "license": "MIT", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "engines": { "node": ">=16.9.0" }