Skip to content

Commit 7fe9162

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.219.0 to 2.220.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.220.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.220.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30a01b4 commit 7fe9162

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.156",
3333
"@types/node": "24.8.1",
34-
"aws-cdk-lib": "^2.219.0",
34+
"aws-cdk-lib": "^2.220.0",
3535
"constructs": "^10.4.2",
3636
"source-map-support": "^0.5.21",
3737
"tsx": "^4.20.6",

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.1030.0",
45-
"aws-cdk-lib": "^2.219.0",
45+
"aws-cdk-lib": "^2.220.0",
4646
"esbuild": "^0.25.11",
4747
"tsx": "^4.20.6"
4848
}

package-lock.json

Lines changed: 6 additions & 6 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
@@ -101,7 +101,7 @@
101101
"@aws-cdk/toolkit-lib": "^1.10.0",
102102
"@aws-sdk/client-lambda": "^3.908.0",
103103
"@smithy/util-utf8": "^4.0.0",
104-
"aws-cdk-lib": "^2.219.0",
104+
"aws-cdk-lib": "^2.220.0",
105105
"esbuild": "^0.25.11",
106106
"promise-retry": "^2.0.1"
107107
},

0 commit comments

Comments
 (0)