From e4d987c2176f7832171eb5745f997dd0336ac7a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 05:21:28 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.33.1 to 7.51.3 Snyk has created this PR to upgrade react-hook-form from 7.33.1 to 7.51.3. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/supercutcat/project/55202e17-bbb9-4323-88f7-4af4c53898c1?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0747497..5f08916 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "plyr-react": "^5.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.33.1", + "react-hook-form": "^7.51.3", "react-i18next": "^11.18.1", "react-material-ui-carousel": "^3.4.2", "react-redux": "^8.0.2",