Skip to content

Commit

Permalink
Merge pull request #65 from Jujulego/renovate/yargs-17.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency yargs to v17
  • Loading branch information
Jujulego committed Jul 25, 2021
2 parents 7f006a3 + 398b3f5 commit 0607999
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 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.7",
"@types/yargs": "16.0.4",
"@types/yargs": "17.0.2",
"@typescript-eslint/eslint-plugin": "4.28.2",
"eslint": "7.30.0",
"ts-node": "10.1.0",
Expand Down
38 changes: 31 additions & 7 deletions yarn.lock
Expand Up @@ -2412,7 +2412,7 @@ __metadata:
"@types/node": 14.17.5
"@types/prettier": 2.3.2
"@types/ws": 7.4.7
"@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 @@ -2426,7 +2426,7 @@ __metadata:
ts-node: 10.1.0
typescript: 4.3.5
ws: ^7.4.5
yargs: ^16.2.0
yargs: ^17.0.0
bin:
janus: ./bin/janus.js
languageName: unknown
Expand Down Expand Up @@ -3959,12 +3959,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:16.0.4, @types/yargs@npm:^16.0.0":
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 All @@ -3977,6 +3977,15 @@ __metadata:
languageName: node
linkType: hard

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

"@types/zen-observable@npm:^0.8.0":
version: 0.8.2
resolution: "@types/zen-observable@npm:0.8.2"
Expand Down Expand Up @@ -14482,7 +14491,7 @@ typescript@4.3.5:
languageName: node
linkType: hard

"yargs@npm:^16.0.3, yargs@npm:^16.2.0":
"yargs@npm:^16.0.3":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
dependencies:
Expand All @@ -14497,6 +14506,21 @@ typescript@4.3.5:
languageName: node
linkType: hard

"yargs@npm:^17.0.0":
version: 17.0.1
resolution: "yargs@npm:17.0.1"
dependencies:
cliui: ^7.0.2
escalade: ^3.1.1
get-caller-file: ^2.0.5
require-directory: ^2.1.1
string-width: ^4.2.0
y18n: ^5.0.5
yargs-parser: ^20.2.2
checksum: a7969b48d2dea129a7d4fcc3f13e88d4f94bacbd24f720b2ce19946fa9facc42cfed89c059d953091241f4e9e9000ed9dbf86e4bb4b6ceb3a26af10ddebdd0b2
languageName: node
linkType: hard

"yn@npm:3.1.1":
version: 3.1.1
resolution: "yn@npm:3.1.1"
Expand Down

0 comments on commit 0607999

Please sign in to comment.