update: update dependency yargs to v17.2.1 (#903)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5409c0c8e6
commit
4bed696a06
|
@ -96,7 +96,7 @@
|
|||
"tslint-microsoft-contrib": "6.2.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "4.3.5",
|
||||
"yargs": "17.2.0"
|
||||
"yargs": "17.2.1"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript"
|
||||
|
|
|
@ -5054,10 +5054,10 @@ yargs@16.2.0, yargs@^16.0.0:
|
|||
y18n "^5.0.5"
|
||||
yargs-parser "^20.2.2"
|
||||
|
||||
yargs@17.2.0:
|
||||
version "17.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.2.0.tgz#ec529632b2cb9044f3927f4b45f9cc4ae2535653"
|
||||
integrity sha512-UPeZv4h9Xv510ibpt5rdsUNzgD78nMa1rhxxCgvkKiq06hlKCEHJLiJ6Ub8zDg/wR6hedEI6ovnd2vCvJ4nusA==
|
||||
yargs@17.2.1:
|
||||
version "17.2.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea"
|
||||
integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==
|
||||
dependencies:
|
||||
cliui "^7.0.2"
|
||||
escalade "^3.1.1"
|
||||
|
|
Loading…
Reference in New Issue