diff --git a/package-lock.json b/package-lock.json index aab5e42..c5cc4e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.50.0", "shadcn-ui": "^0.4.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.6", @@ -6176,9 +6176,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.46.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", - "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", + "version": "7.50.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", + "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 685542d..c7fef40 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.50.0", "shadcn-ui": "^0.4.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.6",