build: upgrade yargs package to 13.1.0 (#29722)

Update yargs, because the old version was transitively (via os-local) depending on a vulnerable version of the mem package: https://app.snyk.io/vuln/npm:mem:20180117

PR Close #29722
This commit is contained in:
MaksPob
2019-04-05 15:44:43 +07:00
committed by Andrew Kushnir
parent d47de60944
commit 2ae26ce20b
3 changed files with 166 additions and 70 deletions

View File

@ -20,7 +20,7 @@
"shelljs": "^0.8.1",
"source-map": "^0.6.1",
"tslib": "^1.9.0",
"yargs": "9.0.1"
"yargs": "13.1.0"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",