From f9f7a5618cf664217690bf856fc6f9e09db11f9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 05:04:17 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 422681f45aac8..e5ee13587a9fa 100644 --- a/ui/package.json +++ b/ui/package.json @@ -75,7 +75,7 @@ "unidiff": "^1.0.2", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", - "webpack-dev-server": "^3.11.0" + "webpack-dev-server": "^4.8.0" }, "resolutions": { "@types/react": "16.9.3",