diff --git a/package-lock.json b/package-lock.json index 47b1b2c..28306e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2523,9 +2523,9 @@ } }, "react-hook-form": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.20.5.tgz", - "integrity": "sha512-xYeBmQW6oqxDYAYVWIoZYC7tRD6lJBJt9b8Rr1Mv/VhZ+ZUCy2IuXlm2YA9i0/zl0TKKxqBWQOxGEb3qyVIhMg==" + "version": "7.43.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.3.tgz", + "integrity": "sha512-LV6Fixh+hirrl6dXbM78aB6n//82aKbsNbcofF3wc6nx1UJLu3Jj/gsg1E5C9iISnLX+du8VTUyBUz2aCy+H7w==" }, "react-i18next": { "version": "11.14.3", diff --git a/package.json b/package.json index 1d21dd1..add972d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "notistack": "^2.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.20.5", + "react-hook-form": "^7.43.3", "react-i18next": "^11.14.3", "react-simple-code-editor": "^0.11.0" },