Skip to content

Commit 4832eb3

Browse files
Bump dependencies
1 parent 3a1cdb1 commit 4832eb3

9 files changed

+40
-40
lines changed

Diff for: .config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "3.1.0",
6+
"version": "3.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

Diff for: 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="2.6.611" />
13+
<PackageReference Include="IPNetwork2" Version="2.6.618" />
1414
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
1515
<PackageReference Include="Pulumi" Version="3.38.0" />
1616
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />

Diff for: Aws/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net7.0": {
55
"IPNetwork2": {
66
"type": "Direct",
7-
"requested": "[2.6.611, )",
8-
"resolved": "2.6.611",
9-
"contentHash": "eCwQL6r3WqQ7YR+tJ5EEH6at51RHiVrmc50JcKxyN7493Jvm0afbz62CoYfgGPS0X/YikcAa8hB54C6RKc8tKw=="
7+
"requested": "[2.6.618, )",
8+
"resolved": "2.6.618",
9+
"contentHash": "rRxnQko86gF/Q58+WO/2yFun7RUd05n2gwa9jOElqOdqN3i7tF8jHUmxZedqHjYCN3mGHJjVxZeQKAOu7TnQVA=="
1010
},
1111
"Microsoft.Extensions.Options": {
1212
"type": "Direct",
@@ -72,8 +72,8 @@
7272
},
7373
"FluentValidation": {
7474
"type": "Transitive",
75-
"resolved": "11.8.0",
76-
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
75+
"resolved": "11.8.1",
76+
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
7777
},
7878
"Flurl": {
7979
"type": "Transitive",
@@ -274,7 +274,7 @@
274274
"library": {
275275
"type": "Project",
276276
"dependencies": {
277-
"FluentValidation": "[11.8.0, )",
277+
"FluentValidation": "[11.8.1, )",
278278
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
279279
"Microsoft.Extensions.Options": "[7.0.1, )",
280280
"Pulumi": "[3.38.0, )",

Diff for: Cli/Cli.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Json.More.Net" Version="1.9.1" />
32+
<PackageReference Include="Json.More.Net" Version="1.9.2" />
3333
<PackageReference Include="JsonPath.Net" Version="0.6.7" />
3434
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
3535
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
3636
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
3737
<PackageReference Include="Pulumi.Automation" Version="3.38.0" />
38-
<PackageReference Include="Serilog" Version="3.0.1" />
38+
<PackageReference Include="Serilog" Version="3.1.1" />
3939
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
4040
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
4242
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3" />
43-
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
43+
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
4444
</ItemGroup>
4545

4646
<ItemGroup>

Diff for: Cli/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM mcr.microsoft.com/dotnet/aspnet:7.0.12-jammy
2+
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-jammy
33

44
LABEL org.opencontainers.image.source=https://github.com/gitfool/Pulumi.Dungeon
55

@@ -16,7 +16,7 @@ EOF
1616
# renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$
1717
RUN <<EOF
1818
set -ex
19-
version=1.28.3
19+
version=1.28.4
2020
curl -fsSL https://storage.googleapis.com/kubernetes-release/release/v$version/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
2121
chmod +x /usr/local/bin/kubectl
2222
kubectl completion bash > /etc/bash_completion.d/kubectl
@@ -27,7 +27,7 @@ EOF
2727
# renovate: datasource=github-releases depName=aws-iam-authenticator packageName=kubernetes-sigs/aws-iam-authenticator
2828
RUN <<EOF
2929
set -ex
30-
version=0.6.11
30+
version=0.6.13
3131
curl -fsSL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v$version/aws-iam-authenticator_${version}_linux_amd64 -o /usr/local/bin/aws-iam-authenticator
3232
chmod +x /usr/local/bin/aws-iam-authenticator
3333
aws-iam-authenticator version
@@ -37,7 +37,7 @@ EOF
3737
# renovate: datasource=github-releases depName=helm packageName=helm/helm
3838
RUN <<EOF
3939
set -ex
40-
version=3.13.1
40+
version=3.13.2
4141
curl -fsSL https://get.helm.sh/helm-v$version-linux-amd64.tar.gz -o helm.tar.gz
4242
tar -xzf helm.tar.gz --directory /usr/local/bin --no-same-owner --strip=1 linux-amd64/helm
4343
rm -f helm.tar.gz

Diff for: Cli/packages.lock.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net7.0": {
55
"Json.More.Net": {
66
"type": "Direct",
7-
"requested": "[1.9.1, )",
8-
"resolved": "1.9.1",
9-
"contentHash": "GMHMI588xEfRd9s5jmPAcf38K9SxQ0VGb47Zmuqe1U1yP6KVuxuWupM95EO65e40sNQ/+xzUPd61gp9BRClqRw==",
7+
"requested": "[1.9.2, )",
8+
"resolved": "1.9.2",
9+
"contentHash": "JZhi2ZJhoIqTtr9hSlMgmaj0PLq8lLvh9TiO1wOBgEYuGpvV/JUt5t0SD/VookahzptaBkApERpgBZUHMTP+aA==",
1010
"dependencies": {
1111
"System.Text.Json": "6.0.2"
1212
}
@@ -95,9 +95,9 @@
9595
},
9696
"Serilog": {
9797
"type": "Direct",
98-
"requested": "[3.0.1, )",
99-
"resolved": "3.0.1",
100-
"contentHash": "E4UmOQ++eNJax1laE+lws7E3zbhKgHsGJbO7ra0yE5smUh+5FfUPIKKBxM3MO1tK4sgpQke6/pLReDxIc/ggNw=="
98+
"requested": "[3.1.1, )",
99+
"resolved": "3.1.1",
100+
"contentHash": "P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A=="
101101
},
102102
"Serilog.Enrichers.Thread": {
103103
"type": "Direct",
@@ -146,11 +146,11 @@
146146
},
147147
"Spectre.Console.Cli": {
148148
"type": "Direct",
149-
"requested": "[0.47.0, )",
150-
"resolved": "0.47.0",
151-
"contentHash": "S2cZCbve4fAgRtigNUNZbF+NLQJcAapSqSbbDYqLtqXJcIZ6tKiRTveYe05d+oLY2bAmP7sgnLdzVknGXruy2Q==",
149+
"requested": "[0.48.0, )",
150+
"resolved": "0.48.0",
151+
"contentHash": "HNoDxAOTODQ9h+4K5Cs2caW8kIicRKw5SS4vgEEkJtnTp7/4XR8OIGvCjVi09w3m+xn4lTlkS0ENy2ktGz4HRw==",
152152
"dependencies": {
153-
"Spectre.Console": "0.47.0"
153+
"Spectre.Console": "0.48.0"
154154
}
155155
},
156156
"Ben.Demystifier": {
@@ -168,8 +168,8 @@
168168
},
169169
"FluentValidation": {
170170
"type": "Transitive",
171-
"resolved": "11.8.0",
172-
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
171+
"resolved": "11.8.1",
172+
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
173173
},
174174
"Flurl": {
175175
"type": "Transitive",
@@ -226,8 +226,8 @@
226226
},
227227
"IPNetwork2": {
228228
"type": "Transitive",
229-
"resolved": "2.6.611",
230-
"contentHash": "eCwQL6r3WqQ7YR+tJ5EEH6at51RHiVrmc50JcKxyN7493Jvm0afbz62CoYfgGPS0X/YikcAa8hB54C6RKc8tKw=="
229+
"resolved": "2.6.618",
230+
"contentHash": "rRxnQko86gF/Q58+WO/2yFun7RUd05n2gwa9jOElqOdqN3i7tF8jHUmxZedqHjYCN3mGHJjVxZeQKAOu7TnQVA=="
231231
},
232232
"Microsoft.Build.Tasks.Git": {
233233
"type": "Transitive",
@@ -594,8 +594,8 @@
594594
},
595595
"Spectre.Console": {
596596
"type": "Transitive",
597-
"resolved": "0.47.0",
598-
"contentHash": "wz8mszcZr0cSOo8GyoG9e2DFW0SkMT8/n78Q/lIXX7EbCtHNXOoOKWpJ9Str+rCYtmQOGGyDutZzubrUHK/XkA==",
597+
"resolved": "0.48.0",
598+
"contentHash": "4Mc1UT7Azgtyb8FyNwK5FZmoZbKuT5PmY7ZwaKUytjD5kGFMNBACpOZTwYtkuY377YkYtZYBeDDTJUwTW86QXw==",
599599
"dependencies": {
600600
"System.Memory": "4.5.5"
601601
}
@@ -655,7 +655,7 @@
655655
"aws": {
656656
"type": "Project",
657657
"dependencies": {
658-
"IPNetwork2": "[2.6.611, )",
658+
"IPNetwork2": "[2.6.618, )",
659659
"K8s": "[1.0.0, )",
660660
"Library": "[1.0.0, )",
661661
"Microsoft.Extensions.Options": "[7.0.1, )",
@@ -680,7 +680,7 @@
680680
"library": {
681681
"type": "Project",
682682
"dependencies": {
683-
"FluentValidation": "[11.8.0, )",
683+
"FluentValidation": "[11.8.1, )",
684684
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
685685
"Microsoft.Extensions.Options": "[7.0.1, )",
686686
"Pulumi": "[3.38.0, )",

Diff for: K8s/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
},
9494
"FluentValidation": {
9595
"type": "Transitive",
96-
"resolved": "11.8.0",
97-
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
96+
"resolved": "11.8.1",
97+
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
9898
},
9999
"Flurl": {
100100
"type": "Transitive",
@@ -250,7 +250,7 @@
250250
"library": {
251251
"type": "Project",
252252
"dependencies": {
253-
"FluentValidation": "[11.8.0, )",
253+
"FluentValidation": "[11.8.1, )",
254254
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
255255
"Microsoft.Extensions.Options": "[7.0.1, )",
256256
"Pulumi": "[3.38.0, )",

Diff for: Library/Library.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="FluentValidation" Version="11.8.0" />
7+
<PackageReference Include="FluentValidation" Version="11.8.1" />
88
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
99
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
1010
<PackageReference Include="Pulumi" Version="3.38.0" />

Diff for: Library/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net7.0": {
55
"FluentValidation": {
66
"type": "Direct",
7-
"requested": "[11.8.0, )",
8-
"resolved": "11.8.0",
9-
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
7+
"requested": "[11.8.1, )",
8+
"resolved": "11.8.1",
9+
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
1010
},
1111
"Microsoft.Extensions.Logging.Abstractions": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)