Skip to content

Commit

Permalink
Update nuget packages to non-vulnerable versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Sep 7, 2024
1 parent 60bf6b5 commit 1ef88ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/Mocha.Hotload/Mocha.Hotload.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />

<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.5.0" />
<PackageReference Include="NuGet.Protocol" Version="6.5.0" />
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="System.CodeDom" Version="7.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="BCnEncoder.Net" Version="2.1.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="shaderc.net" Version="0.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="StbImageSharp" Version="2.27.13" />
<PackageReference Include="TinyEXR.NET" Version="0.2.3" />
<PackageReference Include="Veldrid.SPIRV" Version="1.0.15" />
Expand Down

0 comments on commit 1ef88ec

Please sign in to comment.