From 35250aa3e6233ad91c62731f9869f9fb8f1536c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 04:19:31 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.51.1 to 7.53.0 Snyk has created this PR to upgrade react-hook-form from 7.51.1 to 7.53.0. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/developer-red-hat-trusted-application-pipeline/project/62358635-6218-4506-9c5b-1ad33a8f5b3b?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 1e9a2c4c..8fabf8b4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -103,7 +103,7 @@ "oauth4webapi": "^2.10.3", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^7.50.1", + "react-hook-form": "^7.53.0", "react-monaco-editor": "^0.55.0", "react-redux": "^8.0.4", "react-router-last-location": "^2.0.1",