From 6e7e4e659dc374688b72969cebc1353358da0b55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Nov 2020 02:46:18 +0000 Subject: [PATCH] build(deps): bump react-hook-form from 6.11.2 to 6.11.3 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.11.2 to 6.11.3. - [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.11.2...v6.11.3) 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 59632c7a..29103250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24884,9 +24884,9 @@ } }, "react-hook-form": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.11.2.tgz", - "integrity": "sha512-3Go23kq3JAsUi5xNtOBi2YVJALufmycyS8eA/hdriAbj3U7/lffPlcl0QWviSy4L0EE+dsQwEX2YSTyMMADQsw==" + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.11.3.tgz", + "integrity": "sha512-RWBQ2FdCI6B247hna8LM1oPThvZiGM8wJkTTOLHRHhSBgD5JrTBYOrteLRo7qKXP9CdVYSAK1kjPs1JCqeWb3g==" }, "react-hotkeys": { "version": "2.0.0", diff --git a/package.json b/package.json index de01c28f..d0dee47b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-countup": "^4.2.3", "react-dom": "^16.14.0", "react-firebaseui-localized": "^1.0.8", - "react-hook-form": "^6.11.2", + "react-hook-form": "^6.11.3", "react-i18next": "^11.7.3", "react-if": "^4.0.1", "react-joyride": "^2.1.1",