diff --git a/package-lock.json b/package-lock.json index aab5e42..0e918fc 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.51.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.51.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.0.tgz", + "integrity": "sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 685542d..5219661 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.51.0", "shadcn-ui": "^0.4.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.6",