diff --git a/react-postgres-fullstack-template/package-lock.json b/react-postgres-fullstack-template/package-lock.json index 90bd93645..c50182066 100644 --- a/react-postgres-fullstack-template/package-lock.json +++ b/react-postgres-fullstack-template/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-refresh": "0.4.24", "globals": "16.5.0", - "hono": "4.11.1", + "hono": "4.11.4", "postcss": "8.5.6", "postgres": "3.4.7", "vite": "^6.0.0", @@ -4573,9 +4573,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==", "dev": true, "license": "MIT", "engines": { diff --git a/react-postgres-fullstack-template/package.json b/react-postgres-fullstack-template/package.json index efd1c482b..65fe161c1 100644 --- a/react-postgres-fullstack-template/package.json +++ b/react-postgres-fullstack-template/package.json @@ -40,7 +40,7 @@ "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-refresh": "0.4.24", "globals": "16.5.0", - "hono": "4.11.1", + "hono": "4.11.4", "postcss": "8.5.6", "postgres": "3.4.7", "vite": "^6.0.0",