Skip to content

Commit bca32e0

Browse files
committed
Update dependency Constructs to v10.1.56
1 parent f6e8e0c commit bca32e0

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

cicd/Cicd.DeployDriver/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
},
5555
"Constructs": {
5656
"type": "Transitive",
57-
"resolved": "10.0.99",
58-
"contentHash": "dmUNuHxRQy8+zaUj0KWRaSINDqKADVxgIvoKnIlV+yCzzSirfu9tbvmiicjeorcmsijuAvxIChtAvbW+u5jfWA==",
57+
"resolved": "10.1.56",
58+
"contentHash": "Zj2zW/c8Pr1XQBhPVCxUMnFFIv9YLynAFTghwS4NLkyIWN+4BC46ReMo1rb9inqaVGBt6wD8mKczlirKKSk/jg==",
5959
"dependencies": {
60-
"Amazon.JSII.Runtime": "[1.55.1, 2.0.0)"
60+
"Amazon.JSII.Runtime": "[1.62.0, 2.0.0)"
6161
}
6262
},
6363
"Microsoft.Extensions.Configuration": {
@@ -191,7 +191,7 @@
191191
"AWSSDK.CloudFormation": "3.7.11.7",
192192
"AWSSDK.EC2": "3.7.79",
193193
"Amazon.CDK.Lib": "2.33.0",
194-
"Constructs": "10.0.99"
194+
"Constructs": "10.1.56"
195195
}
196196
}
197197
}

src/Cythral.CloudFormation.LambdaNetworking/Cythral.CloudFormation.LambdaNetworking.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<PackageReference Include="Amazon.CDK.Lib" Version="2.33.0" />
5-
<PackageReference Include="Constructs" Version="10.0.99" />
5+
<PackageReference Include="Constructs" Version="10.1.56" />
66
</ItemGroup>
77

88
<ItemGroup>

src/Cythral.CloudFormation.LambdaNetworking/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"Constructs": {
3434
"type": "Direct",
35-
"requested": "[10.0.99, )",
36-
"resolved": "10.0.99",
37-
"contentHash": "dmUNuHxRQy8+zaUj0KWRaSINDqKADVxgIvoKnIlV+yCzzSirfu9tbvmiicjeorcmsijuAvxIChtAvbW+u5jfWA==",
35+
"requested": "[10.1.56, )",
36+
"resolved": "10.1.56",
37+
"contentHash": "Zj2zW/c8Pr1XQBhPVCxUMnFFIv9YLynAFTghwS4NLkyIWN+4BC46ReMo1rb9inqaVGBt6wD8mKczlirKKSk/jg==",
3838
"dependencies": {
39-
"Amazon.JSII.Runtime": "[1.55.1, 2.0.0)"
39+
"Amazon.JSII.Runtime": "[1.62.0, 2.0.0)"
4040
}
4141
},
4242
"StyleCop.Analyzers": {

tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@
150150
},
151151
"Constructs": {
152152
"type": "Transitive",
153-
"resolved": "10.0.99",
154-
"contentHash": "dmUNuHxRQy8+zaUj0KWRaSINDqKADVxgIvoKnIlV+yCzzSirfu9tbvmiicjeorcmsijuAvxIChtAvbW+u5jfWA==",
153+
"resolved": "10.1.56",
154+
"contentHash": "Zj2zW/c8Pr1XQBhPVCxUMnFFIv9YLynAFTghwS4NLkyIWN+4BC46ReMo1rb9inqaVGBt6wD8mKczlirKKSk/jg==",
155155
"dependencies": {
156-
"Amazon.JSII.Runtime": "[1.55.1, 2.0.0)"
156+
"Amazon.JSII.Runtime": "[1.62.0, 2.0.0)"
157157
}
158158
},
159159
"Fare": {
@@ -842,7 +842,7 @@
842842
"AWSSDK.CloudFormation": "3.7.11.7",
843843
"AWSSDK.EC2": "3.7.79",
844844
"Amazon.CDK.Lib": "2.33.0",
845-
"Constructs": "10.0.99"
845+
"Constructs": "10.1.56"
846846
}
847847
}
848848
}

0 commit comments

Comments
 (0)