Skip to content

Commit

Permalink
Merge pull request #5791 from microsoft/security/message-pack
Browse files Browse the repository at this point in the history
security: forces dependency version for message pack
  • Loading branch information
baywet authored Nov 19, 2024
2 parents 79e974c + e60af4a commit fac82f6
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 fac82f6

Please sign in to comment.