diff --git a/package-lock.json b/package-lock.json index 282dc6da9..04cb87e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react": "^18.2", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.5", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", @@ -85,10 +85,10 @@ "react": "^18.2", "react-day-picker": "^8.10.1", "react-dom": "^18.2", - "react-hook-form": "^7.51.3", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", - "tailwindcss-animate": "^1.0.7" + "tailwindcss-animate": "^1.0.7", + "zod": "^3.23.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17544,9 +17544,9 @@ "dev": true }, "node_modules/react-hook-form": { - "version": "7.51.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.3.tgz", - "integrity": "sha512-cvJ/wbHdhYx8aviSWh28w9ImjmVsb5Y05n1+FW786vEZQJV5STNM0pW6ujS+oiBecb0ARBxJFyAnXj9+GHXACQ==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 9b7dd7e26..06e541582 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react": "^18.2", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.5", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", @@ -72,7 +72,7 @@ "react": "^18.2", "react-day-picker": "^8.10.1", "react-dom": "^18.2", - "react-hook-form": "^7.51.3", + "react-hook-form": "^7.51.5", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7",