Skip to content

Commit

Permalink
build(deps): Bump aws-cdk-lib from 2.173.4 to 2.175.1
Browse files Browse the repository at this point in the history
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.173.4 to 2.175.1.
- [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.175.1/packages/aws-cdk-lib)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 4729f33 commit eb0a191
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 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 usecases/blea-gov-base-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "~5.7.3"
},
"dependencies": {
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"constructs": "^10.4.2"
}
}
4 changes: 2 additions & 2 deletions usecases/blea-gov-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@types/jest": "^29.5.14",
"@types/node": "18.19.70",
"aws-cdk": "^2.174.0",
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"constructs": "^10.4.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.3"
},
"dependencies": {
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"constructs": "^10.4.2"
}
}
2 changes: 1 addition & 1 deletion usecases/blea-guest-ec2-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "~5.7.3"
},
"dependencies": {
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-ecs-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "~5.7.3"
},
"dependencies": {
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
}
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-serverless-api-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "~5.7.3"
},
"dependencies": {
"aws-cdk-lib": "^2.173.4",
"aws-cdk-lib": "^2.175.1",
"aws-sdk": "^2.1692.0",
"aws-xray-sdk": "^3.10.2",
"constructs": "^10.4.2",
Expand Down

0 comments on commit eb0a191

Please sign in to comment.