build: update to latest "yargs" package (#39749)

The 15.x versions of `yargs` relied upon a version of `y18n` that
has a SNYK vulnerability.
This commit updates the overall project, and therefore also the
`localize` and `compiler-cli` packages to use the latest version
of `yargs` that does not depend upon the vulnerable `y18n`
version.
The AIO project was already on the latest `yargs` version and so
does not need upgrading.

Fixes #39743

PR Close #39749
This commit is contained in:
Pete Bacon Darwin
2020-11-18 19:41:26 +00:00
committed by Andrew Kushnir
parent d001ecc5a0
commit 5b45fab19d
4 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"source-map": "^0.6.1",
"sourcemap-codec": "^1.4.8",
"tslib": "^2.0.0",
"yargs": "15.3.0"
"yargs": "^16.1.1"
},
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",