diff --git a/package-lock.json b/package-lock.json index ebd403d9b..bf3ab820f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.53.0", "react-number-format": "^4.9.4", "react-redux": "^8.1.3", "react-router": "^6.3.0", @@ -16804,11 +16804,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.52.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", - "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "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", diff --git a/package.json b/package.json index 59e6916ba..af5f7b362 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-device-detect": "^2.2.3", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.52.0", + "react-hook-form": "^7.53.0", "react-number-format": "^4.9.4", "react-redux": "^8.1.3", "react-router": "^6.3.0",