Skip to content

Commit

Permalink
chore(deps-dev): bump @types/yargs from 13.0.4 to 15.0.0 (aws#5720)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 12, 2020
1 parent d360191 commit de8490f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/table": "^4.0.7",
"@types/uuid": "^3.4.6",
"@types/yaml": "^1.2.0",
"@types/yargs": "^13.0.4",
"@types/yargs": "^15.0.0",
"aws-sdk-mock": "^5.0.0",
"cdk-build-tools": "1.20.0",
"jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.25",
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.4",
"@types/yargs": "^15.0.0",
"jest": "^24.9.0",
"jsii": "^0.21.1"
},
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.4",
"@types/yargs": "^15.0.0",
"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.25",
"@types/yargs": "^13.0.4",
"@types/yargs": "^15.0.0",
"pkglint": "1.20.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.4",
"@types/yargs": "^15.0.0",
"cdk-build-tools": "1.20.0",
"pkglint": "1.20.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.25",
"@types/yargs": "^13.0.4",
"@types/yargs": "^15.0.0",
"cdk-build-tools": "1.20.0",
"jest": "^24.9.0",
"pkglint": "1.20.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.4"
"@types/yargs": "^15.0.0"
},
"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.4",
"@types/yargs": "^15.0.0",
"cdk-build-tools": "1.20.0",
"pkglint": "1.20.0"
},
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1454,13 +1454,20 @@
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.4":
"@types/yargs@^13.0.0":
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" "*"

"@types/yargs@^15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.0.tgz#26aa57277eec9ab9c5fce61bddec20ecc9a4cfb7"
integrity sha512-TITCsNxRSDVmq3kPGuUdKZTPTfHeswsUGIjxSe8SB4EBKTPA0DO0y4yWI95kZ2hfqJAYxmu+gxzjOwdumB5S0g==
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^2.15.0":
version "2.15.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.15.0.tgz#5442c30b687ffd576ff74cfea46a6d7bfb0ee893"
Expand Down

0 comments on commit de8490f

Please sign in to comment.