Skip to content

Commit

Permalink
chore(deps): bump yargs from 15.2.0 to 15.3.0 (aws#6627)
Browse files Browse the repository at this point in the history
Bumps [yargs](https://github.com/yargs/yargs) from 15.2.0 to 15.3.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](yargs/yargs@v15.2.0...v15.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 8, 2020
1 parent 2a2cac1 commit 6021408
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"table": "^5.4.6",
"uuid": "^7.0.2",
"yaml": "^1.8.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"archiver": "^3.1.1",
"aws-sdk": "^2.634.0",
"glob": "^7.1.6",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
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 @@
"jsii-reflect": "^1.0.0",
"jsonschema": "^1.2.5",
"yaml": "1.8.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.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 @@ -21,7 +21,7 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jsii-reflect": "^1.0.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
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 @@ -54,7 +54,7 @@
"ts-jest": "^25.2.0",
"tslint": "^5.20.1",
"typescript": "~3.8.3",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"keywords": [
"aws",
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 @@ -39,7 +39,7 @@
"@aws-cdk/cx-api": "0.0.0",
"aws-cdk": "0.0.0",
"fs-extra": "^8.1.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"keywords": [
"aws",
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"codemaker": "^1.0.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^8.1.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.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 @@ -43,6 +43,6 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"semver": "^7.1.3",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
}
}
2 changes: 1 addition & 1 deletion tools/pkgtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"fs-extra": "^8.1.0",
"yargs": "^15.2.0"
"yargs": "^15.3.0"
},
"keywords": [
"aws",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12224,10 +12224,10 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^17.1.0:
version "17.1.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-17.1.0.tgz#b95ff3201e98b89e86070f92bef636016a0b0766"
integrity sha512-67zLl4/kWtp9eyVuxX+fHZ2Ey4ySWh0awDJlk/EtT0vzspsXbzrFsh76WjYSP3L++zhSwHQRUE3MCBe754RuEg==
yargs-parser@^18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.0.tgz#1b0ab1118ebd41f68bb30e729f4c83df36ae84c3"
integrity sha512-o/Jr6JBOv6Yx3pL+5naWSoIA2jJ+ZkMYQG/ie9qFbukBe4uzmBatlXFOiu/tNKRWEtyf+n5w7jc/O16ufqOTdQ==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
Expand Down Expand Up @@ -12290,10 +12290,10 @@ yargs@^14.0.0, yargs@^14.2.2:
y18n "^4.0.0"
yargs-parser "^15.0.0"

yargs@^15.0.2, yargs@^15.1.0, yargs@^15.2.0:
version "15.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.2.0.tgz#cb9fc7f7ec429f7e9329b623f5c707a62dae506a"
integrity sha512-E+o8C37U+M7N15rBJVxr0MoInp+O7XNhMqveSGWA5uhddqs8qtkZ+uvT9FI32QML0SKidXdDONr40Xe3tDO9FA==
yargs@^15.0.2, yargs@^15.1.0, yargs@^15.3.0:
version "15.3.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.0.tgz#403af6edc75b3ae04bf66c94202228ba119f0976"
integrity sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
Expand All @@ -12305,7 +12305,7 @@ yargs@^15.0.2, yargs@^15.1.0, yargs@^15.2.0:
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^17.1.0"
yargs-parser "^18.1.0"

yargs@^4.7.1:
version "4.8.1"
Expand Down

0 comments on commit 6021408

Please sign in to comment.