diff --git a/package-lock.json b/package-lock.json index 91de0f010..9582ab772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20216,15 +20216,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz", - "integrity": "sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==", + "version": "7.45.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", + "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", + "engines": { + "node": ">=12.22.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18" } }, "node_modules/react-icons": { @@ -25354,7 +25357,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.45.2", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -31297,7 +31300,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.45.2", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -43632,9 +43635,9 @@ } }, "react-hook-form": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz", - "integrity": "sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==", + "version": "7.45.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.2.tgz", + "integrity": "sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==", "requires": {} }, "react-icons": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 2399e394b..5c692ba15 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "4.0.3", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.45.2", "react-icons": "4.4.0", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha",