diff --git a/package-lock.json b/package-lock.json index 53f99813d..1c90cf463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19061,15 +19061,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.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", + "engines": { + "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": { @@ -23935,7 +23938,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.2", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -30067,7 +30070,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.2", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha", @@ -41261,9 +41264,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.53.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.2.tgz", + "integrity": "sha512-YVel6fW5sOeedd1524pltpHX+jgU2u3DSDtXEaBORNdqiNrsX/nUI/iGXONegttg0mJVnfrIkiV0cmTU6Oo2xw==", "requires": {} }, "react-icons": { diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..a8da33102 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -43,7 +43,7 @@ "react-error-boundary": "4.0.12", "react-ga": "3.3.0", "react-helmet": "6.1.0", - "react-hook-form": "7.12.2", + "react-hook-form": "7.53.2", "react-icons": "5.0.1", "react-infinite-scroller": "1.2.6", "react-linkify": "1.0.0-alpha",