From 10152f842d19dc5fcc472e878091fe0773c02aa0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:38:27 +0000 Subject: [PATCH] build(deps-dev): bump react-hook-form from 5.1.1 to 7.12.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 5.1.1 to 7.12.2. - [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.1.1...v7.12.2) 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 03f2bc2..9b1eccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15567,9 +15567,9 @@ } }, "react-hook-form": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-5.1.1.tgz", - "integrity": "sha512-ZG5YYL7ufdBiXbCdYp3uGg6JOTTeSZ2B0RGVM9/22KXuTv0jeu9oFUa7zJVGO+tM7QN+gEbBODTIfmeQLC89EA==", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.12.2.tgz", + "integrity": "sha512-cpxocjrgpMAJCMJQR51BQhMoEx80/EQqePNihMTgoTYTqCRbd2GExi+N4GJIr+cFqrmbwNj9wxk5oLWYQsUefg==", "dev": true }, "react-i18next": { diff --git a/package.json b/package.json index ecd7866..5e1c415 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "prettier": "^1.19.1", "react": "^16.13.0", "react-dom": "^16.13.0", - "react-hook-form": "^5.1.1", + "react-hook-form": "^7.12.2", "react-i18next": "^11.3.3", "react-select": "^3.0.8", "reactstrap": "^8.4.1",