Skip to content

Commit

Permalink
Merge pull request #95 from KirisameMarisa/update_six_image_labo
Browse files Browse the repository at this point in the history
[urgent] update sixlabors image sharp. (it have being occurred vulnerability)
  • Loading branch information
KirisameMarisa authored Mar 7, 2024
2 parents 6c6bbc2 + 7aa40e0 commit d5f1cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Application/Models/ImageProcessorAsync/ImageProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using SixLabors.ImageSharp;
using System.IO;
using System.Reflection;
using SixLabors.ImageSharp.PixelFormats;

namespace BocchiTracker.ImageProcessorAsync
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Prism.Core" Version="8.1.97" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
</ItemGroup>

</Project>

0 comments on commit d5f1cae

Please sign in to comment.