Skip to content

Commit 1f2656e

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.1.1 to 0.1.2 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/[email protected]/packages/@aws-cdk/toolkit-lib) Updates `aws-cdk-lib` from 2.180.0 to 2.181.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.181.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1000.3 to 2.1001.0 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/[email protected]/packages/aws-cdk) --- updated-dependencies: - dependency-name: "@aws-cdk/toolkit-lib" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-cdk - dependency-name: aws-cdk-lib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk - dependency-name: aws-cdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffb16c3 commit 1f2656e

File tree

4 files changed

+410
-25
lines changed

4 files changed

+410
-25
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.147",
3232
"@types/node": "22.13.5",
33-
"aws-cdk-lib": "^2.180.0",
33+
"aws-cdk-lib": "^2.181.0",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.3",
@@ -49,7 +49,7 @@
4949
"@middy/core": "^4.7.0",
5050
"@types/aws-lambda": "^8.10.147",
5151
"@types/node": "22.13.5",
52-
"aws-cdk": "^2.1000.3",
52+
"aws-cdk": "^2.1001.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.0",
5555
"typescript": "^5.7.3"

layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"source-map-support": "^0.5.21"
4141
},
4242
"dependencies": {
43-
"aws-cdk": "^2.1000.3",
44-
"aws-cdk-lib": "^2.180.0",
43+
"aws-cdk": "^2.1001.0",
44+
"aws-cdk-lib": "^2.181.0",
4545
"esbuild": "^0.25.0",
4646
"tsx": "^4.19.3"
4747
}

0 commit comments

Comments
 (0)