Skip to content

Commit 71b7978

Browse files
Bump dependencies
1 parent fb6e6f9 commit 71b7978

File tree

7 files changed

+50
-50
lines changed

7 files changed

+50
-50
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Docker login
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@v3.1.0
37+
uses: docker/login-action@v3.2.0
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_TOKEN }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Tests report
5252
if: always()
53-
uses: mikepenz/[email protected].1
53+
uses: mikepenz/[email protected].2
5454
with:
5555
check_name: tests
5656
fail_on_failure: true

Diff for: Cli/Dockerfile

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

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

Diff for: Cli/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,14 @@
499499
},
500500
"YamlDotNet": {
501501
"type": "Transitive",
502-
"resolved": "15.1.4",
503-
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
502+
"resolved": "15.1.6",
503+
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
504504
},
505505
"library": {
506506
"type": "Project",
507507
"dependencies": {
508508
"FluentValidation": "[11.9.1, )",
509-
"YamlDotNet": "[15.1.4, )"
509+
"YamlDotNet": "[15.1.6, )"
510510
}
511511
}
512512
}

Diff for: Library/Library.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
<ItemGroup>
77
<PackageReference Include="FluentValidation" Version="11.9.1" />
8-
<PackageReference Include="YamlDotNet" Version="15.1.4" />
8+
<PackageReference Include="YamlDotNet" Version="15.1.6" />
99
</ItemGroup>
1010
</Project>

Diff for: Library/packages.lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"YamlDotNet": {
1212
"type": "Direct",
13-
"requested": "[15.1.4, )",
14-
"resolved": "15.1.4",
15-
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
13+
"requested": "[15.1.6, )",
14+
"resolved": "15.1.6",
15+
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
1616
}
1717
}
1818
}

Diff for: Tests/Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<PackageReference Include="FakeItEasy" Version="8.2.0" />
1616
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1717
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1919
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.5" />
20-
<PackageReference Include="xunit" Version="2.8.0" />
21-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
20+
<PackageReference Include="xunit" Version="2.8.1" />
21+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" />
2222
</ItemGroup>
2323

2424
<PropertyGroup>

Diff for: Tests/packages.lock.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"Microsoft.NET.Test.Sdk": {
3636
"type": "Direct",
37-
"requested": "[17.9.0, )",
38-
"resolved": "17.9.0",
39-
"contentHash": "7GUNAUbJYn644jzwLm5BD3a2p9C1dmP8Hr6fDPDxgItQk9hBs1Svdxzz07KQ/UphMSmgza9AbijBJGmw5D658A==",
37+
"requested": "[17.10.0, )",
38+
"resolved": "17.10.0",
39+
"contentHash": "0/2HeACkaHEYU3wc83YlcD2Fi4LMtECJjqrtvw0lPi9DCEa35zSPt1j4fuvM8NagjDqJuh1Ja35WcRtn1Um6/A==",
4040
"dependencies": {
41-
"Microsoft.CodeCoverage": "17.9.0",
42-
"Microsoft.TestPlatform.TestHost": "17.9.0"
41+
"Microsoft.CodeCoverage": "17.10.0",
42+
"Microsoft.TestPlatform.TestHost": "17.10.0"
4343
}
4444
},
4545
"Serilog.Sinks.XUnit": {
@@ -56,20 +56,20 @@
5656
},
5757
"xunit": {
5858
"type": "Direct",
59-
"requested": "[2.8.0, )",
60-
"resolved": "2.8.0",
61-
"contentHash": "US3a3twJziAif1kFPGdk9fALwILHxV0n1roX5j67bN/d3o4DGNLHnV3tr5ZX+uinVrzfkf0avH3zGX8JPBC0qA==",
59+
"requested": "[2.8.1, )",
60+
"resolved": "2.8.1",
61+
"contentHash": "MLBz2NQp3rtSIoJdjj3DBEr/EeOFlQYF3oCCljat3DY9GQ7yYmtjIAv8Zyfm5BcwYso5sjvIe5scuHaJPVCGIQ==",
6262
"dependencies": {
63-
"xunit.analyzers": "1.13.0",
64-
"xunit.assert": "2.8.0",
65-
"xunit.core": "[2.8.0]"
63+
"xunit.analyzers": "1.14.0",
64+
"xunit.assert": "2.8.1",
65+
"xunit.core": "[2.8.1]"
6666
}
6767
},
6868
"xunit.runner.visualstudio": {
6969
"type": "Direct",
70-
"requested": "[2.8.0, )",
71-
"resolved": "2.8.0",
72-
"contentHash": "mqQbS2zr8dfgSWxkNOC6UTzO8JoqpTmM5+FFn2XR/2nVmx2JvEY0YbM5pt2FmXVg9YVe+jKUPHd6KrroyCl67w=="
70+
"requested": "[2.8.1, )",
71+
"resolved": "2.8.1",
72+
"contentHash": "qBTK0WAcnw65mymIjVDqWUTdqjMyzjwu9e9SF0oGYfYELgbcteDZ4fQLJaXw8mzkvpAD7YdoexBbg8VYQFkWWA=="
7373
},
7474
"Castle.Core": {
7575
"type": "Transitive",
@@ -115,8 +115,8 @@
115115
},
116116
"Microsoft.CodeCoverage": {
117117
"type": "Transitive",
118-
"resolved": "17.9.0",
119-
"contentHash": "RGD37ZSrratfScYXm7M0HjvxMxZyWZL4jm+XgMZbkIY1UPgjUpbNA/t+WTGj/rC/0Hm9A3IrH3ywbKZkOCnoZA=="
118+
"resolved": "17.10.0",
119+
"contentHash": "yC7oSlnR54XO5kOuHlVOKtxomNNN1BWXX8lK1G2jaPXT9sUok7kCOoA4Pgs0qyFaCtMrNsprztYMeoEGqCm4uA=="
120120
},
121121
"Microsoft.Extensions.Configuration": {
122122
"type": "Transitive",
@@ -411,18 +411,18 @@
411411
},
412412
"Microsoft.TestPlatform.ObjectModel": {
413413
"type": "Transitive",
414-
"resolved": "17.9.0",
415-
"contentHash": "1ilw/8vgmjLyKU+2SKXKXaOqpYFJCQfGqGz+x0cosl981VzjrY74Sv6qAJv+neZMZ9ZMxF3ArN6kotaQ4uvEBw==",
414+
"resolved": "17.10.0",
415+
"contentHash": "KkwhjQevuDj0aBRoPLY6OLAhGqbPUEBuKLbaCs0kUVw29qiOYncdORd4mLVJbn9vGZ7/iFGQ/+AoJl0Tu5Umdg==",
416416
"dependencies": {
417417
"System.Reflection.Metadata": "1.6.0"
418418
}
419419
},
420420
"Microsoft.TestPlatform.TestHost": {
421421
"type": "Transitive",
422-
"resolved": "17.9.0",
423-
"contentHash": "Spmg7Wx49Ya3SxBjyeAR+nQpjMTKZwTwpZ7KyeOTIqI/WHNPnBU4HUvl5kuHPQAwGWqMy4FGZja1HvEwvoaDiA==",
422+
"resolved": "17.10.0",
423+
"contentHash": "LWpMdfqhHvcUkeMCvNYJO8QlPLlYz9XPPb+ZbaXIKhdmjAV0wqTSrTiW5FLaf7RRZT50AQADDOYMOe0HxDxNgA==",
424424
"dependencies": {
425-
"Microsoft.TestPlatform.ObjectModel": "17.9.0",
425+
"Microsoft.TestPlatform.ObjectModel": "17.10.0",
426426
"Newtonsoft.Json": "13.0.1"
427427
}
428428
},
@@ -606,43 +606,43 @@
606606
},
607607
"xunit.analyzers": {
608608
"type": "Transitive",
609-
"resolved": "1.13.0",
610-
"contentHash": "Pai9YnDV71/Ox14nBHB6/f62iyPyLbmUG/YYMiA4dfdFZvr0gIYE9yGxSr0i5Tr3INK75wgL2MCUNEKpeiZ2Fw=="
609+
"resolved": "1.14.0",
610+
"contentHash": "KcFBmV2150xZHPUebV3YLR5gGl8R4wLuPOoxMiwCf1L4bL8ls0dcwtGFzr6NvQRgg6dWgSqbE52I6SYyeB0VnQ=="
611611
},
612612
"xunit.assert": {
613613
"type": "Transitive",
614-
"resolved": "2.8.0",
615-
"contentHash": "lwf7Dy5/5HbDkaPx1YrGXCByytCEEcIn+KPI74jh2BD/RU/7RhO8c+S3k0Ph+Mr7+cLf338fl+o6UcgPCLa6PA=="
614+
"resolved": "2.8.1",
615+
"contentHash": "DDM18ur+PeNFhQ4w/vO+uvCUy8hA3OS5+AMf/CFov9Wco7Le49zzj0hovRWwa8f/3vaUfjL5r+IkPvqEHu2IIg=="
616616
},
617617
"xunit.core": {
618618
"type": "Transitive",
619-
"resolved": "2.8.0",
620-
"contentHash": "McSTFGTETCxLpmJKE9TWi9FtFthrRbpRrjz2V2g8sK2wRt1+JHs15vwi+B+nfftFkV9aFWIXZfzZM95TIGZNIA==",
619+
"resolved": "2.8.1",
620+
"contentHash": "Ng4Q/DOwotESPl5CufcdqgP6O2KDpdEcIvNfA3upzfCiBrkj5WsmLhf/XUsCVolzvHA7b1WUlyeTo7j1ulG4gQ==",
621621
"dependencies": {
622-
"xunit.extensibility.core": "[2.8.0]",
623-
"xunit.extensibility.execution": "[2.8.0]"
622+
"xunit.extensibility.core": "[2.8.1]",
623+
"xunit.extensibility.execution": "[2.8.1]"
624624
}
625625
},
626626
"xunit.extensibility.core": {
627627
"type": "Transitive",
628-
"resolved": "2.8.0",
629-
"contentHash": "eBJv9xQeY0p5z+C/L1tFjUFYqtl5pQqIEYCGTMl+MbRzA7sOlgYKwJE//vEePBp+mgBh7NjD0Qhz0liZBYM27w==",
628+
"resolved": "2.8.1",
629+
"contentHash": "ilfAsxEhpne9AXXf3W+O65mRgGum94m2xHYm1yeJ1m7eiINM6OOwpaHhoNC/KWEQ2u/WF6/XiEs+Q0TOq7hiGA==",
630630
"dependencies": {
631631
"xunit.abstractions": "2.0.3"
632632
}
633633
},
634634
"xunit.extensibility.execution": {
635635
"type": "Transitive",
636-
"resolved": "2.8.0",
637-
"contentHash": "TyyrZesHB9ODZMS9c73OqiBz4x0vL944JCkSPBWW5w6PF2LlUfdfXRjjOhoIOuY6lTmEgl07rS4/Jot9mCYnpg==",
636+
"resolved": "2.8.1",
637+
"contentHash": "38UnJW+64Wn8QIabujcNEw0HKvWw2AlYCgU8GNwCCDqyrSuRYb7zwetn7SHoHfbL9e9FAvEiAMXmc2wSUY8sVQ==",
638638
"dependencies": {
639-
"xunit.extensibility.core": "[2.8.0]"
639+
"xunit.extensibility.core": "[2.8.1]"
640640
}
641641
},
642642
"YamlDotNet": {
643643
"type": "Transitive",
644-
"resolved": "15.1.4",
645-
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
644+
"resolved": "15.1.6",
645+
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
646646
},
647647
"bgg-dungeon": {
648648
"type": "Project",
@@ -669,7 +669,7 @@
669669
"type": "Project",
670670
"dependencies": {
671671
"FluentValidation": "[11.9.1, )",
672-
"YamlDotNet": "[15.1.4, )"
672+
"YamlDotNet": "[15.1.6, )"
673673
}
674674
}
675675
}

0 commit comments

Comments
 (0)