From 14d0a94330e00b05eb063ab811fb00b2aaf0d737 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 13 Apr 2023 00:43:11 +0800 Subject: [PATCH] [Snyk] Upgrade react-hook-form from 7.20.2 to 7.43.1 (#703) * fix: upgrade react-hook-form from 7.20.2 to 7.43.1 Snyk has created this PR to upgrade react-hook-form from 7.20.2 to 7.43.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/hq/project/c18284e9-3ef1-4818-bb82-470eae0360d3?utm_source=github&utm_medium=referral&page=upgrade-pr * fix(703): adding pattern for running pr workflow * fix(803): enhanced branch-name-to-url --------- Co-authored-by: Stoyan Delev Co-authored-by: Marco Vanali Co-authored-by: James Spencer --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c5e34e5d59..638ab875e0 100644 --- a/package.json +++ b/package.json @@ -244,7 +244,7 @@ "jszip": "^3.7.1", "next-seo": "^4.28.1", "react-focus-lock": "^2.5.0", - "react-hook-form": "^7.5.3", + "react-hook-form": "^7.43.1", "react-hot-toast": "^1.0.2", "react-range": "^1.8.12", "react-transition-group": "^4.4.1", diff --git a/yarn.lock b/yarn.lock index a226159838..477cd5fb10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16350,10 +16350,10 @@ react-helmet@^5.2.1: react-fast-compare "^2.0.2" react-side-effect "^1.1.0" -react-hook-form@^7.5.3: - version "7.20.2" - resolved "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.20.2.tgz" - integrity sha512-J5zkZW0Mf3KuMlk7Tl1tWYXoSjYhfKyEu//NfWTn2xzvv2vnDT5/EE/vHgtNb7kVeYpx6/mHIBd9aOfNnWcOsg== +react-hook-form@^7.43.1: + version "7.43.5" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.43.5.tgz#b320405594f1506d8d57b954383166d4ff563778" + integrity sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ== react-hot-toast@^1.0.2: version "1.0.2"