From 79f72cf83f0d2a83d76c0e140c3c2268a433d943 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 05:12:58 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.27.1 to 7.46.1 Snyk has created this PR to upgrade react-hook-form from 7.27.1 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/pherval/project/36cc8948-79cc-41f4-a217-07e9d5442d06?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 a18c051..51a9575 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19115,9 +19115,9 @@ } }, "react-hook-form": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.27.1.tgz", - "integrity": "sha512-N3a7A6zIQ8DJeThisVZGtOUabTbJw+7DHJidmB9w8m3chckv2ZWKb5MHps9d2pPJqmCDoWe53Bos56bYmJms5w==" + "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.3.1", diff --git a/package.json b/package.json index c582b99..f9ee4e3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ramda": "^0.28.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.27.1", + "react-hook-form": "^7.46.1", "react-icons": "^4.3.1", "react-intersection-observer": "^8.33.1", "sass": "^1.49.7",