From f5cdb016d7ad8acaf0a2e83bfada9ad03f2c1d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:19:41 +0000 Subject: [PATCH] Bump react-hook-form from 6.12.2 to 7.24.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.12.2 to 7.24.0. - [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/v6.12.2...v7.24.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[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 f29c2c44..4fccdcba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14990,9 +14990,9 @@ } }, "react-hook-form": { - "version": "6.12.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.12.2.tgz", - "integrity": "sha512-O72E2DXyk7djFqyy6eYi5yESGweKe0CNHHPS0Mx4JazpLbE4Ox+66ldZ23f0J5ZN/krEjDWRD+hUfg5Shvfhtw==" + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.24.0.tgz", + "integrity": "sha512-N2GT4wmdcgP5bw72q/a+vKUBqy14iNQz+4vaFBJLz9Bw+KNYKUjTzcV/kHfOYbcboMeHP2zgf4i4wTmAwrXssg==" }, "react-intl": { "version": "5.10.6", diff --git a/package.json b/package.json index 0525a318..5fe18f8e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-datepicker": "^3.3.0", "react-dom": "^17.0.1", "react-firebaseui": "^4.1.0", - "react-hook-form": "^6.12.2", + "react-hook-form": "^7.24.0", "react-intl": "^5.10.6", "react-redux": "^7.2.2", "react-redux-toastr": "^7.6.5",