From ac8973bbd845d9ea06f92220e1183b95a615a863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 05:52:44 +0000 Subject: [PATCH] chore(deps): bump react-hook-form from 7.34.2 to 7.35.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.34.2 to 7.35.0. - [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.34.2...v7.35.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef179456ed93..7ef660d29072 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-cool-inview": "^3.0.1", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.34.2", + "react-hook-form": "^7.35.0", "react-hot-toast": "^2.3.0", "react-mentions": "^4.4.7", "uuid": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index af75f3f00521..6d7b395c6914 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8241,10 +8241,10 @@ react-dom@^18.2.0: loose-envify "^1.1.0" scheduler "^0.23.0" -react-hook-form@^7.34.2: - version "7.34.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.34.2.tgz#9ac6d1a309a7c4aaa369d1269357a70e9e9bf4de" - integrity sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ== +react-hook-form@^7.35.0: + version "7.35.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.35.0.tgz#b133de48fc84b1e62f9277ba79dfbacd9bb13dd3" + integrity sha512-9CYdOed+Itbiu5VMVxW0PK9mBR3f0gDGJcZEyUSm0eJbDymQ913TRs2gHcQZZmfTC+rtxyDFRuelMxx/+xwMcw== react-hot-toast@^2.3.0: version "2.3.0"