From a26b43decb9fa8153240ece5730cbe9bdec90f55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 11:25:54 +0000 Subject: [PATCH] fix: packages/@angular/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- packages/@angular/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@angular/cli/package.json b/packages/@angular/cli/package.json index 67a37e40..e1c20294 100644 --- a/packages/@angular/cli/package.json +++ b/packages/@angular/cli/package.json @@ -76,7 +76,7 @@ "typescript": ">=2.0.0 <2.6.0", "uglifyjs-webpack-plugin": "1.0.0-beta.1", "url-loader": "^0.6.2", - "webpack": "~3.7.1", + "webpack": "~5.0.0", "webpack-concat-plugin": "1.4.0", "webpack-dev-middleware": "~1.12.0", "webpack-dev-server": "~2.7.1",