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 Jul 4, 2021
1 parent 3ded486 commit 646e7e4
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.0.1"
},
"devDependencies": {
"@babel/cli": "7.13.14",
Expand All @@ -29,7 +29,7 @@
"@babel/preset-typescript": "7.13.0",
"@types/micromatch": "4.0.1",
"@types/node": "14.14.37",
"@types/yargs": "16.0.1",
"@types/yargs": "17.0.1",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"@willbooster/eslint-config-ts": "6.2.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1438,12 +1438,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.1":
version: 17.0.1
resolution: "@types/yargs@npm:17.0.1"
dependencies:
"@types/yargs-parser": "*"
checksum: 7b141b6a9efe2da5af054b022f2fbfa3a34d664f1db384babc567b20e9935ac18924c8075780ea22f5e0da4f5714f24dc27b05b6475cd060031648f154183a45
checksum: a5d3266120661211426b3941f907d4c147c6dd6da80798b121ef1e50a86966ac87b45de728e3b279ef0e241590fe081f73e1c3f69f53a91cf33eeaddc52d3855
languageName: node
linkType: hard

Expand Down Expand Up @@ -3003,7 +3003,7 @@ __metadata:
"@babel/preset-typescript": 7.13.0
"@types/micromatch": 4.0.1
"@types/node": 14.14.37
"@types/yargs": 16.0.1
"@types/yargs": 17.0.1
"@typescript-eslint/eslint-plugin": 4.21.0
"@typescript-eslint/parser": 4.21.0
"@willbooster/eslint-config-ts": 6.2.1
Expand All @@ -3020,7 +3020,7 @@ __metadata:
prettier: 2.2.1
sort-package-json: 1.49.0
typescript: 4.2.4
yargs: 16.2.0
yargs: 17.0.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6124,9 +6124,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.0.1":
version: 17.0.1
resolution: "yargs@npm:17.0.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
Expand All @@ -6135,6 +6135,6 @@ [email protected]:
string-width: ^4.2.0
y18n: ^5.0.5
yargs-parser: ^20.2.2
checksum: a79ce1f043021cd645de1ffebb6149541d382ba68f4a6b5eca5d2ad65af51893371bbd78e240dc3b6cf0cbb419511ba5bda715dec992e4266e6863ea49f14feb
checksum: a7969b48d2dea129a7d4fcc3f13e88d4f94bacbd24f720b2ce19946fa9facc42cfed89c059d953091241f4e9e9000ed9dbf86e4bb4b6ceb3a26af10ddebdd0b2
languageName: node
linkType: hard

0 comments on commit 646e7e4

Please sign in to comment.