Skip to content

Commit

Permalink
chore(deps): update dependency @types/yargs to v17.0.12 (#6404)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2022
1 parent 4587485 commit 4484d92
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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

0 comments on commit 4484d92

Please sign in to comment.