From 38a0b44371ff6847e6333862435bf4e3257beaea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 03:37:24 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index 422681f45aac8..30f1ccd0658c7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,16 +52,16 @@ "react-autocomplete": "^1.8.1", "react-diff-view": "^2.4.7", "react-dom": "^16.9.3", - "react-form": "2.16.0", + "react-form": "4.0.0", "react-ga": "^2.6.0", "react-helmet": "^5.2.0", "react-hot-loader": "^3.1.3", "react-moment": "^0.9.2", "react-paginate": "^6.2.1", - "react-router": "^4.3.1", - "react-router-dom": "^4.2.2", + "react-router": "^6.4.0", + "react-router-dom": "^6.4.0", "react-svg-piechart": "^2.1.1", - "redoc": "^2.0.0-rc.40", + "redoc": "^2.0.0", "sass-loader": "^6.0.6", "source-map-loader": "^0.2.3", "style-loader": "^0.20.1",