Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2021
1 parent 2549a4b commit a4493ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"core-js": "3.10.1",
"yargs": "16.2.0"
"yargs": "17.2.1"
},
"devDependencies": {
"@babel/cli": "7.15.7",
Expand All @@ -29,7 +29,7 @@
"@babel/preset-typescript": "7.15.0",
"@types/micromatch": "4.0.1",
"@types/node": "14.14.37",
"@types/yargs": "16.0.1",
"@types/yargs": "17.0.3",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"@willbooster/eslint-config-ts": "6.4.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,12 +1508,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:16.0.1":
version: 16.0.1
resolution: "@types/yargs@npm:16.0.1"
"@types/yargs@npm:17.0.3":
version: 17.0.3
resolution: "@types/yargs@npm:17.0.3"
dependencies:
"@types/yargs-parser": "*"
checksum: 7b141b6a9efe2da5af054b022f2fbfa3a34d664f1db384babc567b20e9935ac18924c8075780ea22f5e0da4f5714f24dc27b05b6475cd060031648f154183a45
checksum: 097d9c11b3a9c98ca8748f022b61289c456972eb431669d67397e0871bc742b12804e1ce218826febea88a98e2aff573b0cd268ef1d55f0665ef516af5e2d416
languageName: node
linkType: hard

Expand Down Expand Up @@ -2838,7 +2838,7 @@ __metadata:
"@babel/preset-typescript": 7.15.0
"@types/micromatch": 4.0.1
"@types/node": 14.14.37
"@types/yargs": 16.0.1
"@types/yargs": 17.0.3
"@typescript-eslint/eslint-plugin": 4.32.0
"@typescript-eslint/parser": 4.32.0
"@willbooster/eslint-config-ts": 6.4.0
Expand All @@ -2855,7 +2855,7 @@ __metadata:
prettier: 2.2.1
sort-package-json: 1.49.0
typescript: 4.2.4
yargs: 16.2.0
yargs: 17.2.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5444,9 +5444,9 @@ [email protected]:
languageName: node
linkType: hard

"yargs@npm:16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
"yargs@npm:17.2.1":
version: 17.2.1
resolution: "yargs@npm:17.2.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
Expand All @@ -5455,6 +5455,6 @@ [email protected]:
string-width: ^4.2.0
y18n: ^5.0.5
yargs-parser: ^20.2.2
checksum: a79ce1f043021cd645de1ffebb6149541d382ba68f4a6b5eca5d2ad65af51893371bbd78e240dc3b6cf0cbb419511ba5bda715dec992e4266e6863ea49f14feb
checksum: b0fafd66d1b095c36d6cc9798b160ebd348f5356ca6f3c1d23e266229341905f1686e3255b3a108534b48d74e371eb65a91d89a93d6c59e2780bff42d40b370c
languageName: node
linkType: hard

0 comments on commit a4493ed

Please sign in to comment.