Skip to content

Commit 5a66bd2

Browse files
Bump dependencies
1 parent 2acbdf9 commit 5a66bd2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: dockfool/cake-docker:latest
2020
steps:
2121
- name: Checkout source
22-
uses: actions/checkout@v4.1.5
22+
uses: actions/checkout@v4.1.6
2323
with:
2424
fetch-depth: 0
2525
filter: tree:0

Cli/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4-jammy
2+
FROM mcr.microsoft.com/dotnet/runtime:8.0.5-jammy
33

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

Cli/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,14 @@
499499
},
500500
"YamlDotNet": {
501501
"type": "Transitive",
502-
"resolved": "15.1.2",
503-
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
502+
"resolved": "15.1.4",
503+
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
504504
},
505505
"library": {
506506
"type": "Project",
507507
"dependencies": {
508508
"FluentValidation": "[11.9.1, )",
509-
"YamlDotNet": "[15.1.2, )"
509+
"YamlDotNet": "[15.1.4, )"
510510
}
511511
}
512512
}

Library/Library.csproj

Lines changed: 1 addition & 1 deletion
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.2" />
8+
<PackageReference Include="YamlDotNet" Version="15.1.4" />
99
</ItemGroup>
1010
</Project>

Library/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"YamlDotNet": {
1212
"type": "Direct",
13-
"requested": "[15.1.2, )",
14-
"resolved": "15.1.2",
15-
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
13+
"requested": "[15.1.4, )",
14+
"resolved": "15.1.4",
15+
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
1616
}
1717
}
1818
}

Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@
641641
},
642642
"YamlDotNet": {
643643
"type": "Transitive",
644-
"resolved": "15.1.2",
645-
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
644+
"resolved": "15.1.4",
645+
"contentHash": "IjWucOgVbhm72da0Ck3KcyvMuKT/TfilHcvtwvhLLnkn2zr5st8BkH3lDoY5lkMH9Z3jsJeLDrnBS4GpAViUqg=="
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.2, )"
672+
"YamlDotNet": "[15.1.4, )"
673673
}
674674
}
675675
}

0 commit comments

Comments
 (0)