From cdd27899515fd92f768bc301b1d0a3df72315814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:40:20 +0000 Subject: [PATCH] Bump hono from 4.11.1 to 4.11.4 in /react-router-hono-fullstack-template Bumps [hono](https://github.com/honojs/hono) from 4.11.1 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.1...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- react-router-hono-fullstack-template/package-lock.json | 8 ++++---- react-router-hono-fullstack-template/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-router-hono-fullstack-template/package-lock.json b/react-router-hono-fullstack-template/package-lock.json index 80cab73e4..4388e0763 100644 --- a/react-router-hono-fullstack-template/package-lock.json +++ b/react-router-hono-fullstack-template/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "react-router-hono-fullstack-template", "dependencies": { - "hono": "4.11.1", + "hono": "4.11.4", "isbot": "5.1.32", "react": "19.2.1", "react-dom": "19.2.1", @@ -3559,9 +3559,9 @@ } }, "node_modules/hono": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.1.tgz", - "integrity": "sha512-KsFcH0xxHes0J4zaQgWbYwmz3UPOOskdqZmItstUG93+Wk1ePBLkLGwbP9zlmh1BFUiL8Qp+Xfu9P7feJWpGNg==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/react-router-hono-fullstack-template/package.json b/react-router-hono-fullstack-template/package.json index 33005fc67..c8dd0bbd2 100644 --- a/react-router-hono-fullstack-template/package.json +++ b/react-router-hono-fullstack-template/package.json @@ -15,7 +15,7 @@ "publish": true }, "dependencies": { - "hono": "4.11.1", + "hono": "4.11.4", "isbot": "5.1.32", "react": "19.2.1", "react-dom": "19.2.1",