From 79860427e7e994bd78b3fe044177c2ceae920682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:40:56 +0000 Subject: [PATCH] Bump hono from 4.8.2 to 4.10.2 Bumps [hono](https://github.com/honojs/hono) from 4.8.2 to 4.10.2. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.2...v4.10.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b26a2b..b9cc182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "chanfana-openapi-template", "dependencies": { "chanfana": "2.8.1", - "hono": "4.8.2", + "hono": "4.10.2", "zod": "3.25.67" }, "devDependencies": { @@ -2275,9 +2275,10 @@ "dev": true }, "node_modules/hono": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.2.tgz", - "integrity": "sha512-hM+1RIn9PK1I6SiTNS6/y7O1mvg88awYLFEuEtoiMtRyT3SD2iu9pSFgbBXT3b1Ua4IwzvSTLvwO0SEhDxCi4w==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.2.tgz", + "integrity": "sha512-p6fyzl+mQo6uhESLxbF5WlBOAJMDh36PljwlKtP5V1v09NxlqGru3ShK+4wKhSuhuYf8qxMmrivHOa/M7q0sMg==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7f31f72..e2b5965 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "chanfana": "2.8.1", - "hono": "4.8.2", + "hono": "4.10.2", "zod": "3.25.67" }, "devDependencies": {