Skip to content

Commit 791fc27

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.3 to 0.3.4 - [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.194.0 to 2.195.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.195.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1013.0 to 2.1014.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-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-cdk - dependency-name: aws-cdk-lib dependency-version: 2.195.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk - dependency-name: aws-cdk dependency-version: 2.1014.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-cdk ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1297b14 commit 791fc27

File tree

4 files changed

+68
-237
lines changed

4 files changed

+68
-237
lines changed

examples/app/package.json

+2-2
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.17",
33-
"aws-cdk-lib": "^2.194.0",
33+
"aws-cdk-lib": "^2.195.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.17",
52-
"aws-cdk": "^2.1013.0",
52+
"aws-cdk": "^2.1014.0",
5353
"constructs": "^10.4.2",
5454
"esbuild": "^0.25.4",
5555
"typescript": "^5.8.3"

layers/package.json

+2-2
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.1013.0",
44-
"aws-cdk-lib": "^2.194.0",
43+
"aws-cdk": "^2.1014.0",
44+
"aws-cdk-lib": "^2.195.0",
4545
"esbuild": "^0.25.4",
4646
"tsx": "^4.19.4"
4747
}

0 commit comments

Comments
 (0)