From 60bc74e0a5c6b9cd2766349745c417c8c582d1b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Dec 2022 23:22:06 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.39.1 to 7.39.2 Snyk has created this PR to upgrade react-hook-form from 7.39.1 to 7.39.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/danzo7/project/dc978337-6335-43e1-ae2d-9d6ad57f9b0d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d5a3e8e..b31e74cb 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-countdown": "^2.3.3", "react-datepicker": "^4.8.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.39.1", + "react-hook-form": "^7.39.2", "react-inlinesvg": "^3.0.1", "react-redux": "^8.0.5", "react-router-dom": "6.3.0", diff --git a/yarn.lock b/yarn.lock index 3d397b24..0a7ac51e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14181,10 +14181,10 @@ react-from-dom@^0.6.2: resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.6.2.tgz#9da903a508c91c013b55afcd59348b8b0a39bdb4" integrity sha512-qvWWTL/4xw4k/Dywd41RBpLQUSq97csuv15qrxN+izNeLYlD9wn5W8LspbfYe5CWbaSdkZ72BsaYBPQf2x4VbQ== -react-hook-form@^7.39.1: - version "7.39.1" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.39.1.tgz#ded87d4b3f6692d1f9219515f78ca282b6e1ebf7" - integrity sha512-MiF9PCILN5KulhSGbnjohMiTOrB47GerDTichMNP0y2cPUu1GTRFqbunOxCE9N1499YTLMV/ne4gFzqCp1rxrQ== +react-hook-form@^7.39.2: + version "7.40.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.40.0.tgz#62bc939dddca88522cd7f5135b6603192ccf7e17" + integrity sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw== react-inlinesvg@^3.0.1: version "3.0.1"