Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot 82af29dd79 chore(deps): update minor and patch updates (nuget)
Security Scan (reusable) / Security Scan (pull_request) Successful in 25s
Security / scan (pull_request) Successful in 25s
Build / Build (Release) (pull_request) Successful in 34s
2026-09-09 00:33:02 +00:00
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<ItemGroup>
<!-- Closed ranges prevent surprise major bumps during lock file regeneration -->
<PackageReference Include="MessagePack" Version="[3.1.7, 4.0.0)" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.11" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.12" />
<!-- v1.5.0 DI-container foundation; matches Lightless pin (Hosting 10.0.7) -->
<PackageReference
Include="Microsoft.Extensions.DependencyInjection"
+6 -6
View File
@@ -27,11 +27,11 @@
},
"Microsoft.Data.Sqlite": {
"type": "Direct",
"requested": "[10.0.11, )",
"resolved": "10.0.11",
"contentHash": "7je7UELzm131GiLYc4PpZvfKXIgIyzPM+v+tjcd/nbnuWRfgcONYKzDTqJlURxwVCFsVnlpmq6y6yn4qvR8QXQ==",
"requested": "[10.0.12, )",
"resolved": "10.0.12",
"contentHash": "xUq9xUc653ue7ac2rMfCaf8UQN+U3zS8poWYlugycpvJllplMM0Mk7v/+MM0CTlu9zGvbGML4BPH8YWhrUOfGw==",
"dependencies": {
"Microsoft.Data.Sqlite.Core": "10.0.11",
"Microsoft.Data.Sqlite.Core": "10.0.12",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.12",
"SQLitePCLRaw.core": "2.1.12"
}
@@ -141,8 +141,8 @@
},
"Microsoft.Data.Sqlite.Core": {
"type": "Transitive",
"resolved": "10.0.11",
"contentHash": "hubA20AGenQ4Sx0ElWaPpB8DISjXpdx463+1zOGRslsT0e/t/06ITv+pHsop8CcJ0d8PZLfgnT7juCDVD79Dkw==",
"resolved": "10.0.12",
"contentHash": "2aL9eL5HQr0V4b8V909SD+jQAx6qnTTl7sT/v3D8dIvmr2UGdpZIQxqm1pj2Js3e4EYTvpw0oMH7DjapJJuPPw==",
"dependencies": {
"SQLitePCLRaw.core": "2.1.12"
}