From e9c67f27d83ee3d5b25295eca65e826bffffd559 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 05:22:58 +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-15127355 --- 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",