Skip to content

Commit

Permalink
Update Nuget SixLabors.ImageSharp vulnerability (#501)
Browse files Browse the repository at this point in the history
* Update Nuget SixLabors.ImageSharp vulnerability

/~https://github.com/DCS-Skunkworks/DCSFlightpanels/security/dependabot/4

* verison bump
  • Loading branch information
jdahlblom authored Mar 6, 2024
1 parent 69c4c40 commit 6efab76
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/DCSFlightpanels/DCSFlightpanels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Authors>
<PackageId>DCSFlightpanels (DCSFP)</PackageId>
<Version>1.0.0</Version>
<AssemblyVersion>4.11.9</AssemblyVersion>
<AssemblyVersion>4.11.11</AssemblyVersion>
<FileVersion>
</FileVersion>
<ApplicationIcon>Images\UI\flightpanels02_8Rc_icon.ico</ApplicationIcon>
Expand Down
8 changes: 1 addition & 7 deletions src/HidLibrary/HidLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
<PackageReference Include="NLog">
<Version>5.1.4</Version>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net35'">
<PackageReference Include="NLog">
<Version>5.2.8</Version>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2'">
<PackageReference Include="NLog">
<Version>5.1.4</Version>
<Version>5.2.8</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NonVisuals/NonVisuals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="Verify.Xunit" Version="23.2.2" />
<PackageReference Include="xunit" Version="2.7.0" />
Expand Down
1 change: 1 addition & 0 deletions src/NonVisuals/Panels/StreamDeck/FaceTypeImage.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using NonVisuals.Images;
using OpenMacroBoard.SDK;


namespace NonVisuals.Panels.StreamDeck
{
using System;
Expand Down
7 changes: 5 additions & 2 deletions src/OpenMacroBoard.SDK/OpenMacroBoard.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0-windows'">
<DefineConstants>$(DefineConstants);SUPPORTS_HASHCODE</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion src/StreamDeckSharp/StreamDeckSharp/StreamDeckSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="HidSharp" Version="2.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.9.37000" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down

0 comments on commit 6efab76

Please sign in to comment.