From b6eb3cbb6f96cf26138003b337c3b8b983fbaa71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:38:17 +0000 Subject: [PATCH] Bump Microsoft.Extensions.Configuration from 10.0.10 to 10.0.11 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../PayFlow.Infrastructure.csproj | 2 +- PayFlow.Infrastructure/packages.lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj b/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj index eb05ab4..3ea1f71 100644 --- a/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj +++ b/PayFlow.Infrastructure/PayFlow.Infrastructure.csproj @@ -20,7 +20,7 @@ - + diff --git a/PayFlow.Infrastructure/packages.lock.json b/PayFlow.Infrastructure/packages.lock.json index b163a98..93f9375 100644 --- a/PayFlow.Infrastructure/packages.lock.json +++ b/PayFlow.Infrastructure/packages.lock.json @@ -78,12 +78,12 @@ }, "Microsoft.Extensions.Configuration": { "type": "Direct", - "requested": "[10.0.10, )", - "resolved": "10.0.10", - "contentHash": "plJWK2zpWuuyxI8F8s2scx6Je7N1Ajjs6HvYUGKwRnDMWIVIz9FHwAkiT7ASgrvAOd10T0FPVlh9BzAJJME+jg==", + "requested": "[10.0.11, )", + "resolved": "10.0.11", + "contentHash": "wlhRqZW8LcJPa+vk2oLAc/REXDItHtkFQdf/QcXYGZbZOO13izcsKY1pCvuFQYwUiZD+hwSZwsKASjqT+BNaVg==", "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.10", - "Microsoft.Extensions.Primitives": "10.0.10" + "Microsoft.Extensions.Configuration.Abstractions": "10.0.11", + "Microsoft.Extensions.Primitives": "10.0.11" } }, "Microsoft.Extensions.Configuration.Binder": { @@ -218,10 +218,10 @@ }, "Microsoft.Extensions.Configuration.Abstractions": { "type": "Transitive", - "resolved": "10.0.10", - "contentHash": "5Vnd2I75DmZCVEjSynIdJ/0EGafgnLQwgR3t2C2/fkjx/nRG+cLwxLLdInoHeCEpkD5K4Ov/g9ZCRYrl4TRsaA==", + "resolved": "10.0.11", + "contentHash": "fVi053xdpda9Em7vSkmgVxO/PtgC2m78ekReKWsgcyskqY0U82Bz/MONwxpGzI0hElYKJfw+fupqMVeKW3fSaA==", "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.10" + "Microsoft.Extensions.Primitives": "10.0.11" } }, "Microsoft.Extensions.DependencyInjection": {