diff --git a/package-lock.json b/package-lock.json index a923868..a1cd26b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.70.0", + "react-hook-form": "^7.71.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" }, @@ -78,7 +78,6 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.58.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" } @@ -16192,9 +16191,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.70.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.70.0.tgz", - "integrity": "sha512-COOMajS4FI3Wuwrs3GPpi/Jeef/5W1DRR84Yl5/ShlT3dKVFUfoGiEZ/QE6Uw8P4T2/CLJdcTVYKvWBMQTEpvw==", + "version": "7.71.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", + "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 3d435b1..9c416f1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@tailwindcss/postcss": "4.1.18", "postcss": "8.5.6", "react": "18.3.1", - "react-hook-form": "7.70.0", + "react-hook-form": "7.71.1", "tailwindcss": "4.1.18", "usehooks-ts": "3.1.1" },