Skip to content

Commit

Permalink
Bump Microsoft.Data.Sqlite from 8.0.8 to 8.0.10
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 8.0.8 to 8.0.10.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.8...v8.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gepbird committed Oct 11, 2024
1 parent b62b0a2 commit 0bfbb04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion moe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Discord.Net" Version="3.16.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="DotNetEnv" Version="3.1.1" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"Microsoft.Data.Sqlite": {
"type": "Direct",
"requested": "[8.0.8, )",
"resolved": "8.0.8",
"contentHash": "Ao+kD9lZpZvvvfLHMR4/UviFGXaWhQ9AVT4fYMl62XWgIPuVIhZqLysmDNiXbsz6Pb87iyyElX2xSfigzKNZNg==",
"requested": "[8.0.10, )",
"resolved": "8.0.10",
"contentHash": "WN+qgrEcXg66YHtICl0W4If9v98PBenIj/INVkJaC+wqGX/Zus3aqyv6EI17EBRsw6tcvWsKd980X5iQ7wcj1Q==",
"dependencies": {
"Microsoft.Data.Sqlite.Core": "8.0.8",
"Microsoft.Data.Sqlite.Core": "8.0.10",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.6"
}
},
Expand Down Expand Up @@ -122,8 +122,8 @@
},
"Microsoft.Data.Sqlite.Core": {
"type": "Transitive",
"resolved": "8.0.8",
"contentHash": "qHInO2EvOcPhjgboP0TGnXM7rASdvWXrw6jAH8Yuz5YP82VTje7d/NKiX1i+dVbE3+G3JuW1kqNVB8yLvsqgYA==",
"resolved": "8.0.10",
"contentHash": "i95bgLqp6rJzmhQEtGhVVHnk1nYAhr/pLDul676PnwI/d7uDSSGs2ZPU9aP0VOuppkZaNinQOUCrD7cstDbQiQ==",
"dependencies": {
"SQLitePCLRaw.core": "2.1.6"
}
Expand Down

0 comments on commit 0bfbb04

Please sign in to comment.