From e49aa206e30975ac72326fa82348107af5d3b3e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 03:04:35 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PBKDF2-10495496 - https://snyk.io/vuln/SNYK-JS-PBKDF2-10495498 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 422681f45aac8..e63ed9147e684 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "tslint-react": "^3.4.0", "typescript": "^4.0.3", "unidiff": "^1.0.2", - "webpack": "^4.44.2", + "webpack": "^5.0.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" },