diff --git a/package-lock.json b/package-lock.json index 9e3405ea5..4cce1afbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2", @@ -25575,10 +25575,9 @@ "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" }, "node_modules/react-hook-form": { - "version": "7.53.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", - "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", - "license": "MIT", + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 7a883d2d1..e7fc82165 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-error-boundary": "^4.0.13", "react-helmet-async": "^2.0.5", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.53.0", + "react-hook-form": "^7.53.1", "react-i18next": "^15.1.0", "react-redux": "^8.1.3", "react-router-dom": "^6.26.2",