Skip to content

Commit

Permalink
fix: src/REstate.Remote/REstate.Remote.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-MESSAGEPACK-8229907
  • Loading branch information
snyk-bot committed Oct 25, 2024
1 parent 0a3ae3b commit 7e5e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/REstate.Remote/REstate.Remote.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Grpc" Version="1.20.0" />
<PackageReference Include="MagicOnion" Version="0.5.3" />
<PackageReference Include="MessagePack" Version="1.9.3" />
<PackageReference Include="MessagePack" Version="2.5.187" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7e5e311

Please sign in to comment.