From e61a3ca86e0cb3d0c432a9f2ed31dd3a9f77fb81 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:41:07 +0000 Subject: [PATCH] chore(package): update react-hook-form to version 7.51.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8af11c7..f26aebc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.1.0", - "react-hook-form": "^7.32.2", + "react-hook-form": "^7.51.1", "react-hot-toast": "^2.2.0", "react-icons": "^4.4.0" }, diff --git a/yarn.lock b/yarn.lock index e868052..2fe03dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3595,10 +3595,10 @@ react-dom@^18.1.0: loose-envify "^1.1.0" scheduler "^0.22.0" -react-hook-form@^7.32.2: - version "7.32.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.32.2.tgz#58ec2ab0239ce97969baa2faa03ced13fae913ac" - integrity sha512-F1A6n762xaRhvtQH5SkQQhMr19cCkHZYesTcKJJeNmrphiZp/cYFTIzC05FnQry0SspM54oPJ9tXFXlzya8VNQ== +react-hook-form@^7.51.1: + version "7.51.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.1.tgz#3ce5f8b5ef41903b4054a641cef8c0dc8bf8ae85" + integrity sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w== react-hot-toast@^2.2.0: version "2.2.0"