Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.11" />
<!-- Interactive API docs UI. .NET 9+ dropped Swashbuckle from the templates:
AddOpenApi() serves the document only, with no UI. Scalar renders it. -->
<PackageVersion Include="Scalar.AspNetCore" Version="2.16.20" />
<PackageVersion Include="Scalar.AspNetCore" Version="2.17.1" />
<!-- Transitive-vulnerability lifts: newer patched versions of packages pulled
in by Microsoft.Data.Sqlite and Microsoft.AspNetCore.OpenApi. -->
<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.5" />
<PackageVersion Include="Microsoft.OpenApi" Version="2.12.0" />
<PackageVersion Include="Microsoft.OpenApi" Version="2.12.2" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
Expand Down
12 changes: 6 additions & 6 deletions src/Lottery.Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"Microsoft.OpenApi": {
"type": "Direct",
"requested": "[2.12.0, )",
"resolved": "2.12.0",
"contentHash": "0xB/be+f6qYOhvQPUrVsLrau+fkowYv6gt9RIkajMhwT7sZnqtcA797yW3bS5kgSje+AQW4xZgyLnW641YFioQ=="
"requested": "[2.12.2, )",
"resolved": "2.12.2",
"contentHash": "ZkT7qiJe0Kj0+DTZOZo+xrDy1kNmdsWFQVPIQLNx9ZJ0T9cB2LG7r+Bi60so8/+yg1nkS7QCPadrzsTG4VPKrA=="
},
"Scalar.AspNetCore": {
"type": "Direct",
"requested": "[2.16.20, )",
"resolved": "2.16.20",
"contentHash": "pSmyME4FCnYocbLmn9lmAUTVVSEPb5E6noqRcmJYpO65eaum68gw17yMORbeckW+gMksiL04m+zXoTxOKv0+kQ=="
"requested": "[2.17.1, )",
"resolved": "2.17.1",
"contentHash": "7np19IKEqPi+Isbo5Ka1wdMsQedv5jUECPHq223NgKEL7eGd+z98ncZRmpYfKotU/BD07kJSpnPaXp6X0TzRKw=="
},
"Azure.Core": {
"type": "Transitive",
Expand Down