From 2c810e1cada1dc5827f5a52bbd17548e24e07eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:03:25 +0000 Subject: [PATCH] Bump react-hook-form from 7.8.4 to 7.8.8 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.8.4 to 7.8.8. - [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/v7.8.4...v7.8.8) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... 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 9c950c62e..48d3ade6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3870,9 +3870,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-hook-form": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.8.4.tgz", - "integrity": "sha512-hVh7uAJZS4/c20kNjW4rW+pD7+4RhuMDF3qY82f8wFuuPkoO+Pg5JHSJUqGdPdlI82snOlZ4DK/avIBn5SxItg==" + "version": "7.8.8", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.8.8.tgz", + "integrity": "sha512-hFMPFxAhjqQu2aiUXHHrX87oIUG3wEYFRGWhONdxy5szeMWR7xKlpRj8xJr81oagv0bpTtBvkZWY3nk/uP09EA==" }, "react-instantsearch-core": { "version": "6.11.1", diff --git a/package.json b/package.json index 05c3e00d8..98a2d2923 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "^8.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.8.4", + "react-hook-form": "^7.8.8", "react-instantsearch-dom": "^6.11.1", "react-spring": "^8.0.27", "styled-components": "^5.3.0",