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",