From a2a64b52aebab50e6e99b13762d31d7199c82b19 Mon Sep 17 00:00:00 2001 From: MDCT GitHub Service Account <125407418+mdct-github-service-account@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:28:06 -0400 Subject: [PATCH] [Snyk] Upgrade react-hook-form from 7.51.5 to 7.52.1 (#705) Co-authored-by: snyk-bot --- services/ui-src/package.json | 2 +- services/ui-src/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/ui-src/package.json b/services/ui-src/package.json index be83f7f8c..4f4ad9ebb 100644 --- a/services/ui-src/package.json +++ b/services/ui-src/package.json @@ -32,7 +32,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.52.1", "react-icons": "^4.12.0", "react-router-dom": "6.24.1", "react-uuid": "^1.0.3", diff --git a/services/ui-src/yarn.lock b/services/ui-src/yarn.lock index 00253c821..a98877734 100644 --- a/services/ui-src/yarn.lock +++ b/services/ui-src/yarn.lock @@ -8631,10 +8631,10 @@ react-helmet@^6.1.0: react-fast-compare "^3.1.1" react-side-effect "^2.1.0" -react-hook-form@^7.51.5: - version "7.51.5" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.5.tgz#4afbfb819312db9fea23e8237a3a0d097e128b43" - integrity sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q== +react-hook-form@^7.52.1: + version "7.52.1" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.52.1.tgz#ec2c96437b977f8b89ae2d541a70736c66284852" + integrity sha512-uNKIhaoICJ5KQALYZ4TOaOLElyM+xipord+Ha3crEFhTntdLvWZqVY49Wqd/0GiVCA/f9NjemLeiNPjG7Hpurg== react-icons@^4.12.0: version "4.12.0"