update: update dependency yargs to v15.0.2
This commit is contained in:
parent
203474dea7
commit
e773c1ce5c
|
@ -94,7 +94,7 @@
|
||||||
"tslint-microsoft-contrib": "6.2.0",
|
"tslint-microsoft-contrib": "6.2.0",
|
||||||
"tslint-sonarts": "1.9.0",
|
"tslint-sonarts": "1.9.0",
|
||||||
"typescript": "3.7.2",
|
"typescript": "3.7.2",
|
||||||
"yargs": "15.0.1"
|
"yargs": "15.0.2"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
|
|
|
@ -3918,10 +3918,10 @@ yargs@14.2.0:
|
||||||
y18n "^4.0.0"
|
y18n "^4.0.0"
|
||||||
yargs-parser "^15.0.0"
|
yargs-parser "^15.0.0"
|
||||||
|
|
||||||
yargs@15.0.1:
|
yargs@15.0.2:
|
||||||
version "15.0.1"
|
version "15.0.2"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-15.0.1.tgz#558d03c3e5d873431d500f871168967ef673620e"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-15.0.2.tgz#4248bf218ef050385c4f7e14ebdf425653d13bd3"
|
||||||
integrity sha512-47i2DJb+gkLpioPBdMmnvb4QkAuyz7tLes9nCgYDXEdPf05tqjCQpUELea3MfmoomS9NKAZlZEifstKIXiASMw==
|
integrity sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
cliui "^6.0.0"
|
cliui "^6.0.0"
|
||||||
decamelize "^1.2.0"
|
decamelize "^1.2.0"
|
||||||
|
|
Loading…
Reference in New Issue