From 92fd657313ba270dae45eca561b4b3b93c219ca4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 08:07:42 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.43.1 to 7.52.1 Snyk has created this PR to upgrade react-hook-form from 7.43.1 to 7.52.1. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/canarycr/project/af01bcc2-3eed-4c5a-812f-8fa974f40c99?utm_source=github&utm_medium=referral&page=upgrade-pr --- kafka-ui-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index 172ec4466ab..d060dc580dc 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -31,7 +31,7 @@ "react-datepicker": "^4.10.0", "react-dom": "^18.1.0", "react-error-boundary": "^3.1.4", - "react-hook-form": "7.43.1", + "react-hook-form": "7.52.1", "react-hot-toast": "^2.4.0", "react-is": "^18.2.0", "react-multi-select-component": "^4.3.3",