Skip to content

Commit

Permalink
security: forces dependency version for message pack
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Nov 18, 2024
1 parent 79e974c commit e60af4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StreamJsonRpc" Version="2.20.17" />
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-4qm4-8hg2-g2xm" />
<PackageReference Include="MessagePack" Version="2.5.187" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
Expand All @@ -70,4 +72,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>

0 comments on commit e60af4a

Please sign in to comment.