build: update yargs to 15.3.0 (#36010)

This is needed as we require the following fix https://github.com/yargs/yargs/issues/1325

PR Close #36010
This commit is contained in:
Alan Agius
2020-03-11 11:18:58 +01:00
committed by Matias Niemelä
parent 42375c4b3a
commit 4fba8a6aea
4 changed files with 49 additions and 36 deletions

View File

@ -22,7 +22,7 @@
"semver": "^6.3.0",
"source-map": "^0.6.1",
"sourcemap-codec": "^1.4.8",
"yargs": "13.1.0"
"yargs": "15.3.0"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",