Skip to content

Commit

Permalink
build(deps): bump the aws-cdk group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the aws-cdk group with 3 updates: [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [constructs](https://github.com/aws/constructs).


Updates `aws-cdk` from 2.97.0 to 2.100.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.100.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.96.2 to 2.100.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.100.0/packages/aws-cdk-lib)

Updates `constructs` from 10.2.70 to 10.3.0
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.2.70...v10.3.0)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: constructs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent bb49258 commit 7d5dc3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@linzjs/style": "^5.0.0",
"@types/node": "^20.7.0",
"aws-cdk": "2.97.0",
"aws-cdk-lib": "2.96.2",
"constructs": "^10.0.0",
"aws-cdk": "2.100.0",
"aws-cdk-lib": "2.100.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1"
},
Expand Down

0 comments on commit 7d5dc3f

Please sign in to comment.