Skip to content

Commit

Permalink
chore(deps): Bump the cdktf group
Browse files Browse the repository at this point in the history
Bumps the cdktf group in /examples/typescript-manual-mapping with 1 update: [@cdktf/aws-cdk](https://github.com/hashicorp/cdktf-aws-cdk).


Updates `@cdktf/aws-cdk` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/hashicorp/cdktf-aws-cdk/releases)
- [Changelog](https://github.com/hashicorp/cdktf-aws-cdk/blob/main/docs/dataAwsEmrReleaseLabels.md)
- [Commits](v0.13.2...v0.13.3)

---
updated-dependencies:
- dependency-name: "@cdktf/aws-cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cdktf
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 9c47f11 commit a68c17f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-manual-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@cdktf/aws-cdk": "^0.13.2",
"@cdktf/aws-cdk": "^0.13.3",
"aws-cdk-lib": "2.126.0",
"cdktf": "0.20.3",
"constructs": "^10.3.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript-manual-mapping/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,10 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@cdktf/aws-cdk@^0.13.2":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@cdktf/aws-cdk/-/aws-cdk-0.13.2.tgz#56f7bc0f3cde627b16b326b77d98464243bebd77"
integrity sha512-2yagIdP2SwrX0dVlYNZEuYeRTNoVcStsBCOfLWHEkC6V35v8Moohh3hj0bNLB2iWlg4EuImR/P1eez5Wrti8fg==
"@cdktf/aws-cdk@^0.13.3":
version "0.13.3"
resolved "https://registry.yarnpkg.com/@cdktf/aws-cdk/-/aws-cdk-0.13.3.tgz#a60262211136eea5afa27d20d8d88ba41718eaa8"
integrity sha512-wG9UYLeredojWoIy/6TYZMJZiUsZIaH3vJq6Rj4QDmbP1kS5fv8x/7T32dbVXTblwdZYurfbcu4rjBRzX8PPpA==
dependencies:
change-case "^4.1.1"
codemaker "^1.34.0"
Expand Down

0 comments on commit a68c17f

Please sign in to comment.