From 585ad492647a7557809abce20833e897561328b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:09:16 +0000 Subject: [PATCH] Bump SqlKata.Execution from 2.4.0 to 4.0.1 --- updated-dependencies: - dependency-name: SqlKata.Execution dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- PluralKit.Core/PluralKit.Core.csproj | 2 +- PluralKit.Core/packages.lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PluralKit.Core/PluralKit.Core.csproj b/PluralKit.Core/PluralKit.Core.csproj index a01714de1..76aea0cc9 100644 --- a/PluralKit.Core/PluralKit.Core.csproj +++ b/PluralKit.Core/PluralKit.Core.csproj @@ -50,7 +50,7 @@ - + diff --git a/PluralKit.Core/packages.lock.json b/PluralKit.Core/packages.lock.json index aa79a4562..bebe63fda 100644 --- a/PluralKit.Core/packages.lock.json +++ b/PluralKit.Core/packages.lock.json @@ -285,12 +285,12 @@ }, "SqlKata.Execution": { "type": "Direct", - "requested": "[2.4.0, )", - "resolved": "2.4.0", - "contentHash": "Sen4PQZpWitW7p8d9lbNggCVkwoIBSDqo1ZVqY5UjjRzmNJLHmFvATkqYd+ZemaMZnjjMba+a5nMIyS0uWSFeA==", + "requested": "[4.0.1, )", + "resolved": "4.0.1", + "contentHash": "pFQg2Jn6sKtrDJyQBAYFvJQr7o5uB1rlUtOqxmLYkfPeAx6Nx8MFU1WyqE6LzYkVG6fKH2sNgG9VXl6EOKavPA==", "dependencies": { "Humanizer.Core": "2.8.26", - "SqlKata": "2.4.0", + "SqlKata": "4.0.1", "dapper": "2.0.123" } },