From bfdf3ffa7496021394a030bc58f0958735e40079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:31:15 +0000 Subject: [PATCH] Bump FluentAssertions from 6.12.0 to 6.12.1 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 6.12.1. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../AspSecurityHeaders.Generators.Test.csproj | 2 +- .../packages.lock.json | 12 ++++++------ .../AspSecurityHeaders.OrchardModule.Test.csproj | 2 +- .../packages.lock.json | 8 ++++---- .../AspSecurityHeaders.Test.csproj | 2 +- AspSecurityHeaders.Test/packages.lock.json | 12 ++++++------ 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/AspSecurityHeaders.Generators.Test/AspSecurityHeaders.Generators.Test.csproj b/AspSecurityHeaders.Generators.Test/AspSecurityHeaders.Generators.Test.csproj index 1b725ec..5f5d9ff 100644 --- a/AspSecurityHeaders.Generators.Test/AspSecurityHeaders.Generators.Test.csproj +++ b/AspSecurityHeaders.Generators.Test/AspSecurityHeaders.Generators.Test.csproj @@ -17,7 +17,7 @@ - + diff --git a/AspSecurityHeaders.Generators.Test/packages.lock.json b/AspSecurityHeaders.Generators.Test/packages.lock.json index 7e7ead4..df1d4e7 100644 --- a/AspSecurityHeaders.Generators.Test/packages.lock.json +++ b/AspSecurityHeaders.Generators.Test/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.12.0, )", - "resolved": "6.12.0", - "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", + "requested": "[6.12.1, )", + "resolved": "6.12.1", + "contentHash": "hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } @@ -274,9 +274,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.12.0, )", - "resolved": "6.12.0", - "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", + "requested": "[6.12.1, )", + "resolved": "6.12.1", + "contentHash": "hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } diff --git a/AspSecurityHeaders.OrchardModule.Test/AspSecurityHeaders.OrchardModule.Test.csproj b/AspSecurityHeaders.OrchardModule.Test/AspSecurityHeaders.OrchardModule.Test.csproj index 9645a28..ab629b9 100644 --- a/AspSecurityHeaders.OrchardModule.Test/AspSecurityHeaders.OrchardModule.Test.csproj +++ b/AspSecurityHeaders.OrchardModule.Test/AspSecurityHeaders.OrchardModule.Test.csproj @@ -18,7 +18,7 @@ - + diff --git a/AspSecurityHeaders.OrchardModule.Test/packages.lock.json b/AspSecurityHeaders.OrchardModule.Test/packages.lock.json index 730ab54..65cdae1 100644 --- a/AspSecurityHeaders.OrchardModule.Test/packages.lock.json +++ b/AspSecurityHeaders.OrchardModule.Test/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.12.0, )", - "resolved": "6.12.0", - "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", + "requested": "[6.12.1, )", + "resolved": "6.12.1", + "contentHash": "hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } @@ -848,7 +848,7 @@ "dependencies": { "Brickmakers.AspSecurityHeaders": "[2.5.2, )", "Brickmakers.AspSecurityHeaders.Example": "[1.0.0, )", - "FluentAssertions": "[6.12.0, )", + "FluentAssertions": "[6.12.1, )", "Microsoft.AspNetCore.Mvc.Testing": "[6.0.33, )", "Microsoft.NET.Test.Sdk": "[17.11.1, )", "System.Net.Http.Json": "[8.0.0, )", diff --git a/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj b/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj index 82e4ff1..b56240b 100644 --- a/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj +++ b/AspSecurityHeaders.Test/AspSecurityHeaders.Test.csproj @@ -18,7 +18,7 @@ - + diff --git a/AspSecurityHeaders.Test/packages.lock.json b/AspSecurityHeaders.Test/packages.lock.json index 0863fbd..c985154 100644 --- a/AspSecurityHeaders.Test/packages.lock.json +++ b/AspSecurityHeaders.Test/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.12.0, )", - "resolved": "6.12.0", - "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", + "requested": "[6.12.1, )", + "resolved": "6.12.1", + "contentHash": "hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } @@ -616,9 +616,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.12.0, )", - "resolved": "6.12.0", - "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", + "requested": "[6.12.1, )", + "resolved": "6.12.1", + "contentHash": "hciWwryyLw3eonfqhFpOMTXyM1/auJChYslEBA+iGJyuBs5O3t/kA8YaeH4iRo/2Fe3ElSYL86C0miivtZ0f3g==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" }