diff --git a/package-lock.json b/package-lock.json index cb15eed385..9d9d3c6368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-error-boundary": "^4.0.11", "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.46.1", "react-i18next": "^13.1.2", "react-redux": "^8.1.2", "react-router-dom": "^6.15.0", @@ -24355,9 +24355,9 @@ "integrity": "sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==" }, "node_modules/react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "version": "7.46.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", + "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index ad82fad2e9..9d1e0e47e8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-error-boundary": "^4.0.11", "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", - "react-hook-form": "^7.45.4", + "react-hook-form": "^7.46.1", "react-i18next": "^13.1.2", "react-redux": "^8.1.2", "react-router-dom": "^6.15.0",