Skip to content

Commit

Permalink
Merge pull request #820 from UnrealMultiple/renovate/nuget-sixlabors.…
Browse files Browse the repository at this point in the history
…imagesharp-vulnerability

Update dependency SixLabors.ImageSharp to 3.1.7 [SECURITY]
  • Loading branch information
ACaiCat authored Mar 7, 2025
2 parents b0808b6 + 4513b1b commit ee1834e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/CaiBot/CaiBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Import Project="..\..\template.targets"/>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)sixlabors.imagesharp\3.1.6\lib\$(TargetFramework)\SixLabors.ImageSharp.dll">
<EmbeddedResource Include="$(NuGetPackageRoot)sixlabors.imagesharp\3.1.7\lib\$(TargetFramework)\SixLabors.ImageSharp.dll">
<Link>SixLabors.ImageSharp.dll</Link>
</EmbeddedResource>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/CaiBotLite/CaiBotLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Import Project="..\..\template.targets"/>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)sixlabors.imagesharp\3.1.6\lib\$(TargetFramework)\SixLabors.ImageSharp.dll">
<EmbeddedResource Include="$(NuGetPackageRoot)sixlabors.imagesharp\3.1.7\lib\$(TargetFramework)\SixLabors.ImageSharp.dll">
<Link>SixLabors.ImageSharp.dll</Link>
</EmbeddedResource>
</ItemGroup>
Expand Down

0 comments on commit ee1834e

Please sign in to comment.