From fbe52bf7076288ea8e88780e5a048f44941d9ccb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Sep 2023 14:37:48 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.25.3 to 7.46.1 Snyk has created this PR to upgrade react-hook-form from 7.25.3 to 7.46.1. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/victorcmarinho/project/5a6b3cb7-4960-4017-8c0c-b5de7cd46e5e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1af6e76..a872ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20778,9 +20778,9 @@ } }, "react-hook-form": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.25.3.tgz", - "integrity": "sha512-jL4SByMaC8U3Vhu9s7CwgJBP4M6I3Kpwxib9LrCwWSRPnXDrNQL4uihSTqLLoDICqSUhwwvian9uVYfv+ITtGg==" + "version": "7.46.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", + "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==" }, "react-icons": { "version": "4.2.0", diff --git a/package.json b/package.json index e42679c..e4c07c7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "polished": "^4.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.25.3", + "react-hook-form": "^7.46.1", "react-icons": "^4.2.0", "react-lottie": "^1.2.3", "react-router-dom": "^5.2.0",