From cce76925f64ab602c5e482629d337bce892c740e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:38:30 +0000 Subject: [PATCH] Bump hono from 4.8.2 to 4.9.6 Bumps [hono](https://github.com/honojs/hono) from 4.8.2 to 4.9.6. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.2...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 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..9917556 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.9.6", "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.9.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", + "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7f31f72..590cf33 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "chanfana": "2.8.1", - "hono": "4.8.2", + "hono": "4.9.6", "zod": "3.25.67" }, "devDependencies": {