update: update dependency yargs to v17.4.0 (#1039)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
27cedf2d35
commit
2e25bb5281
|
@ -52,7 +52,7 @@
|
|||
"@types/sinon": "10.0.11",
|
||||
"@types/sinon-chai": "3.2.8",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/yargs": "17.0.9",
|
||||
"@types/yargs": "17.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "5.13.0",
|
||||
"@typescript-eslint/parser": "5.13.0",
|
||||
"ajv": "8.11.0",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"source-map-support": "0.5.21",
|
||||
"standard-version": "9.3.2",
|
||||
"typescript": "4.6.2",
|
||||
"yargs": "17.3.1"
|
||||
"yargs": "17.4.0"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "@istanbuljs/nyc-config-typescript"
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -469,10 +469,10 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
|
||||
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
|
||||
|
||||
"@types/yargs@17.0.9":
|
||||
version "17.0.9"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/yargs/-/yargs-17.0.9.tgz#f1f931a4e5ae2c0134dea10f501088636a50b46a"
|
||||
integrity sha512-Ci8+4/DOtkHRylcisKmVMtmVO5g7weUVCKcsu1sJvF1bn0wExTmbHmhFKj7AnEm0de800iovGhdSKzYnzbaHpg==
|
||||
"@types/yargs@17.0.10":
|
||||
version "17.0.10"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a"
|
||||
integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==
|
||||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
|
@ -4405,10 +4405,10 @@ yargs@16.2.0, yargs@^16.0.0, yargs@^16.2.0:
|
|||
y18n "^5.0.5"
|
||||
yargs-parser "^20.2.2"
|
||||
|
||||
yargs@17.3.1:
|
||||
version "17.3.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.3.1.tgz#da56b28f32e2fd45aefb402ed9c26f42be4c07b9"
|
||||
integrity sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==
|
||||
yargs@17.4.0:
|
||||
version "17.4.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/yargs/-/yargs-17.4.0.tgz#9fc9efc96bd3aa2c1240446af28499f0e7593d00"
|
||||
integrity sha512-WJudfrk81yWFSOkZYpAZx4Nt7V4xp7S/uJkX0CnxovMCt1wCE8LNftPpNuF9X/u9gN5nsD7ycYtRcDf2pL3UiA==
|
||||
dependencies:
|
||||
cliui "^7.0.2"
|
||||
escalade "^3.1.1"
|
||||
|
|
Loading…
Reference in New Issue