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

chore(deps): update dependency @types/yargs to v17.0.12 #6404

Merged
merged 2 commits into from
Sep 16, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/lodash.escape": "4.0.7",
"@types/qs": "6.9.7",
"@types/split2": "3.2.1",
"@types/yargs": "17.0.11",
"@types/yargs": "17.0.12",
"aws-lambda": "1.0.7",
"jest": "29.0.3",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/jest": "29.0.1",
"@types/jscodeshift": "0.11.5",
"@types/prettier": "2.7.0",
"@types/yargs": "17.0.11",
"@types/yargs": "17.0.12",
"fs-extra": "10.1.0",
"tempy": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/core": "7.19.1",
"@types/envinfo": "7.8.1",
"@types/uuid": "8.3.4",
"@types/yargs": "17.0.11",
"@types/yargs": "17.0.12",
"jest": "29.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6122,7 +6122,7 @@ __metadata:
"@types/lodash.escape": 4.0.7
"@types/qs": 6.9.7
"@types/split2": 3.2.1
"@types/yargs": 17.0.11
"@types/yargs": 17.0.12
ansi-colors: 4.1.3
aws-lambda: 1.0.7
chalk: 4.1.2
Expand Down Expand Up @@ -6302,7 +6302,7 @@ __metadata:
"@types/jest": 29.0.1
"@types/jscodeshift": 0.11.5
"@types/prettier": 2.7.0
"@types/yargs": 17.0.11
"@types/yargs": 17.0.12
"@vscode/ripgrep": 1.14.2
core-js: 3.25.1
cross-undici-fetch: 0.4.14
Expand Down Expand Up @@ -6660,7 +6660,7 @@ __metadata:
"@redwoodjs/structure": 3.0.1
"@types/envinfo": 7.8.1
"@types/uuid": 8.3.4
"@types/yargs": 17.0.11
"@types/yargs": 17.0.12
ci-info: 3.3.2
core-js: 3.25.1
cross-undici-fetch: 0.4.14
Expand Down Expand Up @@ -9351,12 +9351,12 @@ __metadata:
languageName: node
linkType: hard

"@types/yargs@npm:17.0.11, @types/yargs@npm:^17.0.8":
version: 17.0.11
resolution: "@types/yargs@npm:17.0.11"
"@types/yargs@npm:17.0.12, @types/yargs@npm:^17.0.8":
version: 17.0.12
resolution: "@types/yargs@npm:17.0.12"
dependencies:
"@types/yargs-parser": "*"
checksum: 323fd7b420ddc9cb1014d11949b559bfb60c9123df882e7b84d92cc057e17e6fdd5419daa373a96c8025d82828bc05bedc72ff087aeb6a845410a0985b07e3b5
checksum: a0ba2dde56b4e5cd9666c6119ed5c519d5efa838ef37d1ce4b5d08643c3edd827b2b584a43daf6cb09a891d9171706f61aeffc235bf81079d50f470fd73751d3
languageName: node
linkType: hard

Expand Down