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 Aug 13, 2021
1 parent dcbeb94 commit 4ea116a
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.1.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.2",
"@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 @@ -1431,12 +1431,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.2":
version: 17.0.2
resolution: "@types/yargs@npm:17.0.2"
dependencies:
"@types/yargs-parser": "*"
checksum: 7b141b6a9efe2da5af054b022f2fbfa3a34d664f1db384babc567b20e9935ac18924c8075780ea22f5e0da4f5714f24dc27b05b6475cd060031648f154183a45
checksum: b3dec3703ad5b9d3e8d5f485abf89bbdc601ec0dd2a1156176ffbe9212a1b693c22e7a29430de0e33aac15e71afefa36846f5ad9976a957006e275335a79d2a6
languageName: node
linkType: hard

Expand Down Expand Up @@ -2996,7 +2996,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.2
"@typescript-eslint/eslint-plugin": 4.21.0
"@typescript-eslint/parser": 4.21.0
"@willbooster/eslint-config-ts": 6.2.1
Expand All @@ -3013,7 +3013,7 @@ __metadata:
prettier: 2.2.1
sort-package-json: 1.49.0
typescript: 4.2.4
yargs: 16.2.0
yargs: 17.1.1
languageName: unknown
linkType: soft

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

0 comments on commit 4ea116a

Please sign in to comment.