update: update dependency yargs to v17.1.0 (#860)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
72b1f3b4a4
commit
7cea306026
|
@ -96,7 +96,7 @@
|
|||
"tslint-microsoft-contrib": "6.2.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "4.3.5",
|
||||
"yargs": "17.0.1"
|
||||
"yargs": "17.1.0"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript"
|
||||
|
|
|
@ -5044,10 +5044,10 @@ yargs@16.2.0, yargs@^16.0.0:
|
|||
y18n "^5.0.5"
|
||||
yargs-parser "^20.2.2"
|
||||
|
||||
yargs@17.0.1:
|
||||
version "17.0.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
|
||||
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
|
||||
yargs@17.1.0:
|
||||
version "17.1.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.1.0.tgz#0cd9827a0572c9a1795361c4d1530e53ada168cf"
|
||||
integrity sha512-SQr7qqmQ2sNijjJGHL4u7t8vyDZdZ3Ahkmo4sc1w5xI9TBX0QDdG/g4SFnxtWOsGLjwHQue57eFALfwFCnixgg==
|
||||
dependencies:
|
||||
cliui "^7.0.2"
|
||||
escalade "^3.1.1"
|
||||
|
|
Loading…
Reference in New Issue