Skip to content

Commit

Permalink
Merge pull request #92 from mpewsey/fix
Browse files Browse the repository at this point in the history
Update ImageSharp version to fix CVE-2024-41131
  • Loading branch information
mpewsey authored Jul 23, 2024
2 parents f8a161b + e728bca commit 8e9dda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ManiaMap/ManiaMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/mpewsey/ManiaMap</RepositoryUrl>
<PackageTags>procedural-generation;roguelike;metroidvania;videogames</PackageTags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionPrefix>2.5.1</VersionPrefix>
<Configurations>Debug;Release;Unity</Configurations>
<PackageProjectUrl>https://mpewsey.github.io/ManiaMap/</PackageProjectUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down Expand Up @@ -69,7 +69,7 @@

<ItemGroup>
<PackageReference Include="MPewsey.Common" Version="0.0.13" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>

</Project>

0 comments on commit 8e9dda5

Please sign in to comment.