From 99554f6963f123452e1d46cb41bac8f19f7bd5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 17:04:46 +0000 Subject: [PATCH] Bump react-hook-form from 6.15.3 to 6.15.4 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.3 to 6.15.4. - [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.15.3...v6.15.4) 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 17ecffccc..72694bbe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3721,9 +3721,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-hook-form": { - "version": "6.15.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.3.tgz", - "integrity": "sha512-593jDlfP66NlMUOW5aNlCTzFWcFAOIyeFIGQtDreVLZ6n2o5D0DBIv/F+6mGZY0kCZs7yArs/YcgZBFLm1IXbg==" + "version": "6.15.4", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.4.tgz", + "integrity": "sha512-K+Sw33DtTMengs8OdqFJI3glzNl1wBzSefD/ksQw/hJf9CnOHQAU6qy82eOrh0IRNt2G53sjr7qnnw1JDjvx1w==" }, "react-instantsearch-core": { "version": "6.10.0", diff --git a/package.json b/package.json index 43b3236b8..984ec01e2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "^8.2.6", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-hook-form": "^6.15.3", + "react-hook-form": "^6.15.4", "react-instantsearch-dom": "^6.10.0", "react-spring": "^8.0.27", "styled-components": "^5.2.1",