Skip to content

Commit

Permalink
fix: NontanCLI/NontanCLI.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-RESTSHARP-7853196
  • Loading branch information
snyk-bot committed Aug 31, 2024
1 parent b4ada8a commit c97d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NontanCLI/NontanCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="AspNetCore.Proxy" Version="4.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="protobuf-net" Version="3.2.16" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="SevenZipExtractor" Version="1.0.17" />
<PackageReference Include="Spectre.Console" Version="0.46.0" />
<PackageReference Include="StackExchange.Redis" Version="2.6.96" />
Expand Down

0 comments on commit c97d0ba

Please sign in to comment.