diff --git a/package-lock.json b/package-lock.json index 1ffd08950a..d8925b3ab4 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.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "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": { @@ -44317,7 +44318,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.53.0", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -50268,7 +50269,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.53.0", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0", @@ -70604,7 +70605,9 @@ } }, "react-hook-form": { - "version": "7.25.3", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "requires": {} }, "react-icons": { diff --git a/packages/website/package.json b/packages/website/package.json index 177c017f8e..f57fcec8fc 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.53.0", "react-icons": "4.4.0", "react-live": "2.4.1", "rehype-slug": "^5.1.0",