Skip to content

Commit 710ab4d

Browse files
chore(deps): bump the aws-cdk group across 1 directory with 3 updates
Bumps the aws-cdk group with 3 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Updates `@aws-cdk/toolkit-lib` from 0.3.7 to 1.0.0 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/toolkit-lib@v1.0.0/packages/@aws-cdk/toolkit-lib) Updates `aws-cdk-lib` from 2.199.0 to 2.200.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/v2.200.0/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.200.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1016.1 to 2.1017.1 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1017.1/packages/aws-cdk) --- updated-dependencies: - dependency-name: "@aws-cdk/toolkit-lib" dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: aws-cdk - dependency-name: aws-cdk-lib dependency-version: 2.200.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk - dependency-name: aws-cdk dependency-version: 2.1017.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35c496f commit 710ab4d

File tree

4 files changed

+55
-273
lines changed

4 files changed

+55
-273
lines changed

examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/aws-lambda": "^8.10.149",
3232
"@types/node": "22.15.29",
33-
"aws-cdk-lib": "^2.199.0",
33+
"aws-cdk-lib": "^2.200.0",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.4",
@@ -49,7 +49,7 @@
4949
"@middy/core": "^4.7.0",
5050
"@types/aws-lambda": "^8.10.149",
5151
"@types/node": "22.15.29",
52-
"aws-cdk": "^2.1016.1",
52+
"aws-cdk": "^2.1017.1",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.5",
5555
"typescript": "^5.8.3"

layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"source-map-support": "^0.5.21"
4242
},
4343
"dependencies": {
44-
"aws-cdk": "^2.1016.1",
45-
"aws-cdk-lib": "^2.199.0",
44+
"aws-cdk": "^2.1017.1",
45+
"aws-cdk-lib": "^2.200.0",
4646
"esbuild": "^0.25.5",
4747
"tsx": "^4.19.4"
4848
}

0 commit comments

Comments
 (0)