Skip to content

Commit

Permalink
chore(deps): bump the aws-cdk group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the aws-cdk group with 2 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk).


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent faea3d7 commit 8e1f98a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.146",
"@types/node": "22.10.1",
"aws-cdk": "^2.171.1",
"aws-cdk-lib": "^2.171.1",
"aws-cdk": "^2.173.0",
"aws-cdk-lib": "^2.173.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"tsx": "^4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"source-map-support": "^0.5.21"
},
"dependencies": {
"aws-cdk": "^2.171.1",
"aws-cdk-lib": "^2.171.1",
"aws-cdk": "^2.173.0",
"aws-cdk-lib": "^2.173.0",
"esbuild": "^0.24.0",
"tsx": "^4.19.2"
}
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@aws-cdk/cli-lib-alpha": "^2.161.1-alpha.0",
"@aws-sdk/client-lambda": "^3.709.0",
"@smithy/util-utf8": "^3.0.0",
"aws-cdk-lib": "^2.171.1",
"aws-cdk-lib": "^2.173.0",
"esbuild": "^0.24.0",
"promise-retry": "^2.0.1"
},
Expand Down

0 comments on commit 8e1f98a

Please sign in to comment.