diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8020cfc0..9a080fd2 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -67,17 +67,17 @@ jobs: # dotnet list ${{ github.workspace }}/BridgingIT.DevKit.sln package --vulnerable --include-transitive 2>&1 | tee build.log # test `grep -cm 1 'has the following vulnerable packages' build.log` = 0 || exit 1 - - name: Test + - name: Run tests run: dotnet test --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo --filter "FullyQualifiedName!~Examples" --logger "trx;LogFileName=test-results.trx" || true - # - name: Test report # https://octopus.com/blog/githubactions-running-unit-tests - # uses: dorny/test-reporter@v1 - # if: always() - # with: - # name: DotNET Tests - # path: "**/test-results.trx" - # reporter: dotnet-trx - # fail-on-error: true + - name: Report test results # https://octopus.com/blog/githubactions-running-unit-tests + uses: dorny/test-reporter@v1 + if: always() + with: + name: DotNET Tests + path: "**/test-results.trx" + reporter: dotnet-trx + fail-on-error: true # - name: Package pack (nuget) # run: dotnet pack --configuration ${{ env.Build_Configuration }} --no-restore --no-build --nologo ${{ env.Solution_Name }} --no-build --output ${{ env.NuGet_Directory }} diff --git a/Directory.Packages.props b/Directory.Packages.props index 75a87fa9..72159083 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,7 @@ - + @@ -99,9 +99,9 @@ - + - + @@ -125,8 +125,8 @@ - - + + diff --git a/README.md b/README.md index 7f63896b..01dc459e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ![bITDevKit](https://raw.githubusercontent.com/bridgingIT/bITdevKit/main/bITDevKit_Logo.png) ===================================== +![CI](https://github.com/bridgingIT/bITdevKit/actions/workflows/github-actions.yml/badge.svg) + + Empowering developers with modular components for modern application development, centered around Domain-Driven Design principles. Our goal is to empower developers by offering modular components that can be easily integrated into your projects. Whether you're working with repositories, commands, queries, or other components, the bITDevKit provides flexible solutions that can adapt to your specific needs. diff --git a/examples/DinnerFiesta/Modules/Core/Core.Application/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.Application/packages.lock.json index 27883b95..39395052 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.Application/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.Application/packages.lock.json @@ -22,11 +22,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -43,12 +43,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -314,23 +314,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -355,8 +355,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -936,10 +936,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -955,11 +955,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -976,10 +976,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -996,10 +996,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1014,11 +1014,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1028,8 +1028,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1043,8 +1043,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1056,8 +1056,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1074,8 +1074,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1093,10 +1093,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1108,8 +1108,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1120,9 +1120,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1141,12 +1141,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1162,9 +1162,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1176,9 +1176,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1189,8 +1189,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1425,11 +1425,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1443,9 +1443,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Core/Core.Domain/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.Domain/packages.lock.json index 2c674e6c..8d57a1b1 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.Domain/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.Domain/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -110,23 +110,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -146,8 +146,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -670,8 +670,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -683,8 +683,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -697,8 +697,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -709,9 +709,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -730,12 +730,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -751,9 +751,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -765,9 +765,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -856,11 +856,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/DinnerFiesta/Modules/Core/Core.EndToEndTests/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.EndToEndTests/packages.lock.json index f0f53450..62c8cc3c 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.EndToEndTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.EndToEndTests/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -81,12 +81,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -178,8 +178,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -224,10 +224,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -854,15 +854,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -885,10 +885,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -1103,8 +1103,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "Polly.Extensions.Http": { "type": "Transitive", @@ -1960,10 +1960,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1979,11 +1979,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2000,10 +2000,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2020,10 +2020,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2038,11 +2038,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2054,8 +2054,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2065,8 +2065,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2080,8 +2080,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2093,8 +2093,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2105,8 +2105,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2122,8 +2122,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2141,10 +2141,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2156,8 +2156,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2168,9 +2168,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2189,12 +2189,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2204,9 +2204,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2220,12 +2220,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2242,9 +2242,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2256,9 +2256,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2271,8 +2271,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2291,8 +2291,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2303,8 +2303,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2320,8 +2320,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2338,8 +2338,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2350,8 +2350,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2370,8 +2370,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2382,8 +2382,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2399,8 +2399,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2415,8 +2415,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2427,8 +2427,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2447,10 +2447,10 @@ "Microsoft.Extensions.Http": "[8.0.0, )", "Microsoft.Extensions.Http.Polly": "[8.0.4, )", "Microsoft.Extensions.Localization": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "MudBlazor": "[6.19.1, )", "System.ComponentModel.Annotations": "[5.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2477,7 +2477,7 @@ "Ensure.That": "[10.1.0, )", "Microsoft.ApplicationInsights.AspNetCore": "[2.22.0, )", "Microsoft.AspNetCore.Components.WebAssembly.Server": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry.Exporter.Console": "[1.8.1, )", "OpenTelemetry.Exporter.Jaeger": "[1.5.1, )", "OpenTelemetry.Exporter.Prometheus.AspNetCore": "[1.7.0-rc.1, )", @@ -2494,7 +2494,7 @@ "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Seq": "[7.0.1, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2511,8 +2511,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2522,12 +2522,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2546,8 +2546,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2561,8 +2561,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2575,8 +2575,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2586,8 +2586,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2601,8 +2601,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2613,14 +2613,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2637,10 +2637,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2651,8 +2651,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2664,8 +2664,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2791,11 +2791,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -3364,11 +3364,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3382,9 +3382,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Core/Core.Infrastructure/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.Infrastructure/packages.lock.json index e577e59f..f4590cd6 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.Infrastructure/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.Infrastructure/packages.lock.json @@ -33,11 +33,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -54,12 +54,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -116,10 +116,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -130,10 +131,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -432,15 +433,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -463,10 +464,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -499,8 +500,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -600,6 +601,15 @@ "resolved": "4.3.2", "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.CodeDom": { "type": "Transitive", "resolved": "4.4.0", @@ -1182,10 +1192,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1201,11 +1211,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1222,10 +1232,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1242,10 +1252,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1260,11 +1270,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1274,8 +1284,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1289,8 +1299,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1302,8 +1312,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1320,8 +1330,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1339,10 +1349,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1354,8 +1364,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1366,9 +1376,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1387,12 +1397,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1408,9 +1418,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1422,9 +1432,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1437,8 +1447,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1457,8 +1467,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1469,8 +1479,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1480,12 +1490,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1504,8 +1514,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1519,8 +1529,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1572,11 +1582,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -1859,11 +1869,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1877,9 +1887,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Core/Core.IntegrationTests/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.IntegrationTests/packages.lock.json index 229468f2..cef6ba16 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.IntegrationTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.IntegrationTests/packages.lock.json @@ -4,11 +4,11 @@ "net8.0": { "Azure.Storage.Blobs": { "type": "Direct", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -114,11 +114,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -188,12 +188,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -321,8 +321,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -367,10 +367,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -1150,15 +1150,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -1181,10 +1181,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -1424,8 +1424,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "Polly.Extensions.Http": { "type": "Transitive", @@ -2411,10 +2411,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2430,11 +2430,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2451,10 +2451,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2471,10 +2471,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2489,11 +2489,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2505,8 +2505,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2516,8 +2516,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2531,8 +2531,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2544,8 +2544,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2556,8 +2556,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2573,8 +2573,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2592,10 +2592,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2607,8 +2607,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2619,9 +2619,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2640,12 +2640,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2655,9 +2655,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2671,12 +2671,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2693,9 +2693,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2707,9 +2707,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2722,8 +2722,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2742,8 +2742,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2754,8 +2754,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2771,8 +2771,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2789,8 +2789,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2801,8 +2801,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2820,11 +2820,11 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "FluentAssertions.Web": "[1.3.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Microsoft.NET.Test.Sdk": "[17.9.0, )", "NSubstitute": "[5.1.0, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2844,8 +2844,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2856,8 +2856,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2873,8 +2873,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2889,8 +2889,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2901,8 +2901,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2921,10 +2921,10 @@ "Microsoft.Extensions.Http": "[8.0.0, )", "Microsoft.Extensions.Http.Polly": "[8.0.4, )", "Microsoft.Extensions.Localization": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "MudBlazor": "[6.19.1, )", "System.ComponentModel.Annotations": "[5.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2951,7 +2951,7 @@ "Ensure.That": "[10.1.0, )", "Microsoft.ApplicationInsights.AspNetCore": "[2.22.0, )", "Microsoft.AspNetCore.Components.WebAssembly.Server": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry.Exporter.Console": "[1.8.1, )", "OpenTelemetry.Exporter.Jaeger": "[1.5.1, )", "OpenTelemetry.Exporter.Prometheus.AspNetCore": "[1.7.0-rc.1, )", @@ -2968,7 +2968,7 @@ "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Seq": "[7.0.1, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2985,8 +2985,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2996,12 +2996,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3020,8 +3020,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -3035,8 +3035,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3049,8 +3049,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3060,8 +3060,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3075,8 +3075,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3087,14 +3087,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3111,10 +3111,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3125,8 +3125,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3138,8 +3138,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3817,11 +3817,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3835,9 +3835,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Core/Core.Presentation.Web.Client/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.Presentation.Web.Client/packages.lock.json index 0e9b7a11..90abd499 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.Presentation.Web.Client/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.Presentation.Web.Client/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -211,23 +211,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -765,8 +765,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/examples/DinnerFiesta/Modules/Core/Core.Presentation/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.Presentation/packages.lock.json index 886740fb..22320e02 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.Presentation/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.Presentation/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -99,10 +99,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -113,10 +114,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -410,15 +411,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -441,10 +442,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -551,8 +552,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -666,6 +667,15 @@ "resolved": "4.5.1", "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.Collections": { "type": "Transitive", "resolved": "4.3.0", @@ -1291,10 +1301,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1310,11 +1320,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1331,10 +1341,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1351,10 +1361,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1369,11 +1379,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1385,8 +1395,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1396,8 +1406,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1411,8 +1421,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1424,8 +1434,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1442,8 +1452,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1461,10 +1471,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1476,8 +1486,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1488,9 +1498,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1509,12 +1519,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1530,9 +1540,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1544,9 +1554,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1559,8 +1569,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1579,8 +1589,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1591,8 +1601,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1608,8 +1618,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1626,8 +1636,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1637,12 +1647,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1661,8 +1671,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1676,8 +1686,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1690,8 +1700,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1701,8 +1711,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1719,10 +1729,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1784,11 +1794,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -2136,11 +2146,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2154,9 +2164,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Core/Core.UnitTests/packages.lock.json b/examples/DinnerFiesta/Modules/Core/Core.UnitTests/packages.lock.json index eb8e0330..51a2b43c 100644 --- a/examples/DinnerFiesta/Modules/Core/Core.UnitTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Core/Core.UnitTests/packages.lock.json @@ -51,11 +51,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -101,12 +101,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -180,10 +180,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -194,10 +195,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -610,15 +611,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -641,10 +642,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -846,8 +847,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -978,6 +979,15 @@ "resolved": "4.5.1", "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.CodeDom": { "type": "Transitive", "resolved": "6.0.0", @@ -1814,10 +1824,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1833,11 +1843,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1854,10 +1864,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1874,10 +1884,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1892,11 +1902,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1908,8 +1918,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1919,8 +1929,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1934,8 +1944,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1947,8 +1957,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1965,8 +1975,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1984,10 +1994,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1999,8 +2009,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2011,9 +2021,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2032,12 +2042,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2051,12 +2061,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2073,9 +2083,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2087,9 +2097,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2102,8 +2112,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2122,8 +2132,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2134,8 +2144,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2151,8 +2161,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2169,8 +2179,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2187,8 +2197,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2198,12 +2208,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2222,8 +2232,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2237,8 +2247,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2251,8 +2261,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2262,8 +2272,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2280,10 +2290,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2345,11 +2355,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -2718,11 +2728,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2736,9 +2746,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.Application/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.Application/packages.lock.json index b7bb5769..ffc923d4 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.Application/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.Application/packages.lock.json @@ -22,11 +22,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -43,12 +43,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -314,23 +314,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -355,8 +355,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -936,10 +936,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -955,11 +955,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -976,10 +976,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -996,10 +996,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1014,11 +1014,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1028,8 +1028,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1043,8 +1043,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1056,8 +1056,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1074,8 +1074,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1093,10 +1093,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1108,8 +1108,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1120,9 +1120,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1141,12 +1141,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1162,9 +1162,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1176,9 +1176,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1189,8 +1189,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1425,11 +1425,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1443,9 +1443,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.Domain/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.Domain/packages.lock.json index 2c674e6c..8d57a1b1 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.Domain/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.Domain/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -110,23 +110,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -146,8 +146,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -670,8 +670,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -683,8 +683,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -697,8 +697,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -709,9 +709,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -730,12 +730,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -751,9 +751,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -765,9 +765,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -856,11 +856,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.EndToEndTests/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.EndToEndTests/packages.lock.json index f0f53450..62c8cc3c 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.EndToEndTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.EndToEndTests/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -81,12 +81,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -178,8 +178,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -224,10 +224,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -854,15 +854,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -885,10 +885,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -1103,8 +1103,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "Polly.Extensions.Http": { "type": "Transitive", @@ -1960,10 +1960,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1979,11 +1979,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2000,10 +2000,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2020,10 +2020,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2038,11 +2038,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2054,8 +2054,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2065,8 +2065,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2080,8 +2080,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2093,8 +2093,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2105,8 +2105,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2122,8 +2122,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2141,10 +2141,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2156,8 +2156,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2168,9 +2168,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2189,12 +2189,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2204,9 +2204,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2220,12 +2220,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2242,9 +2242,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2256,9 +2256,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2271,8 +2271,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2291,8 +2291,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2303,8 +2303,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2320,8 +2320,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2338,8 +2338,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2350,8 +2350,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2370,8 +2370,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2382,8 +2382,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2399,8 +2399,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2415,8 +2415,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2427,8 +2427,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2447,10 +2447,10 @@ "Microsoft.Extensions.Http": "[8.0.0, )", "Microsoft.Extensions.Http.Polly": "[8.0.4, )", "Microsoft.Extensions.Localization": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "MudBlazor": "[6.19.1, )", "System.ComponentModel.Annotations": "[5.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2477,7 +2477,7 @@ "Ensure.That": "[10.1.0, )", "Microsoft.ApplicationInsights.AspNetCore": "[2.22.0, )", "Microsoft.AspNetCore.Components.WebAssembly.Server": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry.Exporter.Console": "[1.8.1, )", "OpenTelemetry.Exporter.Jaeger": "[1.5.1, )", "OpenTelemetry.Exporter.Prometheus.AspNetCore": "[1.7.0-rc.1, )", @@ -2494,7 +2494,7 @@ "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Seq": "[7.0.1, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2511,8 +2511,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2522,12 +2522,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2546,8 +2546,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2561,8 +2561,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2575,8 +2575,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2586,8 +2586,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2601,8 +2601,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2613,14 +2613,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2637,10 +2637,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2651,8 +2651,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2664,8 +2664,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2791,11 +2791,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -3364,11 +3364,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3382,9 +3382,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.Infrastructure/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.Infrastructure/packages.lock.json index 55447d49..01941173 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.Infrastructure/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.Infrastructure/packages.lock.json @@ -33,11 +33,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -54,12 +54,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -116,10 +116,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -130,10 +131,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -432,15 +433,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -463,10 +464,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -499,8 +500,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -600,6 +601,15 @@ "resolved": "4.3.2", "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.CodeDom": { "type": "Transitive", "resolved": "4.4.0", @@ -1182,10 +1192,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1201,11 +1211,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1222,10 +1232,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1242,10 +1252,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1260,11 +1270,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1274,8 +1284,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1289,8 +1299,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1302,8 +1312,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1320,8 +1330,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1339,10 +1349,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1354,8 +1364,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1366,9 +1376,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1387,12 +1397,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1408,9 +1418,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1422,9 +1432,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1437,8 +1447,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1457,8 +1467,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1469,8 +1479,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1480,12 +1490,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1504,8 +1514,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1519,8 +1529,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1572,11 +1582,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -1859,11 +1869,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1877,9 +1887,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.IntegrationTests/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.IntegrationTests/packages.lock.json index 8c63e1ca..a30fb811 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.IntegrationTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.IntegrationTests/packages.lock.json @@ -4,11 +4,11 @@ "net8.0": { "Azure.Storage.Blobs": { "type": "Direct", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -105,11 +105,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -155,12 +155,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -288,8 +288,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -334,10 +334,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -1117,15 +1117,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -1148,10 +1148,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -1422,8 +1422,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "Polly.Extensions.Http": { "type": "Transitive", @@ -2567,10 +2567,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2586,11 +2586,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2607,10 +2607,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2627,10 +2627,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2645,11 +2645,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2661,8 +2661,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2672,8 +2672,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2687,8 +2687,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2700,8 +2700,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2712,8 +2712,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2729,8 +2729,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2748,10 +2748,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2763,8 +2763,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2775,9 +2775,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2796,12 +2796,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2811,9 +2811,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2827,12 +2827,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2849,9 +2849,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2863,9 +2863,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2878,8 +2878,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2898,8 +2898,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2910,8 +2910,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2927,8 +2927,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2945,8 +2945,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2957,8 +2957,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2977,8 +2977,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2989,8 +2989,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3006,8 +3006,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3022,8 +3022,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3034,8 +3034,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3053,11 +3053,11 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "FluentAssertions.Web": "[1.3.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Microsoft.NET.Test.Sdk": "[17.9.0, )", "NSubstitute": "[5.1.0, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -3077,10 +3077,10 @@ "Microsoft.Extensions.Http": "[8.0.0, )", "Microsoft.Extensions.Http.Polly": "[8.0.4, )", "Microsoft.Extensions.Localization": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "MudBlazor": "[6.19.1, )", "System.ComponentModel.Annotations": "[5.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3107,7 +3107,7 @@ "Ensure.That": "[10.1.0, )", "Microsoft.ApplicationInsights.AspNetCore": "[2.22.0, )", "Microsoft.AspNetCore.Components.WebAssembly.Server": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry.Exporter.Console": "[1.8.1, )", "OpenTelemetry.Exporter.Jaeger": "[1.5.1, )", "OpenTelemetry.Exporter.Prometheus.AspNetCore": "[1.7.0-rc.1, )", @@ -3124,7 +3124,7 @@ "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Seq": "[7.0.1, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3141,8 +3141,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3152,12 +3152,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3176,8 +3176,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -3191,8 +3191,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3205,8 +3205,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3216,8 +3216,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3231,8 +3231,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3243,14 +3243,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3267,10 +3267,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3281,8 +3281,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3294,8 +3294,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3973,11 +3973,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3991,9 +3991,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation.Web.Client/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation.Web.Client/packages.lock.json index 0e9b7a11..90abd499 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation.Web.Client/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation.Web.Client/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -211,23 +211,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -765,8 +765,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation/packages.lock.json index 317368d9..f7d78764 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.Presentation/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -99,10 +99,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -113,10 +114,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -405,15 +406,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -436,10 +437,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -546,8 +547,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -661,6 +662,15 @@ "resolved": "4.5.1", "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.Collections": { "type": "Transitive", "resolved": "4.3.0", @@ -1276,10 +1286,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1295,11 +1305,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1316,10 +1326,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1336,10 +1346,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1354,11 +1364,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1370,8 +1380,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1381,8 +1391,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1396,8 +1406,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1409,8 +1419,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1427,8 +1437,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1446,10 +1456,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1461,8 +1471,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1473,9 +1483,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1494,12 +1504,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1515,9 +1525,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1529,9 +1539,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1544,8 +1554,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1564,8 +1574,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1576,8 +1586,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1593,8 +1603,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1604,12 +1614,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1628,8 +1638,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1643,8 +1653,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1654,8 +1664,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1672,10 +1682,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1727,11 +1737,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -2048,11 +2058,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2066,9 +2076,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Modules/Marketing/Marketing.UnitTests/packages.lock.json b/examples/DinnerFiesta/Modules/Marketing/Marketing.UnitTests/packages.lock.json index 03f7153a..233b5b2d 100644 --- a/examples/DinnerFiesta/Modules/Marketing/Marketing.UnitTests/packages.lock.json +++ b/examples/DinnerFiesta/Modules/Marketing/Marketing.UnitTests/packages.lock.json @@ -51,11 +51,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -101,12 +101,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -180,10 +180,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -194,10 +195,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -605,15 +606,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -636,10 +637,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -841,8 +842,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -980,6 +981,15 @@ "System.Threading": "4.3.0" } }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.CodeDom": { "type": "Transitive", "resolved": "6.0.0", @@ -1811,10 +1821,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1830,11 +1840,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1851,10 +1861,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1871,10 +1881,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1889,11 +1899,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1905,8 +1915,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1916,8 +1926,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1931,8 +1941,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1944,8 +1954,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1962,8 +1972,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1981,10 +1991,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1996,8 +2006,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2008,9 +2018,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2029,12 +2039,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2048,12 +2058,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2070,9 +2080,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2084,9 +2094,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2099,8 +2109,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2119,8 +2129,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2131,8 +2141,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2148,8 +2158,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2164,8 +2174,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2175,12 +2185,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2199,8 +2209,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2214,8 +2224,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2225,8 +2235,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2243,10 +2253,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2298,11 +2308,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -2640,11 +2650,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2658,9 +2668,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/DinnerFiesta/Presentation.Web.Client/packages.lock.json b/examples/DinnerFiesta/Presentation.Web.Client/packages.lock.json index da48d7c0..ab30d078 100644 --- a/examples/DinnerFiesta/Presentation.Web.Client/packages.lock.json +++ b/examples/DinnerFiesta/Presentation.Web.Client/packages.lock.json @@ -82,11 +82,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.ILLink.Tasks": { @@ -132,12 +132,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -387,23 +387,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -955,8 +955,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -968,8 +968,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -980,8 +980,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -992,8 +992,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1082,7 +1082,7 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", + "requested": "[8.4.0, )", "resolved": "7.2.4", "contentHash": "bw00Ck5sh6ekduDE3mnCo1ohzuad946uslCDEENu3091+6UKnBuKLo4e+yaNcCzXxOZCXWY2gV4a35+K1d4LDA==" }, diff --git a/examples/DinnerFiesta/Presentation.Web.Server/packages.lock.json b/examples/DinnerFiesta/Presentation.Web.Server/packages.lock.json index 58d688d3..dc4a6557 100644 --- a/examples/DinnerFiesta/Presentation.Web.Server/packages.lock.json +++ b/examples/DinnerFiesta/Presentation.Web.Server/packages.lock.json @@ -79,11 +79,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -263,12 +263,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -343,8 +343,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -389,10 +389,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -1041,15 +1041,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -1072,10 +1072,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -1251,8 +1251,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "Polly.Extensions.Http": { "type": "Transitive", @@ -2127,10 +2127,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2146,11 +2146,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2167,10 +2167,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2187,10 +2187,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2205,11 +2205,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2221,8 +2221,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2232,8 +2232,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2247,8 +2247,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2260,8 +2260,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2272,8 +2272,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2289,8 +2289,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2308,10 +2308,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2323,8 +2323,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2335,9 +2335,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2356,12 +2356,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2371,9 +2371,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2389,9 +2389,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2403,9 +2403,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2418,8 +2418,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2438,8 +2438,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Core.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2450,8 +2450,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2467,8 +2467,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2485,8 +2485,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2497,8 +2497,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2517,8 +2517,8 @@ "BridgingIT.DevKit.Examples.DinnerFiesta.Modules.Marketing.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2529,8 +2529,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2546,8 +2546,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2562,8 +2562,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Presentation.Web": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2574,8 +2574,8 @@ "dependencies": { "BridgingIT.DevKit.Presentation.Web.Client": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2594,10 +2594,10 @@ "Microsoft.Extensions.Http": "[8.0.0, )", "Microsoft.Extensions.Http.Polly": "[8.0.4, )", "Microsoft.Extensions.Localization": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "MudBlazor": "[6.19.1, )", "System.ComponentModel.Annotations": "[5.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2614,8 +2614,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2625,12 +2625,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2649,8 +2649,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2664,8 +2664,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Cosmos": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2678,8 +2678,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2689,8 +2689,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2704,8 +2704,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2716,14 +2716,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2740,10 +2740,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2754,8 +2754,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2767,8 +2767,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2863,11 +2863,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -3320,11 +3320,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3338,9 +3338,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/EventSourcingDemo/EventSourcingDemo.Application/packages.lock.json b/examples/EventSourcingDemo/EventSourcingDemo.Application/packages.lock.json index c29b93b8..d2dda746 100644 --- a/examples/EventSourcingDemo/EventSourcingDemo.Application/packages.lock.json +++ b/examples/EventSourcingDemo/EventSourcingDemo.Application/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -40,12 +40,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -306,23 +306,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -342,8 +342,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -879,10 +879,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -894,8 +894,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -905,8 +905,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -920,8 +920,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -933,8 +933,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -953,10 +953,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -968,8 +968,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -980,9 +980,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1001,12 +1001,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1022,9 +1022,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1036,8 +1036,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1050,8 +1050,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1063,9 +1063,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1078,8 +1078,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1090,8 +1090,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1292,11 +1292,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/EventSourcingDemo/EventSourcingDemo.Domain/packages.lock.json b/examples/EventSourcingDemo/EventSourcingDemo.Domain/packages.lock.json index 0619e456..3d09e3da 100644 --- a/examples/EventSourcingDemo/EventSourcingDemo.Domain/packages.lock.json +++ b/examples/EventSourcingDemo/EventSourcingDemo.Domain/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -137,23 +137,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -173,8 +173,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -697,8 +697,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -710,8 +710,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -724,8 +724,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -736,9 +736,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -757,12 +757,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -778,9 +778,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -792,8 +792,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -806,8 +806,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -819,9 +819,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -834,8 +834,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -937,11 +937,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/EventSourcingDemo/EventSourcingDemo.Infrastructure/packages.lock.json b/examples/EventSourcingDemo/EventSourcingDemo.Infrastructure/packages.lock.json index c9f51352..3be445f5 100644 --- a/examples/EventSourcingDemo/EventSourcingDemo.Infrastructure/packages.lock.json +++ b/examples/EventSourcingDemo/EventSourcingDemo.Infrastructure/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -354,15 +354,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -385,10 +385,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -413,8 +413,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1009,10 +1009,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1024,8 +1024,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1037,8 +1037,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1055,10 +1055,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1073,11 +1073,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1087,8 +1087,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1102,8 +1102,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1115,8 +1115,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1133,8 +1133,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1152,10 +1152,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1167,8 +1167,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1179,9 +1179,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1200,12 +1200,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1221,9 +1221,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1235,8 +1235,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1249,8 +1249,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1262,9 +1262,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1277,8 +1277,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1289,8 +1289,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1304,8 +1304,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1324,8 +1324,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1341,8 +1341,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EventSourcing": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1355,8 +1355,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1369,8 +1369,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1386,8 +1386,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1400,8 +1400,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1739,11 +1739,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/EventSourcingDemo/EventSourcingDemo.Presentation.Web/packages.lock.json b/examples/EventSourcingDemo/EventSourcingDemo.Presentation.Web/packages.lock.json index 422b23ff..65f4a2c5 100644 --- a/examples/EventSourcingDemo/EventSourcingDemo.Presentation.Web/packages.lock.json +++ b/examples/EventSourcingDemo/EventSourcingDemo.Presentation.Web/packages.lock.json @@ -39,11 +39,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -81,12 +81,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -486,15 +486,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -517,10 +517,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -635,8 +635,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1428,10 +1428,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1443,8 +1443,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1456,8 +1456,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1474,10 +1474,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1492,11 +1492,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1506,8 +1506,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1521,8 +1521,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1534,8 +1534,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1552,8 +1552,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1571,10 +1571,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1586,8 +1586,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1598,9 +1598,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1619,12 +1619,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1640,9 +1640,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1654,8 +1654,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1668,8 +1668,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1681,8 +1681,8 @@ "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1694,9 +1694,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1709,8 +1709,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1725,8 +1725,8 @@ "BridgingIT.DevKit.Domain.EventSourcing": "[1.0.0, )", "BridgingIT.DevKit.Examples.EventSourcingDemo.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1737,8 +1737,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1754,8 +1754,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1769,8 +1769,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1789,8 +1789,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1806,8 +1806,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EventSourcing": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1819,8 +1819,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.EventSourcing": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1833,8 +1833,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1848,8 +1848,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1862,8 +1862,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1879,8 +1879,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1893,8 +1893,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2216,11 +2216,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/EventSourcingDemo/tests/EventSourcingDemo.Integration.Tests/packages.lock.json b/examples/EventSourcingDemo/tests/EventSourcingDemo.Integration.Tests/packages.lock.json index e4b426b6..d5ee28b4 100644 --- a/examples/EventSourcingDemo/tests/EventSourcingDemo.Integration.Tests/packages.lock.json +++ b/examples/EventSourcingDemo/tests/EventSourcingDemo.Integration.Tests/packages.lock.json @@ -68,11 +68,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -118,12 +118,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -689,15 +689,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -720,10 +720,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -933,8 +933,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -2009,10 +2009,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2024,8 +2024,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2037,8 +2037,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2055,10 +2055,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2073,11 +2073,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2087,8 +2087,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2102,8 +2102,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2115,8 +2115,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2133,8 +2133,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2152,10 +2152,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2167,8 +2167,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2179,9 +2179,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2200,12 +2200,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2219,12 +2219,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2241,9 +2241,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2255,8 +2255,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2269,8 +2269,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2282,8 +2282,8 @@ "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2295,9 +2295,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2310,8 +2310,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2326,8 +2326,8 @@ "BridgingIT.DevKit.Domain.EventSourcing": "[1.0.0, )", "BridgingIT.DevKit.Examples.EventSourcingDemo.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2338,8 +2338,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2355,8 +2355,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2376,9 +2376,9 @@ "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Data.SqlClient": "[5.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2392,8 +2392,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2412,8 +2412,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2429,8 +2429,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EventSourcing": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2442,8 +2442,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.EventSourcing": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2456,8 +2456,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2471,8 +2471,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2485,8 +2485,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2502,8 +2502,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2516,8 +2516,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2891,11 +2891,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/WeatherForecast/WeatherForecast.Application/packages.lock.json b/examples/WeatherForecast/WeatherForecast.Application/packages.lock.json index ba1cae47..2c920228 100644 --- a/examples/WeatherForecast/WeatherForecast.Application/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.Application/packages.lock.json @@ -36,11 +36,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -57,12 +57,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -328,23 +328,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -369,8 +369,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -950,10 +950,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -969,11 +969,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -990,10 +990,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1010,10 +1010,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1028,11 +1028,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1042,8 +1042,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1057,8 +1057,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1070,8 +1070,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1088,8 +1088,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1107,10 +1107,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1122,8 +1122,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1134,9 +1134,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1155,12 +1155,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1176,9 +1176,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1190,9 +1190,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1205,8 +1205,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1441,11 +1441,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1459,9 +1459,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/WeatherForecast/WeatherForecast.Domain/packages.lock.json b/examples/WeatherForecast/WeatherForecast.Domain/packages.lock.json index 2c674e6c..8d57a1b1 100644 --- a/examples/WeatherForecast/WeatherForecast.Domain/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.Domain/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -110,23 +110,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -146,8 +146,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -670,8 +670,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -683,8 +683,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -697,8 +697,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -709,9 +709,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -730,12 +730,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -751,9 +751,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -765,9 +765,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -856,11 +856,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/examples/WeatherForecast/WeatherForecast.Infrastructure/packages.lock.json b/examples/WeatherForecast/WeatherForecast.Infrastructure/packages.lock.json index 3f891354..8f5ebd18 100644 --- a/examples/WeatherForecast/WeatherForecast.Infrastructure/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.Infrastructure/packages.lock.json @@ -51,11 +51,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -72,12 +72,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -441,15 +441,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -472,10 +472,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -516,8 +516,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1194,10 +1194,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1213,11 +1213,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1234,10 +1234,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1254,10 +1254,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1272,11 +1272,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1286,8 +1286,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1301,8 +1301,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1314,8 +1314,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1332,8 +1332,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1351,10 +1351,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1366,8 +1366,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1378,9 +1378,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1399,12 +1399,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1420,9 +1420,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1434,9 +1434,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1449,8 +1449,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1471,8 +1471,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", "Microsoft.Extensions.Http": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1485,8 +1485,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1505,8 +1505,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1520,8 +1520,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1854,11 +1854,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -1872,9 +1872,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/WeatherForecast/WeatherForecast.IntegrationTests/packages.lock.json b/examples/WeatherForecast/WeatherForecast.IntegrationTests/packages.lock.json index 4177e34e..8aa3f462 100644 --- a/examples/WeatherForecast/WeatherForecast.IntegrationTests/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.IntegrationTests/packages.lock.json @@ -57,11 +57,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -107,12 +107,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -863,15 +863,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -894,10 +894,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.Net.Http.Headers": { @@ -1085,8 +1085,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "prometheus-net": { "type": "Transitive", @@ -1933,10 +1933,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1952,11 +1952,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1973,10 +1973,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1993,10 +1993,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2011,11 +2011,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2027,8 +2027,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2038,8 +2038,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2053,8 +2053,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2066,8 +2066,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2078,8 +2078,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2095,8 +2095,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2114,10 +2114,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2129,8 +2129,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2141,9 +2141,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2162,12 +2162,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2181,12 +2181,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2203,9 +2203,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2217,9 +2217,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2232,8 +2232,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2254,8 +2254,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", "Microsoft.Extensions.Http": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2268,8 +2268,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2286,8 +2286,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.AspNet.WebApi.Client": "[6.0.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2313,7 +2313,7 @@ "Ensure.That": "[10.1.0, )", "Microsoft.ApplicationInsights.AspNetCore": "[2.22.0, )", "Microsoft.AspNetCore.Components.WebAssembly.Server": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry.Exporter.Console": "[1.8.1, )", "OpenTelemetry.Exporter.Jaeger": "[1.5.1, )", "OpenTelemetry.Exporter.Prometheus.AspNetCore": "[1.7.0-rc.1, )", @@ -2330,7 +2330,7 @@ "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Seq": "[7.0.1, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2349,8 +2349,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2364,8 +2364,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2378,8 +2378,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2389,8 +2389,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2404,8 +2404,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2416,14 +2416,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2440,10 +2440,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2455,8 +2455,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -3044,11 +3044,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -3062,9 +3062,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/examples/WeatherForecast/WeatherForecast.Presentation.Web.Client/packages.lock.json b/examples/WeatherForecast/WeatherForecast.Presentation.Web.Client/packages.lock.json index 290c7bd6..aec104ff 100644 --- a/examples/WeatherForecast/WeatherForecast.Presentation.Web.Client/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.Presentation.Web.Client/packages.lock.json @@ -82,11 +82,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.ILLink.Tasks": { @@ -132,12 +132,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -387,23 +387,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { @@ -955,8 +955,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -968,8 +968,8 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Components.WebAssembly": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1058,7 +1058,7 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", + "requested": "[8.4.0, )", "resolved": "7.2.4", "contentHash": "bw00Ck5sh6ekduDE3mnCo1ohzuad946uslCDEENu3091+6UKnBuKLo4e+yaNcCzXxOZCXWY2gV4a35+K1d4LDA==" }, diff --git a/examples/WeatherForecast/WeatherForecast.Presentation.Web.Server/packages.lock.json b/examples/WeatherForecast/WeatherForecast.Presentation.Web.Server/packages.lock.json index df541b1e..3bdcad41 100644 --- a/examples/WeatherForecast/WeatherForecast.Presentation.Web.Server/packages.lock.json +++ b/examples/WeatherForecast/WeatherForecast.Presentation.Web.Server/packages.lock.json @@ -79,11 +79,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -263,12 +263,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -929,15 +929,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -960,10 +960,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.Net.Http.Headers": { @@ -1134,8 +1134,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "prometheus-net": { "type": "Transitive", @@ -1992,10 +1992,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2011,11 +2011,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2032,10 +2032,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2052,10 +2052,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2070,11 +2070,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2086,8 +2086,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2097,8 +2097,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2112,8 +2112,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2125,8 +2125,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2137,8 +2137,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2154,8 +2154,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2173,10 +2173,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2188,8 +2188,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2200,9 +2200,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2221,12 +2221,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2242,9 +2242,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2256,9 +2256,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2271,8 +2271,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2293,8 +2293,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Diagnostics.HealthChecks": "[8.0.4, )", "Microsoft.Extensions.Http": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2307,8 +2307,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2325,8 +2325,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.AspNet.WebApi.Client": "[6.0.0, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2345,8 +2345,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2360,8 +2360,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2374,8 +2374,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2385,8 +2385,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2400,8 +2400,8 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Azure.AppConfiguration.AspNetCore": "[7.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2412,14 +2412,14 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Settings.Configuration": "[8.0.0, )", "Serilog.Sinks.Console": "[5.0.1, )", "Serilog.Sinks.File": "[5.0.0, )", "Serilog.Sinks.Trace": "[3.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2436,10 +2436,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2451,8 +2451,8 @@ "AspNetCore.HealthChecks.UI": "[8.0.1, )", "AspNetCore.HealthChecks.UI.Client": "[8.0.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2899,11 +2899,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2917,9 +2917,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/src/Application.Commands.EventSourcing/packages.lock.json b/src/Application.Commands.EventSourcing/packages.lock.json index 4b047c9d..b12613f4 100644 --- a/src/Application.Commands.EventSourcing/packages.lock.json +++ b/src/Application.Commands.EventSourcing/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -297,23 +297,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -333,8 +333,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -870,10 +870,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -883,8 +883,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -898,8 +898,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -911,8 +911,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -931,10 +931,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -946,8 +946,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -958,9 +958,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -979,12 +979,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1000,9 +1000,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1014,8 +1014,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1028,8 +1028,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1041,9 +1041,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1056,8 +1056,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1258,11 +1258,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Application.Commands.Outbox/packages.lock.json b/src/Application.Commands.Outbox/packages.lock.json index 1dbb6a27..70c57769 100644 --- a/src/Application.Commands.Outbox/packages.lock.json +++ b/src/Application.Commands.Outbox/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -297,23 +297,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -333,8 +333,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -870,10 +870,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -883,8 +883,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -898,8 +898,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -911,8 +911,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -931,10 +931,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -946,8 +946,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -958,9 +958,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -979,12 +979,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1000,9 +1000,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1014,9 +1014,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1029,8 +1029,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1231,11 +1231,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Application.Commands/packages.lock.json b/src/Application.Commands/packages.lock.json index 99cc63fa..9adf10c2 100644 --- a/src/Application.Commands/packages.lock.json +++ b/src/Application.Commands/packages.lock.json @@ -35,11 +35,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -50,11 +50,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -74,12 +74,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -340,23 +340,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -376,8 +376,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -905,8 +905,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -920,8 +920,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -933,8 +933,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -953,10 +953,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -968,8 +968,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -980,9 +980,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1001,12 +1001,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1022,9 +1022,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1036,9 +1036,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/src/Application.Entities.Messaging/packages.lock.json b/src/Application.Entities.Messaging/packages.lock.json index 0b925039..0968f8c9 100644 --- a/src/Application.Entities.Messaging/packages.lock.json +++ b/src/Application.Entities.Messaging/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -297,23 +297,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -333,8 +333,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -870,10 +870,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -888,8 +888,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -906,10 +906,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -926,10 +926,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -939,8 +939,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -954,8 +954,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -967,8 +967,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -987,10 +987,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1002,8 +1002,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1014,9 +1014,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1035,12 +1035,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1056,9 +1056,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1070,9 +1070,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1273,11 +1273,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Application.Entities/packages.lock.json b/src/Application.Entities/packages.lock.json index 4c225ae8..874e9dc8 100644 --- a/src/Application.Entities/packages.lock.json +++ b/src/Application.Entities/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -303,23 +303,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -339,8 +339,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -876,10 +876,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -896,10 +896,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -909,8 +909,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -924,8 +924,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -937,8 +937,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -957,10 +957,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -972,8 +972,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -984,9 +984,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1005,12 +1005,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1026,9 +1026,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1040,9 +1040,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1237,11 +1237,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Application.JobScheduling/packages.lock.json b/src/Application.JobScheduling/packages.lock.json index 5868a29c..ba28eec0 100644 --- a/src/Application.JobScheduling/packages.lock.json +++ b/src/Application.JobScheduling/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,11 +31,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -49,9 +49,9 @@ }, "Quartz": { "type": "Direct", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" @@ -65,12 +65,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -331,23 +331,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -372,8 +372,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -945,8 +945,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -958,8 +958,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -978,10 +978,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -993,8 +993,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1005,9 +1005,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1026,12 +1026,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/src/Application.Messaging/packages.lock.json b/src/Application.Messaging/packages.lock.json index 7c5cafeb..59da6aa9 100644 --- a/src/Application.Messaging/packages.lock.json +++ b/src/Application.Messaging/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,11 +31,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -55,12 +55,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -321,23 +321,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -357,8 +357,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -886,8 +886,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -899,8 +899,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -919,10 +919,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -934,8 +934,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -946,9 +946,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -967,12 +967,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/src/Application.Queries/packages.lock.json b/src/Application.Queries/packages.lock.json index a3296c90..a4fc624b 100644 --- a/src/Application.Queries/packages.lock.json +++ b/src/Application.Queries/packages.lock.json @@ -35,11 +35,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -50,11 +50,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -74,12 +74,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -340,23 +340,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -376,8 +376,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -905,8 +905,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -920,8 +920,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -933,8 +933,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -953,10 +953,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -968,8 +968,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -980,9 +980,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1001,12 +1001,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/src/Application.Storage/packages.lock.json b/src/Application.Storage/packages.lock.json index 565f513a..e32674ce 100644 --- a/src/Application.Storage/packages.lock.json +++ b/src/Application.Storage/packages.lock.json @@ -25,11 +25,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -40,11 +40,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -74,12 +74,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -162,23 +162,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -198,8 +198,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -722,8 +722,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -737,8 +737,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -750,8 +750,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -764,8 +764,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -776,9 +776,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -797,12 +797,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" diff --git a/src/Application.Utilities/packages.lock.json b/src/Application.Utilities/packages.lock.json index f66b320d..83cb15db 100644 --- a/src/Application.Utilities/packages.lock.json +++ b/src/Application.Utilities/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -297,23 +297,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -333,8 +333,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -862,8 +862,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -875,8 +875,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -895,10 +895,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -910,8 +910,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -922,9 +922,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -943,12 +943,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1105,11 +1105,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Common.Abstractions/packages.lock.json b/src/Common.Abstractions/packages.lock.json index a24d5f78..c943096e 100644 --- a/src/Common.Abstractions/packages.lock.json +++ b/src/Common.Abstractions/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -93,23 +93,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Common.Caching/packages.lock.json b/src/Common.Caching/packages.lock.json index 7e41eee0..89cdc2fc 100644 --- a/src/Common.Caching/packages.lock.json +++ b/src/Common.Caching/packages.lock.json @@ -41,11 +41,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -62,12 +62,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -138,23 +138,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -174,8 +174,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -688,8 +688,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -701,8 +701,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -715,8 +715,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -727,9 +727,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -748,12 +748,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -820,11 +820,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Common.Extensions.Web/packages.lock.json b/src/Common.Extensions.Web/packages.lock.json index a24d5f78..c943096e 100644 --- a/src/Common.Extensions.Web/packages.lock.json +++ b/src/Common.Extensions.Web/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -93,23 +93,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Common.Extensions/packages.lock.json b/src/Common.Extensions/packages.lock.json index 7f208c2a..cae23fd8 100644 --- a/src/Common.Extensions/packages.lock.json +++ b/src/Common.Extensions/packages.lock.json @@ -22,11 +22,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -43,12 +43,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -111,23 +111,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Common.Mapping/packages.lock.json b/src/Common.Mapping/packages.lock.json index cc936d9d..ecc46526 100644 --- a/src/Common.Mapping/packages.lock.json +++ b/src/Common.Mapping/packages.lock.json @@ -56,11 +56,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -77,12 +77,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -158,23 +158,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -194,8 +194,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -708,8 +708,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -721,8 +721,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -735,8 +735,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -747,9 +747,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -768,12 +768,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -831,11 +831,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Common.Modules/packages.lock.json b/src/Common.Modules/packages.lock.json index 5b7ba037..6ba3d464 100644 --- a/src/Common.Modules/packages.lock.json +++ b/src/Common.Modules/packages.lock.json @@ -87,11 +87,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -124,12 +124,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -390,23 +390,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -426,8 +426,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -955,8 +955,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -968,8 +968,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -982,8 +982,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -994,9 +994,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1015,12 +1015,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1100,11 +1100,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Common.Options/packages.lock.json b/src/Common.Options/packages.lock.json index 0f48b395..3f606291 100644 --- a/src/Common.Options/packages.lock.json +++ b/src/Common.Options/packages.lock.json @@ -25,11 +25,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -46,12 +46,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -108,23 +108,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Common.Serialization/packages.lock.json b/src/Common.Serialization/packages.lock.json index db58448c..ef4e86fe 100644 --- a/src/Common.Serialization/packages.lock.json +++ b/src/Common.Serialization/packages.lock.json @@ -21,11 +21,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -48,12 +48,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -121,23 +121,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { diff --git a/src/Common.Utilities.Tracing/packages.lock.json b/src/Common.Utilities.Tracing/packages.lock.json index 2970be20..c85dfc75 100644 --- a/src/Common.Utilities.Tracing/packages.lock.json +++ b/src/Common.Utilities.Tracing/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -42,12 +42,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -157,23 +157,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Common.Utilities.Xunit/packages.lock.json b/src/Common.Utilities.Xunit/packages.lock.json index e625b4c1..26fa34c9 100644 --- a/src/Common.Utilities.Xunit/packages.lock.json +++ b/src/Common.Utilities.Xunit/packages.lock.json @@ -21,11 +21,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -83,12 +83,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -374,23 +374,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -471,8 +471,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1302,8 +1302,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1315,8 +1315,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1335,10 +1335,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1350,8 +1350,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1362,9 +1362,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1383,12 +1383,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1545,11 +1545,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Common.Utilities/packages.lock.json b/src/Common.Utilities/packages.lock.json index 3b639707..e163ee9d 100644 --- a/src/Common.Utilities/packages.lock.json +++ b/src/Common.Utilities/packages.lock.json @@ -40,11 +40,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -61,11 +61,11 @@ }, "Polly": { "type": "Direct", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -91,12 +91,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -158,23 +158,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -194,8 +194,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -708,8 +708,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -721,8 +721,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -735,8 +735,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -747,9 +747,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", diff --git a/src/Domain.EventSourcing.Mediator/packages.lock.json b/src/Domain.EventSourcing.Mediator/packages.lock.json index 6da2d223..4639e660 100644 --- a/src/Domain.EventSourcing.Mediator/packages.lock.json +++ b/src/Domain.EventSourcing.Mediator/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -137,23 +137,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -173,8 +173,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -697,8 +697,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -710,8 +710,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -724,8 +724,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -736,9 +736,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -757,12 +757,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -778,9 +778,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -792,8 +792,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -805,9 +805,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -820,8 +820,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -923,11 +923,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Domain.EventSourcing.Outbox/packages.lock.json b/src/Domain.EventSourcing.Outbox/packages.lock.json index 0619e456..3d09e3da 100644 --- a/src/Domain.EventSourcing.Outbox/packages.lock.json +++ b/src/Domain.EventSourcing.Outbox/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -137,23 +137,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -173,8 +173,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -697,8 +697,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -710,8 +710,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -724,8 +724,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -736,9 +736,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -757,12 +757,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -778,9 +778,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -792,8 +792,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -806,8 +806,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -819,9 +819,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -834,8 +834,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -937,11 +937,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Domain.EventSourcing/packages.lock.json b/src/Domain.EventSourcing/packages.lock.json index 713448a4..b287df28 100644 --- a/src/Domain.EventSourcing/packages.lock.json +++ b/src/Domain.EventSourcing/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -110,23 +110,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -146,8 +146,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -670,8 +670,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -683,8 +683,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -697,8 +697,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -709,9 +709,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -730,12 +730,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -751,9 +751,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -832,11 +832,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Domain.Mediator/packages.lock.json b/src/Domain.Mediator/packages.lock.json index 76701764..54dbd0b7 100644 --- a/src/Domain.Mediator/packages.lock.json +++ b/src/Domain.Mediator/packages.lock.json @@ -20,11 +20,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -51,12 +51,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -130,23 +130,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -166,8 +166,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -690,8 +690,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -703,8 +703,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -717,8 +717,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -729,9 +729,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -750,12 +750,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -771,9 +771,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -852,11 +852,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Domain.Outbox/packages.lock.json b/src/Domain.Outbox/packages.lock.json index fe05e8c2..5133bb82 100644 --- a/src/Domain.Outbox/packages.lock.json +++ b/src/Domain.Outbox/packages.lock.json @@ -23,11 +23,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -44,12 +44,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -150,23 +150,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -186,8 +186,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -710,8 +710,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -723,8 +723,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -737,8 +737,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -749,9 +749,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -770,12 +770,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -791,9 +791,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -872,11 +872,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Domain/packages.lock.json b/src/Domain/packages.lock.json index 760a4d6a..c9141f38 100644 --- a/src/Domain/packages.lock.json +++ b/src/Domain/packages.lock.json @@ -22,11 +22,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -53,12 +53,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -132,23 +132,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -168,8 +168,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -692,8 +692,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -705,8 +705,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -719,8 +719,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -731,9 +731,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -752,12 +752,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -824,11 +824,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.AutoMapper/packages.lock.json b/src/Infrastructure.AutoMapper/packages.lock.json index c5be54de..c6f7b012 100644 --- a/src/Infrastructure.AutoMapper/packages.lock.json +++ b/src/Infrastructure.AutoMapper/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -40,12 +40,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -133,23 +133,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -169,8 +169,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -693,8 +693,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -706,8 +706,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -724,8 +724,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -737,8 +737,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -749,9 +749,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -770,12 +770,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -791,9 +791,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -806,8 +806,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -923,11 +923,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Azure.Cosmos/packages.lock.json b/src/Infrastructure.Azure.Cosmos/packages.lock.json index 22c99ff3..50f3d476 100644 --- a/src/Infrastructure.Azure.Cosmos/packages.lock.json +++ b/src/Infrastructure.Azure.Cosmos/packages.lock.json @@ -37,11 +37,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -58,12 +58,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -172,23 +172,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -213,8 +213,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -810,11 +810,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -824,8 +824,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -839,8 +839,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -852,8 +852,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -866,8 +866,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -878,9 +878,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -899,12 +899,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -920,9 +920,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1026,11 +1026,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Azure.HealthChecks/packages.lock.json b/src/Infrastructure.Azure.HealthChecks/packages.lock.json index c0294048..e28f7ea9 100644 --- a/src/Infrastructure.Azure.HealthChecks/packages.lock.json +++ b/src/Infrastructure.Azure.HealthChecks/packages.lock.json @@ -32,11 +32,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -53,12 +53,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -115,10 +115,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -129,10 +130,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -201,23 +202,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -242,8 +243,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -348,6 +349,15 @@ "resolved": "4.5.1", "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.Collections": { "type": "Transitive", "resolved": "4.3.0", @@ -844,11 +854,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -858,8 +868,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -873,8 +883,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -886,8 +896,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -900,8 +910,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -912,9 +922,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -933,12 +943,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -954,9 +964,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -973,8 +983,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -984,12 +994,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1007,11 +1017,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -1182,11 +1192,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Azure.ServiceBus/packages.lock.json b/src/Infrastructure.Azure.ServiceBus/packages.lock.json index 3e9ac510..793ce1b8 100644 --- a/src/Infrastructure.Azure.ServiceBus/packages.lock.json +++ b/src/Infrastructure.Azure.ServiceBus/packages.lock.json @@ -38,11 +38,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -59,12 +59,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -378,23 +378,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -414,8 +414,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -978,10 +978,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -991,8 +991,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1004,8 +1004,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1024,10 +1024,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1039,8 +1039,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1051,9 +1051,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1072,12 +1072,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1234,11 +1234,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Azure.Storage/packages.lock.json b/src/Infrastructure.Azure.Storage/packages.lock.json index a2a79506..eac936f7 100644 --- a/src/Infrastructure.Azure.Storage/packages.lock.json +++ b/src/Infrastructure.Azure.Storage/packages.lock.json @@ -14,11 +14,11 @@ }, "Azure.Storage.Blobs": { "type": "Direct", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -30,11 +30,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -51,12 +51,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -113,10 +113,11 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.37.0", - "contentHash": "ZSWV/ftBM/c/+Eo2hlzeEWntjqNG+8TWXX/DAKjBSWIf7nEvFILQoJL7JZx5HjypDvdNUMj5J2ji8ZpFFSghSg==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Memory.Data": "1.0.2", "System.Numerics.Vectors": "4.5.0", @@ -127,10 +128,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -167,23 +168,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -203,8 +204,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -309,6 +310,15 @@ "resolved": "4.5.1", "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" }, + "System.ClientModel": { + "type": "Transitive", + "resolved": "1.0.0", + "contentHash": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "4.7.2" + } + }, "System.Collections": { "type": "Transitive", "resolved": "4.3.0", @@ -751,11 +761,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -765,8 +775,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -780,8 +790,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -793,8 +803,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -807,8 +817,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -819,9 +829,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -840,12 +850,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -943,11 +953,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.Cosmos/packages.lock.json b/src/Infrastructure.EntityFramework.Cosmos/packages.lock.json index 7cce2c04..a4972015 100644 --- a/src/Infrastructure.EntityFramework.Cosmos/packages.lock.json +++ b/src/Infrastructure.EntityFramework.Cosmos/packages.lock.json @@ -30,11 +30,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -51,12 +51,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -353,23 +353,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -394,8 +394,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -998,10 +998,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1016,11 +1016,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1030,8 +1030,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1045,8 +1045,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1058,8 +1058,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1078,10 +1078,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1093,8 +1093,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1105,9 +1105,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1126,12 +1126,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1147,9 +1147,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1161,9 +1161,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1176,8 +1176,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1196,8 +1196,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1468,11 +1468,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.EventSourcing.SqlServer/packages.lock.json b/src/Infrastructure.EntityFramework.EventSourcing.SqlServer/packages.lock.json index a831e382..d00c7a10 100644 --- a/src/Infrastructure.EntityFramework.EventSourcing.SqlServer/packages.lock.json +++ b/src/Infrastructure.EntityFramework.EventSourcing.SqlServer/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -354,15 +354,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -385,10 +385,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -413,8 +413,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1009,10 +1009,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1024,8 +1024,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1037,8 +1037,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1055,10 +1055,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1073,11 +1073,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1087,8 +1087,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1102,8 +1102,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1115,8 +1115,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1133,8 +1133,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1152,10 +1152,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1167,8 +1167,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1179,9 +1179,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1200,12 +1200,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1221,9 +1221,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1235,8 +1235,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1249,8 +1249,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1262,9 +1262,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1277,8 +1277,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1292,8 +1292,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1312,8 +1312,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1329,8 +1329,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EventSourcing": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1343,8 +1343,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1357,8 +1357,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1374,8 +1374,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1388,8 +1388,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1727,11 +1727,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.EventSourcing/packages.lock.json b/src/Infrastructure.EntityFramework.EventSourcing/packages.lock.json index bcbe5858..b6d05780 100644 --- a/src/Infrastructure.EntityFramework.EventSourcing/packages.lock.json +++ b/src/Infrastructure.EntityFramework.EventSourcing/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -40,12 +40,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -372,23 +372,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -416,8 +416,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1030,10 +1030,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1045,8 +1045,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1058,8 +1058,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1076,10 +1076,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1094,11 +1094,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1108,8 +1108,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1123,8 +1123,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1136,8 +1136,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1154,8 +1154,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1173,10 +1173,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1188,8 +1188,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1200,9 +1200,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1221,12 +1221,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1242,9 +1242,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1256,8 +1256,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1270,8 +1270,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1283,9 +1283,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1298,8 +1298,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1313,8 +1313,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1333,8 +1333,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1348,8 +1348,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1365,8 +1365,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1379,8 +1379,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1662,11 +1662,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.Outbox.AutoMapper/packages.lock.json b/src/Infrastructure.EntityFramework.Outbox.AutoMapper/packages.lock.json index dae9d331..0016a891 100644 --- a/src/Infrastructure.EntityFramework.Outbox.AutoMapper/packages.lock.json +++ b/src/Infrastructure.EntityFramework.Outbox.AutoMapper/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -312,23 +312,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -348,8 +348,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -885,10 +885,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -900,8 +900,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -918,10 +918,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -936,11 +936,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -950,8 +950,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -965,8 +965,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -978,8 +978,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -996,8 +996,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1015,10 +1015,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1030,8 +1030,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1042,9 +1042,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1063,12 +1063,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1084,9 +1084,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1098,9 +1098,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1113,8 +1113,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1128,8 +1128,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1148,8 +1148,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1163,8 +1163,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1177,8 +1177,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1447,11 +1447,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.Outbox/packages.lock.json b/src/Infrastructure.EntityFramework.Outbox/packages.lock.json index 4b584c44..3f840fbb 100644 --- a/src/Infrastructure.EntityFramework.Outbox/packages.lock.json +++ b/src/Infrastructure.EntityFramework.Outbox/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -307,23 +307,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -343,8 +343,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -880,10 +880,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -895,8 +895,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -913,10 +913,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -931,11 +931,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -945,8 +945,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -960,8 +960,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -973,8 +973,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -993,10 +993,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1008,8 +1008,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1020,9 +1020,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1041,12 +1041,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1062,9 +1062,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1076,9 +1076,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1091,8 +1091,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1111,8 +1111,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1345,11 +1345,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.SqlServer/packages.lock.json b/src/Infrastructure.EntityFramework.SqlServer/packages.lock.json index 5cf35aca..e6b74d3d 100644 --- a/src/Infrastructure.EntityFramework.SqlServer/packages.lock.json +++ b/src/Infrastructure.EntityFramework.SqlServer/packages.lock.json @@ -30,11 +30,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -51,12 +51,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -369,15 +369,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -400,10 +400,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -428,8 +428,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1023,10 +1023,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1041,11 +1041,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1055,8 +1055,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1070,8 +1070,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1083,8 +1083,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1103,10 +1103,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1118,8 +1118,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1130,9 +1130,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1151,12 +1151,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1172,9 +1172,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1186,9 +1186,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1201,8 +1201,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1221,8 +1221,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1504,11 +1504,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework.Sqlite/packages.lock.json b/src/Infrastructure.EntityFramework.Sqlite/packages.lock.json index a8b86a2d..81f56d39 100644 --- a/src/Infrastructure.EntityFramework.Sqlite/packages.lock.json +++ b/src/Infrastructure.EntityFramework.Sqlite/packages.lock.json @@ -30,11 +30,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -51,12 +51,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -351,23 +351,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -387,8 +387,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -948,10 +948,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -966,11 +966,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -980,8 +980,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -995,8 +995,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1008,8 +1008,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1028,10 +1028,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1043,8 +1043,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1055,9 +1055,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1076,12 +1076,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1097,9 +1097,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1111,9 +1111,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1126,8 +1126,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1146,8 +1146,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1398,11 +1398,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EntityFramework/packages.lock.json b/src/Infrastructure.EntityFramework/packages.lock.json index 6746720f..bff5257b 100644 --- a/src/Infrastructure.EntityFramework/packages.lock.json +++ b/src/Infrastructure.EntityFramework/packages.lock.json @@ -41,11 +41,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -62,12 +62,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Linq.Dynamic.Core": { @@ -344,23 +344,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -380,8 +380,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -916,10 +916,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -934,11 +934,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -948,8 +948,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -963,8 +963,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -976,8 +976,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -996,10 +996,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1011,8 +1011,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1023,9 +1023,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1044,12 +1044,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1065,9 +1065,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1079,9 +1079,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1094,8 +1094,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1296,11 +1296,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.EventSourcing/packages.lock.json b/src/Infrastructure.EventSourcing/packages.lock.json index 50433a96..21641d2b 100644 --- a/src/Infrastructure.EventSourcing/packages.lock.json +++ b/src/Infrastructure.EventSourcing/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -312,23 +312,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -348,8 +348,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -885,10 +885,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -900,8 +900,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -913,8 +913,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -931,10 +931,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -949,11 +949,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -963,8 +963,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -978,8 +978,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -991,8 +991,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1009,8 +1009,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1028,10 +1028,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1043,8 +1043,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1055,9 +1055,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1076,12 +1076,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1097,9 +1097,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1111,8 +1111,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1125,8 +1125,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1138,9 +1138,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1153,8 +1153,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1168,8 +1168,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1188,8 +1188,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1203,8 +1203,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1217,8 +1217,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1487,11 +1487,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.LiteDB/packages.lock.json b/src/Infrastructure.LiteDB/packages.lock.json index 8c7bb798..27e2d66e 100644 --- a/src/Infrastructure.LiteDB/packages.lock.json +++ b/src/Infrastructure.LiteDB/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -37,12 +37,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Linq.Dynamic.Core": { @@ -122,23 +122,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -158,8 +158,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -682,8 +682,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -695,8 +695,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -709,8 +709,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -721,9 +721,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -742,12 +742,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -763,9 +763,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -844,11 +844,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Mapping/packages.lock.json b/src/Infrastructure.Mapping/packages.lock.json index ad0bf262..cdcb4ae5 100644 --- a/src/Infrastructure.Mapping/packages.lock.json +++ b/src/Infrastructure.Mapping/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -40,12 +40,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -133,23 +133,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -169,8 +169,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -693,8 +693,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -706,8 +706,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -724,8 +724,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -737,8 +737,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -749,9 +749,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -770,12 +770,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -791,9 +791,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -909,11 +909,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.Pulsar/packages.lock.json b/src/Infrastructure.Pulsar/packages.lock.json index 0f39c975..87819c00 100644 --- a/src/Infrastructure.Pulsar/packages.lock.json +++ b/src/Infrastructure.Pulsar/packages.lock.json @@ -22,11 +22,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -43,12 +43,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -323,23 +323,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -359,8 +359,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "protobuf-net": { "type": "Transitive", @@ -921,10 +921,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -934,8 +934,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -947,8 +947,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -967,10 +967,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -982,8 +982,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -994,9 +994,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1015,12 +1015,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1177,11 +1177,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Infrastructure.RabbitMQ/packages.lock.json b/src/Infrastructure.RabbitMQ/packages.lock.json index 9b17ee3d..1c930a5f 100644 --- a/src/Infrastructure.RabbitMQ/packages.lock.json +++ b/src/Infrastructure.RabbitMQ/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -41,12 +41,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -307,23 +307,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -343,8 +343,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -884,10 +884,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -897,8 +897,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -910,8 +910,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -930,10 +930,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -945,8 +945,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -957,9 +957,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -978,12 +978,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1140,11 +1140,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Presentation.Configuration/packages.lock.json b/src/Presentation.Configuration/packages.lock.json index a71e16c8..d3499733 100644 --- a/src/Presentation.Configuration/packages.lock.json +++ b/src/Presentation.Configuration/packages.lock.json @@ -45,11 +45,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -66,12 +66,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -423,23 +423,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -468,8 +468,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1039,8 +1039,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1052,8 +1052,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1072,10 +1072,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1087,8 +1087,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1099,9 +1099,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1120,12 +1120,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1282,11 +1282,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Presentation.Serilog/packages.lock.json b/src/Presentation.Serilog/packages.lock.json index e37a1715..bcf8fb76 100644 --- a/src/Presentation.Serilog/packages.lock.json +++ b/src/Presentation.Serilog/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -97,12 +97,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -205,23 +205,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Presentation.Web.Client/packages.lock.json b/src/Presentation.Web.Client/packages.lock.json index 6a6eecb8..977cad21 100644 --- a/src/Presentation.Web.Client/packages.lock.json +++ b/src/Presentation.Web.Client/packages.lock.json @@ -23,11 +23,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -44,12 +44,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -218,23 +218,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.JSInterop": { diff --git a/src/Presentation.Web.HealthChecks/packages.lock.json b/src/Presentation.Web.HealthChecks/packages.lock.json index 5fcac84b..1b93b37f 100644 --- a/src/Presentation.Web.HealthChecks/packages.lock.json +++ b/src/Presentation.Web.HealthChecks/packages.lock.json @@ -32,11 +32,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -53,12 +53,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -298,23 +298,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/src/Presentation.Web/packages.lock.json b/src/Presentation.Web/packages.lock.json index d5d9a524..a563cf8a 100644 --- a/src/Presentation.Web/packages.lock.json +++ b/src/Presentation.Web/packages.lock.json @@ -19,11 +19,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -68,12 +68,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -375,23 +375,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -493,8 +493,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1158,10 +1158,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1171,8 +1171,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1186,8 +1186,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1199,8 +1199,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1217,8 +1217,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1236,10 +1236,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1251,8 +1251,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1263,9 +1263,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1284,12 +1284,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1305,9 +1305,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1317,8 +1317,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1547,11 +1547,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/src/Presentation/packages.lock.json b/src/Presentation/packages.lock.json index a24d5f78..c943096e 100644 --- a/src/Presentation/packages.lock.json +++ b/src/Presentation/packages.lock.json @@ -10,11 +10,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "MinVer": { @@ -31,12 +31,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -93,23 +93,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NETCore.Platforms": { diff --git a/tests/Application.IntegrationTests/packages.lock.json b/tests/Application.IntegrationTests/packages.lock.json index ab023b91..6c94133c 100644 --- a/tests/Application.IntegrationTests/packages.lock.json +++ b/tests/Application.IntegrationTests/packages.lock.json @@ -47,11 +47,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -106,12 +106,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -559,15 +559,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -590,10 +590,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -696,8 +696,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1684,10 +1684,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1704,10 +1704,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1724,10 +1724,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1742,11 +1742,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1756,8 +1756,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1771,8 +1771,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1784,8 +1784,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1804,10 +1804,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1819,8 +1819,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1831,9 +1831,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1852,12 +1852,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1871,12 +1871,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1893,9 +1893,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1907,9 +1907,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1922,8 +1922,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1942,8 +1942,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1957,8 +1957,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Sqlite": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1971,8 +1971,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2294,11 +2294,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Application.UnitTests/packages.lock.json b/tests/Application.UnitTests/packages.lock.json index 1603e530..01ff896e 100644 --- a/tests/Application.UnitTests/packages.lock.json +++ b/tests/Application.UnitTests/packages.lock.json @@ -52,11 +52,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -111,12 +111,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -520,23 +520,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -647,8 +647,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1571,10 +1571,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1590,11 +1590,11 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "Quartz": "[3.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Quartz": "[3.9.0, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1611,10 +1611,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1631,10 +1631,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1649,11 +1649,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1663,8 +1663,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1678,8 +1678,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1691,8 +1691,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1711,10 +1711,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1726,8 +1726,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1738,9 +1738,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1759,12 +1759,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1778,12 +1778,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1800,9 +1800,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1814,9 +1814,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2031,11 +2031,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { @@ -2049,9 +2049,9 @@ }, "Quartz": { "type": "CentralTransitive", - "requested": "[3.8.1, )", - "resolved": "3.8.1", - "contentHash": "HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==", + "requested": "[3.9.0, )", + "resolved": "3.9.0", + "contentHash": "vfdug3lRbLYagkrOkeSKqmfT8pBLPY7c/qUsbif+qAJXVkmRQvDbF83fRAK4vzrfz07uDuPJQD+HbIWuliGKiQ==", "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "2.1.1", "System.Configuration.ConfigurationManager": "6.0.1" diff --git a/tests/Common.UnitTests/packages.lock.json b/tests/Common.UnitTests/packages.lock.json index b8d73473..8b9d3fa9 100644 --- a/tests/Common.UnitTests/packages.lock.json +++ b/tests/Common.UnitTests/packages.lock.json @@ -61,11 +61,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -111,12 +111,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -525,23 +525,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -603,8 +603,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1208,8 +1208,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1223,8 +1223,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1236,8 +1236,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1254,8 +1254,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1273,10 +1273,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1288,8 +1288,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1300,9 +1300,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1321,12 +1321,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1336,9 +1336,9 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "OpenTelemetry": "[1.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1352,12 +1352,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1590,11 +1590,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Domain.IntegrationTests/packages.lock.json b/tests/Domain.IntegrationTests/packages.lock.json index 8e7b7850..2335403f 100644 --- a/tests/Domain.IntegrationTests/packages.lock.json +++ b/tests/Domain.IntegrationTests/packages.lock.json @@ -25,11 +25,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -84,12 +84,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -414,23 +414,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -528,8 +528,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1381,8 +1381,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1394,8 +1394,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1412,8 +1412,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1431,10 +1431,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1446,8 +1446,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1458,9 +1458,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1479,12 +1479,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1498,12 +1498,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1520,9 +1520,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1534,9 +1534,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1549,8 +1549,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1811,11 +1811,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Domain.UnitTests/packages.lock.json b/tests/Domain.UnitTests/packages.lock.json index f3f2ec06..6f5cd04d 100644 --- a/tests/Domain.UnitTests/packages.lock.json +++ b/tests/Domain.UnitTests/packages.lock.json @@ -43,11 +43,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -102,12 +102,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -432,23 +432,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -546,8 +546,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1399,8 +1399,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1412,8 +1412,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1430,8 +1430,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1449,10 +1449,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1464,8 +1464,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1476,9 +1476,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1497,12 +1497,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1516,12 +1516,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1538,9 +1538,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1552,8 +1552,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1566,8 +1566,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1579,9 +1579,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1594,8 +1594,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1606,8 +1606,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1850,11 +1850,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Infrastructure.IntegrationTests/packages.lock.json b/tests/Infrastructure.IntegrationTests/packages.lock.json index bc249cd2..7bb1e867 100644 --- a/tests/Infrastructure.IntegrationTests/packages.lock.json +++ b/tests/Infrastructure.IntegrationTests/packages.lock.json @@ -49,11 +49,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -108,12 +108,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -233,8 +233,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.38.0", - "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "resolved": "1.39.0", + "contentHash": "9vaV4ZICtVQp+2wjOKrIAjEjMzBkUohaBbKGqqcTW993MRfHA0N4L1BszQjWynS7lRvlYQLxaFK4wh9ewNm4HQ==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", @@ -258,10 +258,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.18.1", - "contentHash": "ohCslqP9yDKIn+DVjBEOBuieB1QwsUCz+BwHYNaJ3lcIsTSiI4Evnq81HcKe8CqM8qvdModbipVQKpnxpbdWqA==", + "resolved": "12.19.0", + "contentHash": "aKW5fK4ZSQb9VjENSDbsQoKCDSG6d6mgsBA+groGoHyG2F38QCXThuwcmC7R1XLQOSIh28viE7CJw1BpNdl11A==", "dependencies": { - "Azure.Core": "1.36.0", + "Azure.Core": "1.39.0", "System.IO.Hashing": "6.0.0" } }, @@ -673,15 +673,15 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Protocols": { @@ -704,10 +704,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -818,8 +818,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "protobuf-net": { "type": "Transitive", @@ -1882,10 +1882,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1897,8 +1897,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1910,8 +1910,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1928,10 +1928,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1946,11 +1946,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1960,8 +1960,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1975,8 +1975,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1988,8 +1988,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2006,8 +2006,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2025,10 +2025,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2040,8 +2040,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2052,9 +2052,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2073,12 +2073,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2092,12 +2092,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -2114,9 +2114,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2128,8 +2128,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2142,8 +2142,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2155,9 +2155,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2170,8 +2170,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2185,8 +2185,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2203,8 +2203,8 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Azure.Cosmos": "[3.39.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2218,8 +2218,8 @@ "BridgingIT.DevKit.Infrastructure.Azure.Cosmos": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Azure.Storage": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2233,8 +2233,8 @@ "BridgingIT.DevKit.Application.Messaging": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2244,12 +2244,12 @@ "type": "Project", "dependencies": { "Azure.Data.Tables": "[12.8.3, )", - "Azure.Storage.Blobs": "[12.19.1, )", + "Azure.Storage.Blobs": "[12.20.0, )", "BridgingIT.DevKit.Application.Storage": "[1.0.0, )", "BridgingIT.DevKit.Common.Serialization": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2268,8 +2268,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2285,8 +2285,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EventSourcing": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2298,8 +2298,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework.EventSourcing": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.SqlServer": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2312,8 +2312,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2327,8 +2327,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2341,8 +2341,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.Sqlite": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2355,8 +2355,8 @@ "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.SqlServer": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2372,8 +2372,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2386,8 +2386,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "LiteDB": "[5.0.19, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -2401,8 +2401,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2416,8 +2416,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "DotPulsar": "[3.2.1, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2430,9 +2430,9 @@ "BridgingIT.DevKit.Common.Extensions": "[1.0.0, )", "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "RabbitMQ.Client": "[6.8.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2538,11 +2538,11 @@ }, "Azure.Storage.Blobs": { "type": "CentralTransitive", - "requested": "[12.19.1, )", - "resolved": "12.19.1", - "contentHash": "x43hWFJ4sPQ23TD4piCwT+KlQpZT8pNDAzqj6yUCqh+WJ2qcQa17e1gh6ZOeT2QNFQTTDSuR56fm2bIV7i11/w==", + "requested": "[12.20.0, )", + "resolved": "12.20.0", + "contentHash": "96HBFceJCwfv9Kg51F4C+MVIRhbAPtX2KupRaZqpGJW1FSWmo4JjOhi1sl3ZpZfPAiixYgTxhewMxSc/yd47/Q==", "dependencies": { - "Azure.Storage.Common": "12.18.1", + "Azure.Storage.Common": "12.19.0", "System.Text.Json": "4.7.2" } }, @@ -2896,11 +2896,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Infrastructure.UnitTests/packages.lock.json b/tests/Infrastructure.UnitTests/packages.lock.json index 8ff01a0b..f778b9a8 100644 --- a/tests/Infrastructure.UnitTests/packages.lock.json +++ b/tests/Infrastructure.UnitTests/packages.lock.json @@ -16,11 +16,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -75,12 +75,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -405,23 +405,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -519,8 +519,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1380,10 +1380,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1395,8 +1395,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1408,8 +1408,8 @@ "BridgingIT.DevKit.Application.Commands": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1426,10 +1426,10 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1444,11 +1444,11 @@ "Ensure.That": "[10.1.0, )", "Humanizer.Core": "[2.14.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1458,8 +1458,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1473,8 +1473,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1486,8 +1486,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1504,8 +1504,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1523,10 +1523,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1538,8 +1538,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1550,9 +1550,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1571,12 +1571,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1590,12 +1590,12 @@ "BridgingIT.DevKit.Common.Modules": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.AspNetCore.Mvc.Testing": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Serilog": "[3.1.1, )", "Serilog.Extensions.Hosting": "[8.0.0, )", "Serilog.Sinks.XUnit": "[3.0.5, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1612,9 +1612,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1626,8 +1626,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1640,8 +1640,8 @@ "BridgingIT.DevKit.Domain.Mediator": "[1.0.0, )", "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1653,9 +1653,9 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "MediatR": "[12.2.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1668,8 +1668,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.Hosting.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1690,12 +1690,12 @@ "BridgingIT.DevKit.Examples.EventSourcingDemo.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Microsoft.NET.Test.Sdk": "[17.9.0, )", "NBuilder": "[6.1.0, )", "NSubstitute": "[5.1.0, )", "Shouldly": "[4.2.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1707,8 +1707,8 @@ "dependencies": { "BridgingIT.DevKit.Domain.EventSourcing.Mediator": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1722,8 +1722,8 @@ "BridgingIT.DevKit.Domain": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.Mapping": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1742,8 +1742,8 @@ "Microsoft.EntityFrameworkCore": "[8.0.4, )", "Microsoft.EntityFrameworkCore.InMemory": "[8.0.4, )", "Microsoft.EntityFrameworkCore.Relational": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Linq.Dynamic.Core": "[1.3.14, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", @@ -1757,8 +1757,8 @@ "BridgingIT.DevKit.Domain.Outbox": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1774,8 +1774,8 @@ "BridgingIT.DevKit.Infrastructure.AutoMapper": "[1.0.0, )", "BridgingIT.DevKit.Infrastructure.EntityFramework.Outbox": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1788,8 +1788,8 @@ "BridgingIT.DevKit.Common.Mapping": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -2069,11 +2069,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": { diff --git a/tests/Presentation.UnitTests/packages.lock.json b/tests/Presentation.UnitTests/packages.lock.json index ef91a5c2..989a0504 100644 --- a/tests/Presentation.UnitTests/packages.lock.json +++ b/tests/Presentation.UnitTests/packages.lock.json @@ -43,11 +43,11 @@ }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "93CGSa8RPdZU8zfvA3nf9NGKUqEnQrE12VzYlMqKh72ddhzusosqLNEUgH/YhFWBLRFOnY1RCgHMV7pR+sAx2w==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "gH3c88+YdT5QI6Rw2nnwjDUxzLgPPPbjMvUwvJrITyNAV3L5aswqxKIlmyQhaqltjGBGrMsCZCKwampWEMDN2w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "Microsoft.NET.Test.Sdk": { @@ -102,12 +102,12 @@ }, "System.IdentityModel.Tokens.Jwt": { "type": "Direct", - "requested": "[7.5.1, )", - "resolved": "7.5.1", - "contentHash": "UUw+E0R73lZLlXgneYIJQxNs1kfbcxjVzw64JQyiwjqCd4HMpAbjn+xRo86QZT84uHq8/MkqvfH82tgjgPzpuw==", + "requested": "[7.5.2, )", + "resolved": "7.5.2", + "contentHash": "taMjs3z9+tTYNhdD5g5XU89gMcqX7PSI6oji7yZXK8E4T1XjsZR5yDLdIqC1PVKYL5FAlrNWBNBaLshuESYHlw==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.5.1", - "Microsoft.IdentityModel.Tokens": "7.5.1" + "Microsoft.IdentityModel.JsonWebTokens": "7.5.2", + "Microsoft.IdentityModel.Tokens": "7.5.2" } }, "System.Net.Http": { @@ -463,23 +463,23 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PT16ZFbPIiMsYv07oy3zOjqUOJ7xutGBkJTOX0+IbNyU6+O6X7aIxjq9EaSSRLWbekRgamgtmfg8Xjw6A6Ua9g==" + "resolved": "7.5.2", + "contentHash": "xXFP4PUcI/l4n3hpw4TXbvONNTQ9WflyMxUx03qNJXSd7dVtxbFrL+B9+IevMwzvktZjTVfMdDlzQoTzdtN1bA==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "PnpAQX20BAiDIPYmWUyQSlEaWD8BLXzHpiDGTCT568Cs0ReOeyzNe401LzCeiv6ilug/KefVeV1CeqtCHTo8dw==", + "resolved": "7.5.2", + "contentHash": "FpMJ2i1e8Z+1rAchYQiawk0ChwYv6CNtCQDtMzwzkZtUWQYmkrkLXzl3qniOT8FFQck7bPKhQJY6nU7P7tojwQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.5.1" + "Microsoft.IdentityModel.Abstractions": "7.5.2" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "7.5.1", - "contentHash": "Q3DKpyFViP84IUlTFKH/zIkswIrmSh2Vd/eFDo4wlOHy4DYxoweZEEw4kDEiKt9VCX6o7SddK3HK2xDYyFpexA==", + "resolved": "7.5.2", + "contentHash": "VFLS4Ajy5jadM/YV9x3FA4pHHwbEWTjkbN/RtShqVH8eI8j6UDg5522ogTx1iMLJKQdL9QbfxXx4d1+w1eCDgQ==", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.5.1" + "Microsoft.IdentityModel.Logging": "7.5.2" } }, "Microsoft.NET.StringTools": { @@ -659,8 +659,8 @@ }, "Polly.Core": { "type": "Transitive", - "resolved": "8.3.1", - "contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg==" + "resolved": "8.4.0", + "contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A==" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { "type": "Transitive", @@ -1538,10 +1538,10 @@ "Humanizer.Core": "[2.14.1, )", "MediatR": "[12.2.0, )", "Microsoft.Extensions.Caching.Abstractions": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "Polly": "[8.3.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1551,8 +1551,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1566,8 +1566,8 @@ "Microsoft.Extensions.Caching.Memory": "[8.0.0, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1579,8 +1579,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Primitives": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1597,8 +1597,8 @@ "Mapster.DependencyInjection": "[1.0.1, )", "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.Configuration.Binder": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1616,10 +1616,10 @@ "Microsoft.Extensions.Hosting": "[8.0.0, )", "Microsoft.Extensions.Options.ConfigurationExtensions": "[8.0.0, )", "Microsoft.Extensions.Options.DataAnnotations": "[8.0.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", "Serilog": "[3.1.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1631,8 +1631,8 @@ "Ensure.That": "[10.1.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1643,9 +1643,9 @@ "dependencies": { "Ensure.That": "[10.1.0, )", "MessagePack": "[2.5.140, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Newtonsoft.Json": "[13.0.3, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )", @@ -1664,12 +1664,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "[8.0.0, )", "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.1, )", "Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NewId": "[4.0.1, )", - "Polly": "[8.3.1, )", + "Polly": "[8.4.0, )", "Polly.Contrib.Simmy": "[0.3.0, )", "System.Diagnostics.DiagnosticSource": "[8.0.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1685,9 +1685,9 @@ "Ensure.That": "[10.1.0, )", "MediatR.Contracts": "[2.0.1, )", "Microsoft.Extensions.Localization.Abstractions": "[8.0.4, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "Scrutor": "[4.2.2, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1699,8 +1699,8 @@ "BridgingIT.DevKit.Common.Utilities": "[1.0.0, )", "BridgingIT.DevKit.Domain": "[1.0.0, )", "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1710,8 +1710,8 @@ "type": "Project", "dependencies": { "Ensure.That": "[10.1.0, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1728,10 +1728,10 @@ "BridgingIT.DevKit.Presentation": "[1.0.0, )", "Ensure.That": "[10.1.0, )", "Hellang.Middleware.ProblemDetails": "[6.5.1, )", - "Microsoft.IdentityModel.JsonWebTokens": "[7.5.1, )", + "Microsoft.IdentityModel.JsonWebTokens": "[7.5.2, )", "NSwag.AspNetCore": "[14.0.7, )", "Serilog.Extensions.Hosting": "[8.0.0, )", - "System.IdentityModel.Tokens.Jwt": "[7.5.1, )", + "System.IdentityModel.Tokens.Jwt": "[7.5.2, )", "System.Net.Http": "[4.3.4, )", "System.Text.Json": "[8.0.3, )", "System.Text.RegularExpressions": "[4.3.1, )" @@ -1987,11 +1987,11 @@ }, "Polly": { "type": "CentralTransitive", - "requested": "[8.3.1, )", - "resolved": "8.3.1", - "contentHash": "xN9AxOudus8u4a//Tfu6Wxd5Oj7S4pjh/651S6FfIiVrbxQ8TeM+ieZC8c0y7Qto70zKBM5g8rBTqbAJnbetOA==", + "requested": "[8.4.0, )", + "resolved": "8.4.0", + "contentHash": "z2EeUutuy49jBQyZ5s2FUuTCGx3GCzJ0cJ2HbjWwks94TsC6bKTtAHKBkMZOa/DyYRl5yIX7MshvMTWl1J6RNg==", "dependencies": { - "Polly.Core": "8.3.1" + "Polly.Core": "8.4.0" } }, "Polly.Contrib.Simmy": {