From 976a62f5c6cfc1b4017e5aa5eb9ac9286ba452aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 21:51:02 -0500 Subject: [PATCH] Bump react-hook-form from 6.9.4 to 6.11.4 (#380) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.9.4 to 6.11.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.9.4...v6.11.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9fb0a78e..35d3bfae 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prop-types": "15.7.2", "react": "16.14.0", "react-dom": "16.14.0", - "react-hook-form": "6.9.4" + "react-hook-form": "6.11.4" }, "devDependencies": { "@babel/core": "7.12.3", diff --git a/yarn.lock b/yarn.lock index 2221a627..640aafba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7981,10 +7981,10 @@ react-dom@16.14.0: prop-types "^15.6.2" scheduler "^0.19.1" -react-hook-form@6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.9.4.tgz#750f4d115f11e53600977f829ea09ba90f9ea99f" - integrity sha512-9zD9iKYt6pN6aUxKvJycAmnMGuNmZJzO11V+uOxiQkq/8DncomqROjqdck2u2/wbDYN8/mAFamQmmBaIkn4ziw== +react-hook-form@6.11.4: + version "6.11.4" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.11.4.tgz#726036d33ac8cff8d88c881f6ca96e85795c43ec" + integrity sha512-jIcXczV7Qp2Br4+e1hI99V1WqM+wB/6YlZ/oVQ5OPKeTTpal1sDClMLa7456+kAyRkeZJWj9XwqElio0OfHUWA== react-is@^16.12.0, react-is@^16.8.1: version "16.12.0"