diff --git a/client/package-lock.json b/client/package-lock.json index 438d02a..62650a5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "clsx": "^2.1.1", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.80.0", "tailwind-merge": "^3.6.0", "zod": "^4.4.3" }, @@ -2272,9 +2272,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.79.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.79.0.tgz", - "integrity": "sha512-mhYp/MTmXvzYX6AJcJVko0rktoIhhmRnEouObj4wF5i/tCttgJvnp1+9wRkpITZjDTqpo4IOSJqu0dBlPlV/Lw==", + "version": "7.80.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.80.0.tgz", + "integrity": "sha512-4P+fk6oXsxY+6xSj7Euhc2sumQD8zQqCuVHoJwoyp9EchP+IUW9OESB7uHFJOKsIBQ4MQqYE84INJFqUCYNoOg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/client/package.json b/client/package.json index eda1627..64573f7 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.80.0", "tailwind-merge": "^3.6.0", "zod": "^4.4.3" },