From d009bc39f391f25cb531ca09a0a0fce55143524e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 06:48:56 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 5.4.2 to 7.12.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 5.4.2 to 7.12.1. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v5.4.2...v7.12.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",