From 84467e8798aecd8e307cf74d522e963d026ea361 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:35:28 +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-SEMVER-3247795 --- packages/angular-cli/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/angular-cli/package.json b/packages/angular-cli/package.json index af1571836881..9e6017b5f6cb 100644 --- a/packages/angular-cli/package.json +++ b/packages/angular-cli/package.json @@ -30,7 +30,7 @@ "@angular/compiler": "^2.3.1", "@angular/compiler-cli": "^2.3.1", "@angular/core": "^2.3.1", - "@ngtools/webpack": "^1.0.0", + "@ngtools/webpack": "^6.0.0", "async": "^2.1.4", "autoprefixer": "^6.5.3", "chalk": "^1.1.3", @@ -64,7 +64,7 @@ "markdown-it-terminal": "0.0.3", "minimatch": "^3.0.3", "node-modules-path": "^1.0.0", - "node-sass": "^3.10.1", + "node-sass": "^6.0.1", "nopt": "^3.0.1", "offline-plugin": "^3.4.1", "opn": "4.0.1", @@ -75,28 +75,28 @@ "quick-temp": "0.1.5", "raw-loader": "^0.5.1", "readline2": "0.1.1", - "remap-istanbul": "^0.6.4", + "remap-istanbul": "^0.10.0", "resolve": "^1.1.7", "rimraf": "^2.5.3", "rsvp": "^3.0.17", "sass-loader": "^4.0.1", "script-loader": "^0.7.0", - "semver": "^5.1.0", + "semver": "^7.5.2", "silent-error": "^1.0.0", "source-map-loader": "^0.1.5", "sourcemap-istanbul-instrumenter-loader": "^0.2.0", "style-loader": "^0.13.1", - "stylus": "^0.54.5", + "stylus": "^0.56.0", "stylus-loader": "^2.1.0", "temp": "0.8.3", "through": "^2.3.6", - "tslint": "^4.0.2", + "tslint": "^5.0.0", "tslint-loader": "^3.3.0", "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": "4.0.0", "webpack-merge": "^0.14.0", "webpack-sources": "^0.1.3", "yam": "0.0.18",