Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency yargs to v17 #65

Merged
merged 1 commit into from Jul 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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": "9.1.1",
Expand Down
38 changes: 31 additions & 7 deletions yarn.lock
Expand Up @@ -2436,7 +2436,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 @@ -2450,7 +2450,7 @@ __metadata:
ts-node: 9.1.1
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 @@ -3979,12 +3979,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 @@ -3997,6 +3997,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 @@ -14395,7 +14404,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 @@ -14410,6 +14419,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