diff --git a/package-lock.json b/package-lock.json index a7380ad..38c2e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "openai": "6.34.0", "react": "19.2.6", "react-dom": "19.2.6", - "react-hook-form": "7.72.1", + "react-hook-form": "7.81.0", "tailwind-merge": "3.6.0", "zod": "4.3.6" }, @@ -7718,9 +7718,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.72.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.72.1.tgz", - "integrity": "sha512-RhwBoy2ygeVZje+C+bwJ8g0NjTdBmDlJvAUHTxRjTmSUKPYsKfMphkS2sgEMotsY03bP358yEYlnUeZy//D9Ig==", + "version": "7.81.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.81.0.tgz", + "integrity": "sha512-ocbmr2p5KBMoAfj4WCUvped33lVi1Kd5DuDUvQDnB6VEAacOjPI/jMbtDdbhco4y9ct4xUuCmMY0b/C9L0QHjw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 6f41ebe..9cda878 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "openai": "6.34.0", "react": "19.2.6", "react-dom": "19.2.6", - "react-hook-form": "7.72.1", + "react-hook-form": "7.81.0", "tailwind-merge": "3.6.0", "zod": "4.3.6" },