From 93b96cf0cc4ea990b269d0518634628744e45e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:33:39 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.6 to 4.11.9 Bumps [hono](https://github.com/honojs/hono) from 4.11.6 to 4.11.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.6...v4.11.9) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.9 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 21bcabd..c6577c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hono/standard-validator": "^0.2.2", "digest-fetch": "^3.1.1", "dotenv": "^17.2.3", - "hono": "^4.10.7", + "hono": "^4.11.9", "hono-openapi": "^1.2.0", "pretty-js-log": "^1.2.0", "tsx": "^4.21.0", @@ -865,9 +865,9 @@ } }, "node_modules/hono": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.6.tgz", - "integrity": "sha512-ofIiiHyl34SV6AuhE3YT2mhO5HRWokce+eUYE82TsP6z0/H3JeJcjVWEMSIAiw2QkjDOEpES/lYsg8eEbsLtdw==", + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz", + "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 047eeb2..6602f1e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hono/standard-validator": "^0.2.2", "digest-fetch": "^3.1.1", "dotenv": "^17.2.3", - "hono": "^4.10.7", + "hono": "^4.11.9", "hono-openapi": "^1.2.0", "pretty-js-log": "^1.2.0", "tsx": "^4.21.0",