From 1d9f57260b25f88ef6c3cc8473a2832fb37262d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:36:49 +0000 Subject: [PATCH] deps: Bump AngleSharp from 1.5.2 to 1.6.0 --- updated-dependencies: - dependency-name: AngleSharp dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json | 6 +++--- .../Presentation/MMCA.Common.UI.Tests/packages.lock.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c87eff9..344d706 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -108,7 +108,7 @@ - + diff --git a/Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json b/Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json index 4ec56de..80129a5 100644 --- a/Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json +++ b/Source/Hosting/MMCA.Common.Testing.UI/packages.lock.json @@ -4,9 +4,9 @@ "net10.0": { "AngleSharp": { "type": "Direct", - "requested": "[1.5.2, )", - "resolved": "1.5.2", - "contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA==" + "requested": "[1.6.0, )", + "resolved": "1.6.0", + "contentHash": "kVnhnZlM4Yww2KWqW3uSL8isvhYsrTTBMSPAgoF8ZhMrLSoay6783AP6dQxAj1J9gvWKi3OIM4ZezdE2Y4ufCQ==" }, "bunit": { "type": "Direct", diff --git a/Tests/Presentation/MMCA.Common.UI.Tests/packages.lock.json b/Tests/Presentation/MMCA.Common.UI.Tests/packages.lock.json index 82544f8..96afbc3 100644 --- a/Tests/Presentation/MMCA.Common.UI.Tests/packages.lock.json +++ b/Tests/Presentation/MMCA.Common.UI.Tests/packages.lock.json @@ -4,9 +4,9 @@ "net10.0": { "AngleSharp": { "type": "Direct", - "requested": "[1.5.2, )", - "resolved": "1.5.2", - "contentHash": "LVZ7rrr6GHbhERhTgVDarVygl1e6KwE96pronA90LBOMacDhxR4lB+xYLjn/vlnUu+xbOB2RM9fuCPEx5bdyWA==" + "requested": "[1.6.0, )", + "resolved": "1.6.0", + "contentHash": "kVnhnZlM4Yww2KWqW3uSL8isvhYsrTTBMSPAgoF8ZhMrLSoay6783AP6dQxAj1J9gvWKi3OIM4ZezdE2Y4ufCQ==" }, "AwesomeAssertions": { "type": "Direct", @@ -738,7 +738,7 @@ "mmca.common.testing.ui": { "type": "Project", "dependencies": { - "AngleSharp": "[1.5.2, )", + "AngleSharp": "[1.6.0, )", "MMCA.Common.UI": "[1.0.0, )", "MudBlazor": "[9.7.0, )", "bunit": "[2.7.2, )"