diff --git a/package-lock.json b/package-lock.json index 1070df12d..b945c3b57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prop-types": "15.8.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.51.5", + "react-hook-form": "7.52.2", "react-intl": "6.6.8", "react-modal": "3.16.1", "react-redux": "9.1.2", @@ -9281,18 +9281,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", - "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "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 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-intl": { diff --git a/package.json b/package.json index d8ec3c8bf..429adad09 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prop-types": "15.8.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-hook-form": "7.51.5", + "react-hook-form": "7.52.2", "react-intl": "6.6.8", "react-modal": "3.16.1", "react-redux": "9.1.2",