Skip to content

Commit 9e34f52

Browse files
chore(deps): bump yaml and aws-cdk-lib in /examples/http-axum/cdk (#1140)
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). These dependencies need to be updated together. Removes `yaml` Updates `aws-cdk-lib` from 2.240.0 to 2.250.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.250.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: yaml dependency-version: dependency-type: indirect - dependency-name: aws-cdk-lib dependency-version: 2.250.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2140be commit 9e34f52

File tree

2 files changed

+59
-60
lines changed

2 files changed

+59
-60
lines changed

examples/http-axum/cdk/package-lock.json

Lines changed: 58 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/http-axum/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~5.3.3"
2121
},
2222
"dependencies": {
23-
"aws-cdk-lib": "^2.240.0",
23+
"aws-cdk-lib": "^2.250.0",
2424
"cargo-lambda-cdk": "^0.0.35",
2525
"constructs": "^10.0.0",
2626
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)