From 8c50178a9249a638ea8ee3f202bd7bf0e16949c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 07:32:51 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ab53f77d83212..806800c0d2e5a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "tslint-react": "^3.4.0", "typescript": "^3.4.5", "unidiff": "^1.0.2", - "webpack": "^4.41.2", + "webpack": "^5.0.0", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1" },