From 97b4e4e661d8b32795c8a7a856b372fafc8f1657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:04:45 +0000 Subject: [PATCH] Bump Microsoft.Data.Sqlite from 10.0.4 to 10.0.5 --- updated-dependencies: - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.5 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 5cffcce..35d7a1a 100644 --- a/moe.csproj +++ b/moe.csproj @@ -12,7 +12,7 @@ - + diff --git a/packages.lock.json b/packages.lock.json index 1bae703..8040cdf 100644 --- a/packages.lock.json +++ b/packages.lock.json @@ -42,11 +42,11 @@ }, "Microsoft.Data.Sqlite": { "type": "Direct", - "requested": "[10.0.4, )", - "resolved": "10.0.4", - "contentHash": "psCr4snt5X4nUYsbdKEVAd+Mi87youewT0aG3oZznkLoKKn7wCaKdvRdAWRZLjCl8QVkNPC1PivO9gd0pmsQPw==", + "requested": "[10.0.5, )", + "resolved": "10.0.5", + "contentHash": "y4noWO5q8tav8I/JyOhuWxII+1KrXCLuhjXdP1GRd3PvVf/IlgL+eQlikp9DyCrybQxS/0ZO7Me/X6c22MjSaQ==", "dependencies": { - "Microsoft.Data.Sqlite.Core": "10.0.4", + "Microsoft.Data.Sqlite.Core": "10.0.5", "SQLitePCLRaw.bundle_e_sqlite3": "2.1.11", "SQLitePCLRaw.core": "2.1.11" } @@ -118,8 +118,8 @@ }, "Microsoft.Data.Sqlite.Core": { "type": "Transitive", - "resolved": "10.0.4", - "contentHash": "UkmpN2pDkrtVLh+ypRDCbBij9mhPqOPzvHI625rf+VeT3FHnBwBjAY7XgjK8rGDI74fDx7C1SSIf2OAaAX4g2A==", + "resolved": "10.0.5", + "contentHash": "jFYXnh7s0RShCw6Vkf+ReGCw+mVi7ISg1YaEzYCJcXnUifmbW+aqvCsRJuSRj2ZuQ+oqetpjxlZtbpMmk5FKqQ==", "dependencies": { "SQLitePCLRaw.core": "2.1.11" }