From 2458e8ab0204c0c010e794b12dc5b61be8c7d9b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Mar 2024 01:16:37 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.33.1 to 7.50.1 Snyk has created this PR to upgrade react-hook-form from 7.33.1 to 7.50.1. 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..7f8dbad 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.50.1", "react-i18next": "^11.18.1", "react-material-ui-carousel": "^3.4.2", "react-redux": "^8.0.2",