Skip to content

Commit

Permalink
chore(deps-dev): bump @types/yargs from 15.0.2 to 15.0.3 (#6094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 7, 2020
1 parent 3078149 commit bc0fe14
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 @@ -54,7 +54,7 @@
"@types/table": "^4.0.7",
"@types/uuid": "^3.4.7",
"@types/yaml": "^1.2.0",
"@types/yargs": "^15.0.2",
"@types/yargs": "^15.0.3",
"aws-sdk-mock": "^5.0.0",
"cdk-build-tools": "1.23.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 @@ -171,7 +171,7 @@
"@types/fs-extra": "^8.0.1",
"@types/jest": "^25.1.1",
"@types/yaml": "1.2.0",
"@types/yargs": "^15.0.2",
"@types/yargs": "^15.0.3",
"jest": "^24.9.0",
"jsii": "^0.22.0"
},
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": "^15.0.2",
"@types/yargs": "^15.0.3",
"tslint": "^5.20.1",
"typescript": "~3.7.5"
},
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": "^25.1.1",
"@types/yargs": "^15.0.2",
"@types/yargs": "^15.0.3",
"pkglint": "1.23.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": "^15.0.2",
"@types/yargs": "^15.0.3",
"cdk-build-tools": "1.23.0",
"pkglint": "1.23.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": "^25.1.1",
"@types/yargs": "^15.0.2",
"@types/yargs": "^15.0.3",
"cdk-build-tools": "1.23.0",
"jest": "^24.9.0",
"pkglint": "1.23.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": "^7.1.0",
"@types/yargs": "^15.0.2"
"@types/yargs": "^15.0.3"
},
"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": "^15.0.2",
"@types/yargs": "^15.0.3",
"cdk-build-tools": "1.23.0",
"pkglint": "1.23.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2105,10 +2105,10 @@
dependencies:
"@types/yargs-parser" "*"

"@types/yargs@^15.0.0", "@types/yargs@^15.0.2":
version "15.0.2"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.2.tgz#0bf292a0369493cee030e2e4f4ff84f5982b028d"
integrity sha512-hFkuAp58M2xOc1QgJhkFrLMnqa8KWTFRTnzrI1zlEcOfg3DZ0eH3aPAo/N6QlVVu8E4KS4xD1jtEG3rdQYFmIg==
"@types/yargs@^15.0.0", "@types/yargs@^15.0.3":
version "15.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.3.tgz#41453a0bc7ab393e995d1f5451455638edbd2baf"
integrity sha512-XCMQRK6kfpNBixHLyHUsGmXrpEmFFxzMrcnSXFMziHd8CoNJo8l16FkHyQq4x+xbM7E2XL83/O78OD8u+iZTdQ==
dependencies:
"@types/yargs-parser" "*"

Expand Down

0 comments on commit bc0fe14

Please sign in to comment.