Skip to content

Commit

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

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 16, 2020
1 parent a6e2d28 commit d4e17b1
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 @@ -85,7 +85,7 @@
"table": "^5.4.6",
"uuid": "^7.0.2",
"yaml": "^1.8.2",
"yargs": "^15.3.0"
"yargs": "^15.3.1"
},
"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.639.0",
"glob": "^7.1.6",
"yargs": "^15.3.0"
"yargs": "^15.3.1"
},
"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 @@ -169,7 +169,7 @@
"jsii-reflect": "^1.0.0",
"jsonschema": "^1.2.5",
"yaml": "1.8.2",
"yargs": "^15.3.0"
"yargs": "^15.3.1"
},
"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.3.0"
"yargs": "^15.3.1"
},
"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.3.0"
"yargs": "^15.3.1"
},
"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.3.0"
"yargs": "^15.3.1"
},
"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.1.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^8.1.0",
"yargs": "^15.3.0"
"yargs": "^15.3.1"
},
"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.3.0"
"yargs": "^15.3.1"
}
}
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.3.0"
"yargs": "^15.3.1"
},
"keywords": [
"aws",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12119,10 +12119,10 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"

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==
yargs-parser@^18.1.1:
version "18.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.1.tgz#bf7407b915427fc760fcbbccc6c82b4f0ffcbd37"
integrity sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
Expand Down Expand Up @@ -12185,10 +12185,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.3.0:
version "15.3.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.0.tgz#403af6edc75b3ae04bf66c94202228ba119f0976"
integrity sha512-g/QCnmjgOl1YJjGsnUg2SatC7NUYEiLXJqxNOQU9qSpjzGtGXda9b+OKccr1kLTy8BN9yqEyqfq5lxlwdc13TA==
yargs@^15.0.2, yargs@^15.1.0, yargs@^15.3.0, yargs@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
integrity sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
Expand All @@ -12200,7 +12200,7 @@ yargs@^15.0.2, yargs@^15.1.0, yargs@^15.3.0:
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^18.1.0"
yargs-parser "^18.1.1"

yargs@^4.7.1:
version "4.8.1"
Expand Down

0 comments on commit d4e17b1

Please sign in to comment.