diff --git a/package-lock.json b/package-lock.json index f3df459..9336767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", "@types/node": "20.11.19", - "@types/react": "^18.2.57", + "@types/react": "18.2.57", "@types/react-dom": "18.2.7", "@uploadthing/react": "^5.7.0", "autoprefixer": "10.4.15", @@ -27,7 +27,7 @@ "postcss": "8.4.28", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.50.1", "svix": "^1.19.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3", @@ -2294,9 +2294,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "version": "7.50.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", + "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index fc4f943..28ee604 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "postcss": "8.4.28", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.50.1", "svix": "^1.19.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.3",