Skip to content

Commit

Permalink
chore(deps): bump jsii from 0.20.3 to 0.20.5 (#5006)
Browse files Browse the repository at this point in the history
Bumps [jsii](https://github.com/aws/jsii/tree/HEAD/packages/jsii) from 0.20.3 to 0.20.5.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/master/packages/jsii/CHANGELOG.md)
- [Commits](https://github.com/aws/jsii/commits/v0.20.5/packages/jsii)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mergify[bot] committed Nov 14, 2019
1 parent ca4faca commit a8069b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@types/yaml": "1.2.0",
"@types/yargs": "^13.0.3",
"jest": "^24.9.0",
"jsii": "^0.20.3"
"jsii": "^0.20.5"
},
"keywords": [
"aws",
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 @@ -41,7 +41,7 @@
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jsii": "^0.20.3",
"jsii": "^0.20.5",
"jsii-pacmak": "^0.20.3",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4812,16 +4812,16 @@ jsii-spec@^0.20.3, jsii-spec@^0.20.5:
dependencies:
jsonschema "^1.2.4"

jsii@^0.20.3:
version "0.20.3"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-0.20.3.tgz#088455e65bb45b9730789c62d36feb6f1c73803c"
integrity sha512-lLunNBE3RxOIHUKv1FAqJgepaeF8E+oFxAV7zSwJhl4g3Kh91zRNp8ZQ7U1ylBPM+mubPNdkDlQfrR6ghxonCg==
jsii@^0.20.5:
version "0.20.5"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-0.20.5.tgz#8ed362f09dcf77fcf549da619a914137366c02ba"
integrity sha512-DKqclf82Yj31FoSFCpM3GL4zeQnReq1Dzx5FX9QMLJjZTCx/myJigHW2qVsCPdjayE6ot51LZrJa6nZfiRQPVQ==
dependencies:
case "^1.6.2"
colors "^1.4.0"
deep-equal "^1.1.0"
fs-extra "^8.1.0"
jsii-spec "^0.20.3"
jsii-spec "^0.20.5"
log4js "^5.3.0"
semver "^6.3.0"
sort-json "^2.0.0"
Expand Down

0 comments on commit a8069b9

Please sign in to comment.