diff --git a/package-lock.json b/package-lock.json index a841752..2f00d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12404,9 +12404,9 @@ "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" }, "react-hook-form": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-5.4.2.tgz", - "integrity": "sha512-0okvGDiIboTxgWdLTgqsuNeuJPE9YLNuwS0z+1iNvGCYXcHFsrnryI0RCtcFMClflmFKuA4OtD9xZxSrmdLkbw==" + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.1.tgz", + "integrity": "sha512-JBu5TZK3IXzDKw9SuNFwyQFdIx5uGZSmN9QTDsNsDSYdccU/O+43jBUh0zKG4jDc4hiNYYgDw34lLt7qLSeusA==" }, "react-is": { "version": "16.13.1", diff --git a/package.json b/package.json index 12b43f9..2c2cee9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react": "^16.12.0", "react-app-rewired": "^2.1.5", "react-dom": "^16.12.0", - "react-hook-form": "^5.4.2", + "react-hook-form": "^7.12.1", "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", "react-scripts": "^3.4.1",