Skip to content

Commit

Permalink
fix: CollapseLauncher/CollapseLauncher.csproj to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719
  • Loading branch information
snyk-bot committed Jul 11, 2024
1 parent 5a11fa5 commit 617a96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLauncher/CollapseLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
</ItemGroup>
Expand Down

0 comments on commit 617a96e

Please sign in to comment.