Skip to content

Commit 727b2cf

Browse files
authored
Merge branch 'main' into allow_passing_runtime_to_construct
2 parents ce27721 + a2c1616 commit 727b2cf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"aws-cdk": "^2.1033.0",
38-
"aws-cdk-lib": "^2.227.0",
38+
"aws-cdk-lib": "^2.228.0",
3939
"cdk-nag": "^2.37.52",
4040
"constructs": "^10.4.3",
4141
"esbuild": "^0.27.0"

packages/cdkConstructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "module",
2222
"dependencies": {
2323
"aws-cdk": "^2.1033.0",
24-
"aws-cdk-lib": "^2.227.0",
24+
"aws-cdk-lib": "^2.228.0",
2525
"cdk-nag": "^2.37.52",
2626
"constructs": "^10.4.3"
2727
},

0 commit comments

Comments
 (0)