From c0bd2ade9daaa1599dc0f180a36411aca69691bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:04:03 +0000 Subject: [PATCH] Bump Microsoft.Data.Sqlite from 10.0.9 to 10.0.10 --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- moe.csproj | 2 +- packages.lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/moe.csproj b/moe.csproj index 0165752..63378f6 100644 --- a/moe.csproj +++ b/moe.csproj @@ -12,7 +12,7 @@ - + diff --git a/packages.lock.json b/packages.lock.json index 7c5e088..e770afe 100644 --- a/packages.lock.json +++ b/packages.lock.json @@ -41,11 +41,11 @@ }, "Microsoft.Data.Sqlite": { "type": "Direct", - "requested": "[10.0.9, )", - "resolved": "10.0.9", - "contentHash": "/eBwiZPcNisn0qZX+Zk4YCftlK/vnoWqv7hHnmSk8MjPxFdYYkmPObpogT0MfCCWN6oAIZnMCo0SoOtZlbbmgQ==", + "requested": "[10.0.10, )", + "resolved": "10.0.10", + "contentHash": "58JwZ39lCvRXHfV5O6RQfbHEDu8ZsXI7weRoVRR4jrGRxxkS+qyeuGrN2xD+9VYEICApYr0iTSL6PuU+DdsvPg==", "dependencies": { - "Microsoft.Data.Sqlite.Core": "10.0.9", + "Microsoft.Data.Sqlite.Core": "10.0.10", "SQLitePCLRaw.bundle_e_sqlite3": "2.1.11", "SQLitePCLRaw.core": "2.1.11" } @@ -117,8 +117,8 @@ }, "Microsoft.Data.Sqlite.Core": { "type": "Transitive", - "resolved": "10.0.9", - "contentHash": "iZrONyMKPjxfVZnUktqO30QjzNwAGH+AxM61s8lKQnVhgbQ3bn0hiXI129ZmVicEbIcwljyy2OVsIYUR51ZHKQ==", + "resolved": "10.0.10", + "contentHash": "TPCs0ldm7AWqcKmp6f/Xr+14sat7hx4rHfRlS4RgCURBH2thEWbAKEyX7cCWr63zVJVOJIJZTg2cBiUXa8ys6g==", "dependencies": { "SQLitePCLRaw.core": "2.1.11" }