Browse Source

fix: SixLabors ImageSharp Out-of-bounds Write `CVE-2024-41131` (#16620)

workgroupengineering 1 year ago
parent
commit
dcae7568b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/ImageSharp.props

+ 1 - 1
build/ImageSharp.props

@@ -1,5 +1,5 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
-    <PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
+    <PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
   </ItemGroup>
 </Project>