From a6ebc6849d812f5a1655f7df52a8b1d5298ed47f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 19:46:18 +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-YARGSPARSER-560381 --- packages/angular-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular-cli/package.json b/packages/angular-cli/package.json index af1571836881..234006bb458c 100644 --- a/packages/angular-cli/package.json +++ b/packages/angular-cli/package.json @@ -95,8 +95,8 @@ "typescript": "~2.0.3", "url-loader": "^0.5.7", "walk-sync": "^0.2.6", - "webpack": "2.2.0-rc.3", - "webpack-dev-server": "2.2.0-rc.0", + "webpack": "4.0.0", + "webpack-dev-server": "3.11.0", "webpack-merge": "^0.14.0", "webpack-sources": "^0.1.3", "yam": "0.0.18",