Skip to content

Commit d406383

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.228.0 to 2.232.1 - [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.232.1/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.232.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69727c2 commit d406383

File tree

4 files changed

+28
-29
lines changed

4 files changed

+28
-29
lines changed

examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/aws-lambda": "^8.10.159",
3333
"@types/node": "24.10.1",
34-
"aws-cdk-lib": "^2.228.0",
34+
"aws-cdk-lib": "^2.232.1",
3535
"constructs": "^10.4.3",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.21.0",

layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"aws-cdk": "^2.1033.0",
46-
"aws-cdk-lib": "^2.228.0",
46+
"aws-cdk-lib": "^2.232.1",
4747
"esbuild": "^0.27.1",
4848
"tsx": "^4.21.0"
4949
}

package-lock.json

Lines changed: 25 additions & 26 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
@@ -102,7 +102,7 @@
102102
"@aws-sdk/client-lambda": "^3.939.0",
103103
"@aws/lambda-invoke-store": "0.2.2",
104104
"@smithy/util-utf8": "^4.0.0",
105-
"aws-cdk-lib": "^2.228.0",
105+
"aws-cdk-lib": "^2.232.1",
106106
"esbuild": "^0.27.1",
107107
"promise-retry": "^2.0.1"
108108
},

0 commit comments

Comments
 (0)