From 40377215f6dacbc4d19a2cfba2a87a11480e5a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:52:20 +0000 Subject: [PATCH] :arrow_up: Bump react-hook-form from 7.17.4 to 7.17.5 (#1001) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.17.4 to 7.17.5. - [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.17.4...v7.17.5) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... 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 0d533ff2..a33c97fa 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-easy-crop": "^3.5.2", - "react-hook-form": "^7.17.4", + "react-hook-form": "^7.17.5", "react-hot-toast": "^2.1.0", "react-intl": "^5.20.7", "react-multi-email": "^0.5.3", diff --git a/yarn.lock b/yarn.lock index c179636e..6d24fbe1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6828,10 +6828,10 @@ react-fit@^1.0.3: detect-element-overflow "^1.2.0" prop-types "^15.6.0" -react-hook-form@^7.17.4: - version "7.17.4" - resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.17.4.tgz#232b6aaccddb91eb4a228ac20b154abd90866fdb" - integrity sha512-7XhbCr7d9fDC1TgcK/BUbt7D3q0VJMu7jPErfsa0JrxVjv/nni41xWdJcy0Zb7R+Np8OsCkQ2lMyloAtE3DLiQ== +react-hook-form@^7.17.5: + version "7.17.5" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.17.5.tgz#3852f294159378d0b5893c9fcc89e313937c6f89" + integrity sha512-4bPtPGkpVhZlgtTbtMGi0RFphKHgxCj5u3AsGz3SBdleELlG1pDf9zRQOtfGlOGkZlc7u78RzD0xu9kOw7PYdQ== react-hot-toast@^2.1.0: version "2.1.1"