Skip to content

Commit b61c5d2

Browse files
authored
Merge pull request #125 from gitfool/renovate/minor
2 parents f03fc46 + 8acbfec commit b61c5d2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Aws/Aws.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="IPNetwork2" Version="3.0.643" />
13+
<PackageReference Include="IPNetwork2" Version="3.0.648" />
1414
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
1515
<PackageReference Include="Pulumi" Version="3.38.0" />
1616
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />

Aws/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"IPNetwork2": {
66
"type": "Direct",
7-
"requested": "[3.0.643, )",
8-
"resolved": "3.0.643",
9-
"contentHash": "h0b6W0IxJs8Zv5U78S35o59ybqeH/YEEMVWYi1NrsvUmx8kqiri+JLI3hgaBkzrpsdNp/SSfhpJAvhtRS1fPVA=="
7+
"requested": "[3.0.648, )",
8+
"resolved": "3.0.648",
9+
"contentHash": "y57UwIl7xI+R1bC9ZCf4bdc18aLJmczjEhhQbNaaMYqy67IrdOaBgdHSYCziA+5VyvqVL+kc1pLNvKS7YNJsBw=="
1010
},
1111
"Microsoft.Extensions.Options": {
1212
"type": "Direct",

Cli/Cli.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="Json.More.Net" Version="2.0.0" />
33-
<PackageReference Include="JsonPath.Net" Version="0.7.1" />
33+
<PackageReference Include="JsonPath.Net" Version="0.8.0" />
3434
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
3535
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
3636
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />

Cli/packages.lock.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"JsonPath.Net": {
1212
"type": "Direct",
13-
"requested": "[0.7.1, )",
14-
"resolved": "0.7.1",
15-
"contentHash": "9Ptfxear0AB7aYLWGbodkw63wy2kCzcJmqEFnrFtsQfGNIR5Sc+VkZHoFd2UYsH8iqAK0CEga7oSSmbMyQrnvg==",
13+
"requested": "[0.8.0, )",
14+
"resolved": "0.8.0",
15+
"contentHash": "i5AEO1wcuTBiIvDBhhBG54gIt1hl6FNn0FsmelB/Lpxf60nmHQYmfPPZ2iN3U5MGYXCK4UoKnm5exskykLH98A==",
1616
"dependencies": {
17-
"Json.More.Net": "1.9.3"
17+
"Json.More.Net": "2.0.0"
1818
}
1919
},
2020
"Microsoft.Extensions.Hosting": {
@@ -211,8 +211,8 @@
211211
},
212212
"IPNetwork2": {
213213
"type": "Transitive",
214-
"resolved": "3.0.643",
215-
"contentHash": "h0b6W0IxJs8Zv5U78S35o59ybqeH/YEEMVWYi1NrsvUmx8kqiri+JLI3hgaBkzrpsdNp/SSfhpJAvhtRS1fPVA=="
214+
"resolved": "3.0.648",
215+
"contentHash": "y57UwIl7xI+R1bC9ZCf4bdc18aLJmczjEhhQbNaaMYqy67IrdOaBgdHSYCziA+5VyvqVL+kc1pLNvKS7YNJsBw=="
216216
},
217217
"Microsoft.Extensions.Configuration": {
218218
"type": "Transitive",
@@ -638,7 +638,7 @@
638638
"aws": {
639639
"type": "Project",
640640
"dependencies": {
641-
"IPNetwork2": "[3.0.643, )",
641+
"IPNetwork2": "[3.0.648, )",
642642
"K8s": "[1.0.0, )",
643643
"Library": "[1.0.0, )",
644644
"Microsoft.Extensions.Options": "[8.0.1, )",

0 commit comments

Comments
 (0)