diff --git a/package-lock.json b/package-lock.json index 8a5d72f238..b901f0584c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33657,17 +33657,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.25.3", - "license": "MIT", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-icons": { @@ -44325,7 +44326,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -50286,7 +50287,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -70622,7 +70623,9 @@ } }, "react-hook-form": { - "version": "7.25.3", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "requires": {} }, "react-icons": { diff --git a/packages/website/package.json b/packages/website/package.json index e0685116f2..a6563d78ce 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -50,7 +50,7 @@ "react-docgen-typescript": "^2.2.2", "react-dom": "17.0.2", "react-focus-lock": "^2.9.1", - "react-hook-form": "7.25.3", + "react-hook-form": "7.52.2", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0",