Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/skill-validator/src/SkillValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
<PackageReference Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="2.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.9" />
<!-- external -->
<PackageReference Include="GitHub.Copilot.SDK" Version="0.3.0" />
<PackageReference Include="YamlDotNet" Version="18.0.0" />
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="18.0.0" />
<PackageReference Include="GitHub.Copilot.SDK" Version="1.0.5" />
<PackageReference Include="YamlDotNet" Version="18.1.0" />
<PackageReference Include="Vecc.YamlDotNet.Analyzers.StaticGenerator" Version="18.1.0" />

<!--
Transitive pin: GitHub.Copilot.SDK still drags in Nerdbank.MessagePack
1.0.2 which has a known high-severity vulnerability (GHSA-2cwq-pwfr-wcw3).
Fixed in 1.1.62. Drop this once the upstream chain bumps past 1.1.62.
-->
<PackageReference Include="Nerdbank.MessagePack" Version="1.2.4" />
<PackageReference Include="Nerdbank.MessagePack" Version="1.2.34" />

<!--
Transitive pin: GitHub.Copilot.SDK -> StreamJsonRpc 2.24.84 drags in
MessagePack 2.5.198 which has a known high-severity vulnerability
(GHSA-hv8m-jj95-wg3x, out-of-bounds read in LZ4 decompression). Patched in
the v2 line as of 2.5.301. Drop this once the upstream chain bumps past it.
-->
<PackageReference Include="MessagePack" Version="2.5.301" />
<PackageReference Include="MessagePack" Version="3.1.7" />

<!--
Transitive pin: Microsoft.Data.Sqlite 10.0.7 -> SQLitePCLRaw.bundle_e_sqlite3
Expand All @@ -69,7 +69,7 @@
native library and is API-compatible with the 2.1.x managed provider.
Drop this once Microsoft.Data.Sqlite bumps past it.
-->
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.53.3" />
</ItemGroup>

</Project>
Loading