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 9, 2021
1 parent cf33bc9 commit 5bd318e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions apps/janus/package.json
Expand Up @@ -27,13 +27,13 @@
"rxjs": "^7.1.0",
"subscriptions-transport-ws": "^0.9.18",
"ws": "^7.4.5",
"yargs": "^16.2.0"
"yargs": "^17.0.0"
},
"devDependencies": {
"@types/node": "14.17.5",
"@types/prettier": "2.3.2",
"@types/ws": "7.4.6",
"@types/yargs": "16.0.4",
"@types/yargs": "17.0.2",
"@typescript-eslint/eslint-plugin": "4.28.2",
"eslint": "7.30.0",
"ts-node": "9.1.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -2137,7 +2137,7 @@ __metadata:
"@types/node": 14.17.5
"@types/prettier": 2.3.2
"@types/ws": 7.4.6
"@types/yargs": 16.0.4
"@types/yargs": 17.0.2
"@typescript-eslint/eslint-plugin": 4.28.2
chalk: ^4.1.1
eslint: 7.30.0
Expand All @@ -2151,7 +2151,7 @@ __metadata:
ts-node: 9.1.1
typescript: 4.2.4
ws: ^7.4.5
yargs: ^16.2.0
yargs: ^17.0.0
bin:
janus: ./bin/janus.js
languageName: unknown
Expand Down Expand Up @@ -3666,12 +3666,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:16.0.4":
version: 16.0.4
resolution: "@types/yargs@npm:16.0.4"
"@types/yargs@npm:17.0.2":
version: 17.0.2
resolution: "@types/yargs@npm:17.0.2"
dependencies:
"@types/yargs-parser": "*"
checksum: 929334a45c548f78e5aa756282b8abe17c0c7233eaaf414795808ab36a5f9957b3bc8c84151429d919fd2ac04ed2ce99853a85aea65823b4f669643656a3c65e
checksum: b3dec3703ad5b9d3e8d5f485abf89bbdc601ec0dd2a1156176ffbe9212a1b693c22e7a29430de0e33aac15e71afefa36846f5ad9976a957006e275335a79d2a6
languageName: node
linkType: hard

Expand Down Expand Up @@ -15222,9 +15222,9 @@ typescript@4.2.4:
languageName: node
linkType: hard

"yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
"yargs@npm:^17.0.0":
version: 17.0.1
resolution: "yargs@npm:17.0.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
Expand All @@ -15233,7 +15233,7 @@ typescript@4.2.4:
string-width: ^4.2.0
y18n: ^5.0.5
yargs-parser: ^20.2.2
checksum: a79ce1f043021cd645de1ffebb6149541d382ba68f4a6b5eca5d2ad65af51893371bbd78e240dc3b6cf0cbb419511ba5bda715dec992e4266e6863ea49f14feb
checksum: a7969b48d2dea129a7d4fcc3f13e88d4f94bacbd24f720b2ce19946fa9facc42cfed89c059d953091241f4e9e9000ed9dbf86e4bb4b6ceb3a26af10ddebdd0b2
languageName: node
linkType: hard

Expand Down

0 comments on commit 5bd318e

Please sign in to comment.