From e6ec672a4f38a2cd5ea2e9530ce9123f1943cd7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 09:23:23 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ab53f77d83212..17e9cd9099442 100644 --- a/ui/package.json +++ b/ui/package.json @@ -75,7 +75,7 @@ "unidiff": "^1.0.2", "webpack": "^4.41.2", "webpack-cli": "^3.2.3", - "webpack-dev-server": "^3.2.1" + "webpack-dev-server": "^4.0.0" }, "resolutions": { "@types/react": "16.8.5",