From 53ae2d4bd821954ead6bbc875cb38a49247dc4b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 21:28:28 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8722251 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 4d0f85f32ff1..c070de591318 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "react-router-dom": "^4.2.2", "superagent": "^3.8.2", "superagent-promise": "^1.1.0", - "swagger-ui-react": "^3.29.0" + "swagger-ui-react": "^5.19.0" }, "devDependencies": { "@babel/core": "^7.0.0-0",