1
0
Fork 0

update: update dependency yargs to v15.2.0 (#275)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-03-01 11:56:07 -06:00 committed by GitHub
parent 8fa5e344a8
commit 1687d7540d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

@ -94,7 +94,7 @@
"tslint-microsoft-contrib": "6.2.0",
"tslint-sonarts": "1.9.0",
"typescript": "3.8.3",
"yargs": "15.1.0"
"yargs": "15.2.0"
},
"dependencies": {},
"nyc": {

View File

@ -4132,6 +4132,14 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"
yargs-parser@^17.1.0:
version "17.1.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs-parser/-/yargs-parser-17.1.0.tgz#b95ff3201e98b89e86070f92bef636016a0b0766"
integrity sha512-67zLl4/kWtp9eyVuxX+fHZ2Ey4ySWh0awDJlk/EtT0vzspsXbzrFsh76WjYSP3L++zhSwHQRUE3MCBe754RuEg==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
yargs-unparser@1.6.0:
version "1.6.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs-unparser/-/yargs-unparser-1.6.0.tgz#ef25c2c769ff6bd09e4b0f9d7c605fb27846ea9f"
@ -4174,10 +4182,10 @@ yargs@15.0.2, yargs@^15.0.2:
y18n "^4.0.0"
yargs-parser "^16.1.0"
yargs@15.1.0:
version "15.1.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-15.1.0.tgz#e111381f5830e863a89550bd4b136bb6a5f37219"
integrity sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==
yargs@15.2.0:
version "15.2.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-15.2.0.tgz#cb9fc7f7ec429f7e9329b623f5c707a62dae506a"
integrity sha512-E+o8C37U+M7N15rBJVxr0MoInp+O7XNhMqveSGWA5uhddqs8qtkZ+uvT9FI32QML0SKidXdDONr40Xe3tDO9FA==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
@ -4189,7 +4197,7 @@ yargs@15.1.0:
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^16.1.0"
yargs-parser "^17.1.0"
z-schema@~3.18.3:
version "3.18.4"