From f4f6d8cc6ac5dc9fd4fcce02f77625afe556ef66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:16:13 +0000 Subject: [PATCH] chore(deps): update dependency auth0.managementapi to v8 --- Directory.Packages.props | 2 +- .../packages.lock.json | 15 ++-- .../packages.lock.json | 15 ++-- .../ProblemDetailsSample/packages.lock.json | 17 +++-- samples/TestLinkGenerator/packages.lock.json | 17 +++-- samples/WebApplicationDemo/packages.lock.json | 17 +++-- .../packages.lock.json | 20 ++++-- .../packages.lock.json | 22 ++++-- .../Ark.Tools.AspNetCore/packages.lock.json | 17 +++-- src/common/Ark.Tools.Auth0/packages.lock.json | 66 ++++++++++++++--- .../packages.lock.json | 72 ++++++++++++++++--- .../packages.lock.json | 12 ++-- .../packages.lock.json | 17 +++-- 13 files changed, 241 insertions(+), 68 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 498e37522..52f62d7a9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -126,7 +126,7 @@ - + diff --git a/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json b/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json index fc272c871..b105962ea 100644 --- a/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json +++ b/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json @@ -393,10 +393,12 @@ }, "Auth0.ManagementApi": { "type": "Transitive", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "AwesomeAssertions.Web": { @@ -1761,6 +1763,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Rebus": { "type": "Transitive", "resolved": "8.9.2", @@ -2219,7 +2226,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } diff --git a/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json b/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json index 20f80ca78..14e1dbe43 100644 --- a/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json +++ b/samples/Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json @@ -211,10 +211,12 @@ }, "Auth0.ManagementApi": { "type": "Transitive", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Azure.Core": { @@ -987,6 +989,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Rebus": { "type": "Transitive", "resolved": "8.9.2", @@ -1399,7 +1406,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } diff --git a/samples/ProblemDetailsSample/packages.lock.json b/samples/ProblemDetailsSample/packages.lock.json index 23f2f1bef..6b27651ad 100644 --- a/samples/ProblemDetailsSample/packages.lock.json +++ b/samples/ProblemDetailsSample/packages.lock.json @@ -378,6 +378,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Scrutor": { "type": "Transitive", "resolved": "3.3.0", @@ -584,7 +589,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } @@ -868,11 +873,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Azure.Extensions.AspNetCore.Configuration.Secrets": { diff --git a/samples/TestLinkGenerator/packages.lock.json b/samples/TestLinkGenerator/packages.lock.json index b28e07265..763f2d8d9 100644 --- a/samples/TestLinkGenerator/packages.lock.json +++ b/samples/TestLinkGenerator/packages.lock.json @@ -496,6 +496,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Scrutor": { "type": "Transitive", "resolved": "3.3.0", @@ -702,7 +707,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } @@ -986,11 +991,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Azure.Extensions.AspNetCore.Configuration.Secrets": { diff --git a/samples/WebApplicationDemo/packages.lock.json b/samples/WebApplicationDemo/packages.lock.json index d19a661fa..0da1b0138 100644 --- a/samples/WebApplicationDemo/packages.lock.json +++ b/samples/WebApplicationDemo/packages.lock.json @@ -532,6 +532,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Scrutor": { "type": "Transitive", "resolved": "3.3.0", @@ -738,7 +743,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } @@ -1040,11 +1045,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Azure.Extensions.AspNetCore.Configuration.Secrets": { diff --git a/src/aspnetcore/Ark.Tools.AspNetCore.Auth0/packages.lock.json b/src/aspnetcore/Ark.Tools.AspNetCore.Auth0/packages.lock.json index b5717121e..e439e3844 100644 --- a/src/aspnetcore/Ark.Tools.AspNetCore.Auth0/packages.lock.json +++ b/src/aspnetcore/Ark.Tools.AspNetCore.Auth0/packages.lock.json @@ -15,11 +15,13 @@ }, "Auth0.ManagementApi": { "type": "Direct", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "ErrorProne.NET.CoreAnalyzers": { @@ -107,6 +109,11 @@ "Newtonsoft.Json": "13.0.4" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -169,6 +176,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", "resolved": "8.18.0", diff --git a/src/aspnetcore/Ark.Tools.AspNetCore.BasicAuthAuth0Proxy/packages.lock.json b/src/aspnetcore/Ark.Tools.AspNetCore.BasicAuthAuth0Proxy/packages.lock.json index 4bae3ee08..8f0439135 100644 --- a/src/aspnetcore/Ark.Tools.AspNetCore.BasicAuthAuth0Proxy/packages.lock.json +++ b/src/aspnetcore/Ark.Tools.AspNetCore.BasicAuthAuth0Proxy/packages.lock.json @@ -69,6 +69,11 @@ "Newtonsoft.Json": "13.0.4" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -131,6 +136,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", "resolved": "8.18.0", @@ -149,7 +159,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "JWT": "[11.0.0, )", "Polly": "[8.7.0, )", "Polly.Caching.Memory": "[3.0.2, )" @@ -168,11 +178,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "JWT": { diff --git a/src/aspnetcore/Ark.Tools.AspNetCore/packages.lock.json b/src/aspnetcore/Ark.Tools.AspNetCore/packages.lock.json index b1a2267c0..441c71042 100644 --- a/src/aspnetcore/Ark.Tools.AspNetCore/packages.lock.json +++ b/src/aspnetcore/Ark.Tools.AspNetCore/packages.lock.json @@ -518,6 +518,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Scrutor": { "type": "Transitive", "resolved": "3.3.0", @@ -701,7 +706,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } @@ -943,11 +948,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Azure.Extensions.AspNetCore.Configuration.Secrets": { diff --git a/src/common/Ark.Tools.Auth0/packages.lock.json b/src/common/Ark.Tools.Auth0/packages.lock.json index 3976624a2..9528e8276 100644 --- a/src/common/Ark.Tools.Auth0/packages.lock.json +++ b/src/common/Ark.Tools.Auth0/packages.lock.json @@ -15,11 +15,13 @@ }, "Auth0.ManagementApi": { "type": "Direct", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "ErrorProne.NET.CoreAnalyzers": { @@ -117,6 +119,11 @@ "Newtonsoft.Json": "13.0.4" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -201,6 +208,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", "resolved": "8.18.0", @@ -273,11 +285,15 @@ }, "Auth0.ManagementApi": { "type": "Direct", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1", + "System.Net.ServerSentEvents": "9.0.14", + "System.Text.Json": "9.0.9" } }, "ErrorProne.NET.CoreAnalyzers": { @@ -375,6 +391,11 @@ "Newtonsoft.Json": "13.0.4" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -462,6 +483,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.Diagnostics.DiagnosticSource": { "type": "Transitive", "resolved": "10.0.9", @@ -486,6 +512,30 @@ "resolved": "10.0.8", "contentHash": "+dJsbPJ3FyUbTZNplFj0RCKePFizmv6ewDV46JE9q/IVH4c3xTCftHfHelLsAKf0jryIPqgMb5GpS0x7TAY3mg==" }, + "System.IO.Pipelines": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "VySjpsCLprojvat550Flrm3NQB982CPuDzILajqjQihFmrQXZPdQyktIbcpVPJyaExFYtAfY1DpwMdWQuS0kbw==" + }, + "System.Net.ServerSentEvents": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "b43SeoVE5G3M5APa7LsHCKS33YX42EP22TzxRMwnaB/mhCbOtFhuZ4vkkURD7+1uGEzIXOqwHHrO4+8G9uKdyw==" + }, + "System.Text.Encodings.Web": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "bzYTmAcmfelUOCBxvbgsfSr2tq94ydA2gJZAxZRcuNa0LlmlVz8JNHst6RG1qsDujyVYT4vjv06y8sCLbvCXdg==" + }, + "System.Text.Json": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "NEnpppwq67fRz/OvQRxsEMgetDJsxlxpEsAFO/4PZYbAyAMd4Ol6KS7phc8uDoKPsnbdzRLKobpX303uQwCqdg==", + "dependencies": { + "System.IO.Pipelines": "9.0.9", + "System.Text.Encodings.Web": "9.0.9" + } + }, "Microsoft.Extensions.Caching.Abstractions": { "type": "CentralTransitive", "requested": "[10.0.9, )", diff --git a/src/common/Ark.Tools.FtpClient.FtpProxy/packages.lock.json b/src/common/Ark.Tools.FtpClient.FtpProxy/packages.lock.json index dd335d00e..5912dd3c7 100644 --- a/src/common/Ark.Tools.FtpClient.FtpProxy/packages.lock.json +++ b/src/common/Ark.Tools.FtpClient.FtpProxy/packages.lock.json @@ -137,6 +137,11 @@ "Newtonsoft.Json.Bson": "1.0.1" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -281,6 +286,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.Diagnostics.EventLog": { "type": "Transitive", "resolved": "10.0.9", @@ -329,7 +339,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "JWT": "[11.0.0, )", "Polly": "[8.7.0, )", "Polly.Caching.Memory": "[3.0.2, )" @@ -416,11 +426,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "Ben.Demystifier": { @@ -833,6 +845,11 @@ "Newtonsoft.Json.Bson": "1.0.1" } }, + "Microsoft.Bcl.AsyncInterfaces": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "H0Laf0wUWa+wKXWJR5NSv82gLuKX0tjwKTABEp21JoLGDvXtnWty6xbsvDC5Q7jncRXcBApRJn6mMBgdRir1nA==" + }, "Microsoft.Bcl.Cryptography": { "type": "Transitive", "resolved": "10.0.2", @@ -980,6 +997,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "System.Diagnostics.DiagnosticSource": { "type": "Transitive", "resolved": "10.0.9", @@ -1017,11 +1039,21 @@ "resolved": "10.0.8", "contentHash": "+dJsbPJ3FyUbTZNplFj0RCKePFizmv6ewDV46JE9q/IVH4c3xTCftHfHelLsAKf0jryIPqgMb5GpS0x7TAY3mg==" }, + "System.IO.Pipelines": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "VySjpsCLprojvat550Flrm3NQB982CPuDzILajqjQihFmrQXZPdQyktIbcpVPJyaExFYtAfY1DpwMdWQuS0kbw==" + }, "System.Linq.AsyncEnumerable": { "type": "Transitive", "resolved": "10.0.6", "contentHash": "1Ttf7dyLoKXks2bVBVULmDPOSjxaMEE3JRTe/KGEJl3rfepCc4ipUEGMIKa/iBKLSN8rjEedF8Qv3UCtiwaDBw==" }, + "System.Net.ServerSentEvents": { + "type": "Transitive", + "resolved": "9.0.14", + "contentHash": "b43SeoVE5G3M5APa7LsHCKS33YX42EP22TzxRMwnaB/mhCbOtFhuZ4vkkURD7+1uGEzIXOqwHHrO4+8G9uKdyw==" + }, "System.Security.Cryptography.Pkcs": { "type": "Transitive", "resolved": "8.0.1", @@ -1032,6 +1064,20 @@ "resolved": "10.0.9", "contentHash": "vXp+vBQbTkMrDzUiPCxo1KvzfaAvZWuSRS2P7e5orhtV7ZuePKAB3Cqc9dH2YHUavRJyA2uWd2yrL6hl2VoJ5g==" }, + "System.Text.Encodings.Web": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "bzYTmAcmfelUOCBxvbgsfSr2tq94ydA2gJZAxZRcuNa0LlmlVz8JNHst6RG1qsDujyVYT4vjv06y8sCLbvCXdg==" + }, + "System.Text.Json": { + "type": "Transitive", + "resolved": "9.0.9", + "contentHash": "NEnpppwq67fRz/OvQRxsEMgetDJsxlxpEsAFO/4PZYbAyAMd4Ol6KS7phc8uDoKPsnbdzRLKobpX303uQwCqdg==", + "dependencies": { + "System.IO.Pipelines": "9.0.9", + "System.Text.Encodings.Web": "9.0.9" + } + }, "ark.tools.applicationinsights": { "type": "Project", "dependencies": { @@ -1046,7 +1092,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "JWT": "[11.0.0, )", "Polly": "[8.7.0, )", "Polly.Caching.Memory": "[3.0.2, )" @@ -1134,11 +1180,15 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", - "dependencies": { - "Auth0.Core": "7.45.1" + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", + "dependencies": { + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1", + "System.Net.ServerSentEvents": "9.0.14", + "System.Text.Json": "9.0.9" } }, "Ben.Demystifier": { diff --git a/tests/Ark.Tools.Core.Reflection.Tests/packages.lock.json b/tests/Ark.Tools.Core.Reflection.Tests/packages.lock.json index 4684ffed9..e89d9069c 100644 --- a/tests/Ark.Tools.Core.Reflection.Tests/packages.lock.json +++ b/tests/Ark.Tools.Core.Reflection.Tests/packages.lock.json @@ -16,9 +16,9 @@ }, "Meziantou.Analyzer": { "type": "Direct", - "requested": "[3.0.102, )", - "resolved": "3.0.102", - "contentHash": "WhGaJ3QsULOtDUXqZIDMZqTnZ68wvl6UMvPjkdxcZVIe/n3sfJyd2rDRVO3Ea7KitP0xUn3M85L/t7+JGkt63w==" + "requested": "[3.0.103, )", + "resolved": "3.0.103", + "contentHash": "gOrfBIHMhpHUMao98VIC0n4gjj15fBX/kl2BMtHyEtFTZSmMks8smN/gScahNccMDOccdSWxIBUdz2hZVhhibA==" }, "Microsoft.CodeAnalysis.BannedApiAnalyzers": { "type": "Direct", @@ -150,9 +150,9 @@ }, "Polyfill": { "type": "Direct", - "requested": "[10.8.1, )", - "resolved": "10.8.1", - "contentHash": "zCmC6hnEKdHMFt1woGAq2oYZhx4EwELj8ArkBuGZBwX6Jg4M67eCa6YVmbMDSMwonCKZ9OGaKxOul60nVykTOw==" + "requested": "[10.9.0, )", + "resolved": "10.9.0", + "contentHash": "ko+xiyr8mSsSuN0ZkJ8tzLYVI5izvvIgfmFf5e3FAaOe9BdPxxGUXoIoRozKrc1IHL/8EBQ9BURcM+3GIn8xrg==" }, "Microsoft.CodeCoverage": { "type": "Transitive", diff --git a/tests/WebApplicationDemo.Tests/packages.lock.json b/tests/WebApplicationDemo.Tests/packages.lock.json index 78b7bf2d4..7432ab769 100644 --- a/tests/WebApplicationDemo.Tests/packages.lock.json +++ b/tests/WebApplicationDemo.Tests/packages.lock.json @@ -769,6 +769,11 @@ "resolved": "8.7.0", "contentHash": "BS2t+nsBer16PIebCEPNBK5fgMisADQyRCd7K+BgkMWpFmSaiYE+rVVNpFhGRqUkJmNSLmw0uCNzHHWfgml28Q==" }, + "Portable.System.DateTimeOnly": { + "type": "Transitive", + "resolved": "9.0.1", + "contentHash": "DRzBx/EL1vE9U8Thucwu/oLxpVNH4UXLarAyQbTLOyr4x/X6RT5pEpTZtYAbqLjbrbB99e3YYJW+4pV4DkEn4g==" + }, "Scrutor": { "type": "Transitive", "resolved": "3.3.0", @@ -975,7 +980,7 @@ "type": "Project", "dependencies": { "Auth0.AuthenticationApi": "[7.46.0, )", - "Auth0.ManagementApi": "[7.47.0, )", + "Auth0.ManagementApi": "[8.5.0, )", "Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.9, )", "Polly": "[8.7.0, )" } @@ -1303,11 +1308,13 @@ }, "Auth0.ManagementApi": { "type": "CentralTransitive", - "requested": "[7.47.0, )", - "resolved": "7.47.0", - "contentHash": "iBoq3ti2w3MyZUm7TIPEnP1S1NLBbe64cqrvjhuVx57bOLwFOu9LkY9a8ky8QK9O8ijBggNCXIP/55+Wljw91Q==", + "requested": "[8.5.0, )", + "resolved": "8.5.0", + "contentHash": "zHheDKXLilpLaF3zwdKkff4Tj9fPZoqpr2jtvqLeNV6UGNeAw5XkJzVD4pB4nudxs/vF3h5KE818ZVPJvEG3Ng==", "dependencies": { - "Auth0.Core": "7.45.1" + "Auth0.AuthenticationApi": "7.46.0", + "Microsoft.Bcl.AsyncInterfaces": "9.0.14", + "Portable.System.DateTimeOnly": "9.0.1" } }, "AwesomeAssertions.Web": {