Skip to content

Commit

Permalink
chore(deps-dev): bump @types/yargs from 13.0.3 to 13.0.4 (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 24, 2019
1 parent 38a0d9b commit 8cf2f02
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/table": "^4.0.7",
"@types/uuid": "^3.4.6",
"@types/yaml": "^1.2.0",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"aws-sdk-mock": "^4.5.0",
"cdk-build-tools": "1.19.0",
"jszip": "^3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"jest": "^24.9.0",
"jsii": "^0.20.11"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"tslint": "^5.20.1",
"typescript": "~3.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"pkglint": "1.19.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/cdk-integ-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"cdk-build-tools": "1.19.0",
"pkglint": "1.19.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.23",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"cdk-build-tools": "1.19.0",
"jest": "^24.9.0",
"pkglint": "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/semver": "^6.2.0",
"@types/yargs": "^13.0.3"
"@types/yargs": "^13.0.4"
},
"dependencies": {
"case": "^1.6.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/pkgtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/yargs": "^13.0.3",
"@types/yargs": "^13.0.4",
"cdk-build-tools": "1.19.0",
"pkglint": "1.19.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1400,10 +1400,10 @@
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==

"@types/yargs@^13.0.0", "@types/yargs@^13.0.3":
version "13.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380"
integrity sha512-K8/LfZq2duW33XW/tFwEAfnZlqIfVsoyRB3kfXdPXYhl0nfM8mmh7GS0jg7WrX2Dgq/0Ha/pR1PaR+BvmWwjiQ==
"@types/yargs@^13.0.0", "@types/yargs@^13.0.4":
version "13.0.4"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.4.tgz#53d231cebe1a540e7e13727fc1f0d13ad4a9ba3b"
integrity sha512-Ke1WmBbIkVM8bpvsNEcGgQM70XcEh/nbpxQhW7FhrsbCsXSY9BmLB1+LHtD7r9zrsOcFlLiF+a/UeJsdfw3C5A==
dependencies:
"@types/yargs-parser" "*"

Expand Down

0 comments on commit 8cf2f02

Please sign in to comment.