Skip to content

Commit c8d46e7

Browse files
dependabot[bot]gepbird
authored andcommitted
Bump Microsoft.Data.Sqlite from 10.0.3 to 10.0.4
--- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9674c74 commit c8d46e7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

moe.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1313
<PackageReference Include="Discord.Net" Version="3.19.0" />
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
15-
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" />
15+
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.4" />
1616
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
1717
<PackageReference Include="DotNetEnv" Version="3.1.1" />
1818
</ItemGroup>

packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
},
4343
"Microsoft.Data.Sqlite": {
4444
"type": "Direct",
45-
"requested": "[10.0.3, )",
46-
"resolved": "10.0.3",
47-
"contentHash": "R/7g5hddFTzey+XOH7Hb3x71DdX5yDu3YqKDJbyn3QKiV6P38bYqkhsoDotanurh5mHLRc9hITE+pxL6Kjcpzw==",
45+
"requested": "[10.0.4, )",
46+
"resolved": "10.0.4",
47+
"contentHash": "psCr4snt5X4nUYsbdKEVAd+Mi87youewT0aG3oZznkLoKKn7wCaKdvRdAWRZLjCl8QVkNPC1PivO9gd0pmsQPw==",
4848
"dependencies": {
49-
"Microsoft.Data.Sqlite.Core": "10.0.3",
49+
"Microsoft.Data.Sqlite.Core": "10.0.4",
5050
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.11",
5151
"SQLitePCLRaw.core": "2.1.11"
5252
}
@@ -118,8 +118,8 @@
118118
},
119119
"Microsoft.Data.Sqlite.Core": {
120120
"type": "Transitive",
121-
"resolved": "10.0.3",
122-
"contentHash": "onD94qHlvteS2S9eg1T7Huehm3x92no4nU1AyDWjSmT6jDBhY8QF0UapwNhFA+1dArzxM10fV7s6uI1EIK2+dw==",
121+
"resolved": "10.0.4",
122+
"contentHash": "UkmpN2pDkrtVLh+ypRDCbBij9mhPqOPzvHI625rf+VeT3FHnBwBjAY7XgjK8rGDI74fDx7C1SSIf2OAaAX4g2A==",
123123
"dependencies": {
124124
"SQLitePCLRaw.core": "2.1.11"
125125
}

0 commit comments

Comments
 (0)