Skip to content

Commit 3a53f4b

Browse files
chore(deps): bump aws-cdk-lib in the aws-cdk group across 1 directory
Bumps the aws-cdk group with 1 update in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Updates `aws-cdk-lib` from 2.200.2 to 2.201.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.201.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.201.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3072518 commit 3a53f4b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/aws-lambda": "^8.10.150",
3232
"@types/node": "24.0.3",
33-
"aws-cdk-lib": "^2.200.2",
33+
"aws-cdk-lib": "^2.201.0",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.20.2",

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"aws-cdk": "^2.1018.1",
45-
"aws-cdk-lib": "^2.200.2",
45+
"aws-cdk-lib": "^2.201.0",
4646
"esbuild": "^0.25.5",
4747
"tsx": "^4.20.2"
4848
}

package-lock.json

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

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@aws-cdk/toolkit-lib": "^1.1.1",
101101
"@aws-sdk/client-lambda": "^3.828.0",
102102
"@smithy/util-utf8": "^4.0.0",
103-
"aws-cdk-lib": "^2.200.2",
103+
"aws-cdk-lib": "^2.201.0",
104104
"esbuild": "^0.25.5",
105105
"promise-retry": "^2.0.1"
106106
},

0 commit comments

Comments
 (0)