Skip to content

Commit c3bf8b4

Browse files
Bump Microsoft.Identity.Web.GraphServiceClientBeta from 4.7.0 to 4.8.0 (#3311)
Updated [Microsoft.Identity.Web.GraphServiceClientBeta](https://github.com/AzureAD/microsoft-identity-web) from 4.7.0 to 4.8.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Identity.Web.GraphServiceClientBeta's releases](https://github.com/AzureAD/microsoft-identity-web/releases)._ ## 4.8.0 ## What's Changed * Bump flatted from 3.3.3 to 3.4.2 in /tests/DevApps/SidecarAdapter/typescript by @​dependabot[bot] in AzureAD/microsoft-identity-web#3753 * Update changelog.md for ID.Web 4.6.0 by @​bgavrilMS in AzureAD/microsoft-identity-web#3756 * Add token binding to MicrosoftIdentityMessageHandler by @​cpp11nullptr in AzureAD/microsoft-identity-web#3743 * Bump picomatch in /tests/DevApps/SidecarAdapter/typescript by @​dependabot[bot] in AzureAD/microsoft-identity-web#3759 * Documentation: Clarify managed identity credential types for containerized vs. VM/App Service deployments by @​Copilot in AzureAD/microsoft-identity-web#3585 * Bump path-to-regexp from 8.3.0 to 8.4.0 in /tests/DevApps/SidecarAdapter/typescript by @​dependabot[bot] in AzureAD/microsoft-identity-web#3762 * Upgrade Microsoft Application Insights packages by @​RojaEnnam in AzureAD/microsoft-identity-web#3763 * Use Abstractions 12 by @​pmaytak in AzureAD/microsoft-identity-web#3761 * Post-4.7.0 by @​pmaytak in AzureAD/microsoft-identity-web#3768 * Fix Comp Gov DOTNET-Security-10.0 by @​reginayap8 in AzureAD/microsoft-identity-web#3769 * Upgrade CodeQL to V4: Fix 10 CodeQL Analysis Warnings and Errors by @​reginayap8 in AzureAD/microsoft-identity-web#3770 * fix warnings by @​gladjohn in AzureAD/microsoft-identity-web#3771 * adding examples for using postgres as a distributed cache by @​JaredMSFT in AzureAD/microsoft-identity-web#3766 * Suppress AOT configuration-binding SYSLIB warnings in AotCompatibility test app by @​Copilot in AzureAD/microsoft-identity-web#3774 * Bump vite from 7.1.11 to 7.3.2 in /tests/DevApps/SidecarAdapter/typescript by @​dependabot[bot] in AzureAD/microsoft-identity-web#3772 * Skip legacy B2C local-account Todo UI test in WebAppUiTests by @​Copilot in AzureAD/microsoft-identity-web#3778 * Fix initialization of ConfidentialClientApplicationOptions in MergedOptions by @​cpp11nullptr in AzureAD/microsoft-identity-web#3760 * Bump net8/net9/net10 runtime package baselines to patched crypto servicing versions by @​Copilot in AzureAD/microsoft-identity-web#3779 * Fix flaky certificate test failures on CI by @​gladjohn in AzureAD/microsoft-identity-web#3780 * MTLS Without Tokens Support by @​tlupes in AzureAD/microsoft-identity-web#3747 * Fix CredentialsProvider DI lifetime mismatch causing startup crash in Development by @​Avery-Dunn in AzureAD/microsoft-identity-web#3783 * Remove unused DataProtection configuration from Sidecar by @​Copilot in AzureAD/microsoft-identity-web#3776 ## New Contributors * @​RojaEnnam made their first contribution in AzureAD/microsoft-identity-web#3763 * @​reginayap8 made their first contribution in AzureAD/microsoft-identity-web#3769 * @​JaredMSFT made their first contribution in AzureAD/microsoft-identity-web#3766 **Full Changelog**: AzureAD/microsoft-identity-web@4.6.0...4.8.0 Commits viewable in [compare view](AzureAD/microsoft-identity-web@4.7.0...4.8.0). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Web.GraphServiceClientBeta&package-manager=nuget&previous-version=4.7.0&new-version=4.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Gunn <james@gunn.io>
1 parent 0ced4f4 commit c3bf8b4

4 files changed

Lines changed: 84 additions & 84 deletions

File tree

TeachingRecordSystem/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.6" />
6565
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.5.0" />
6666
<PackageVersion Include="Microsoft.Identity.Web" Version="4.7.0" />
67-
<PackageVersion Include="Microsoft.Identity.Web.GraphServiceClientBeta" Version="4.7.0" />
67+
<PackageVersion Include="Microsoft.Identity.Web.GraphServiceClientBeta" Version="4.8.0" />
6868
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.15.0" />
6969
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
7070
<PackageVersion Include="Microsoft.Playwright" Version="1.59.0" />

TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
},
7373
"Microsoft.Identity.Web.GraphServiceClientBeta": {
7474
"type": "Direct",
75-
"requested": "[4.7.0, )",
76-
"resolved": "4.7.0",
77-
"contentHash": "dS7xQ7EoG6n0WVcCe1UVZwMqkhzT/D+KGwvZuHnzzGcheo2mIH2GhdOH64B3FIcdL3oCIdCBs3AeWhwlP81vuA==",
75+
"requested": "[4.8.0, )",
76+
"resolved": "4.8.0",
77+
"contentHash": "7MXnt1oOKKAWsPMX0tquZPd87s1c136cM4Dr0YPIjqMlHXdBi61BNC3yiW0Rv/0Mr6AWd6WWhyFq4D073Nb/jw==",
7878
"dependencies": {
7979
"Microsoft.Graph.Beta": "5.56.0-preview",
80-
"Microsoft.Identity.Web.GraphServiceClient": "4.7.0",
81-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
80+
"Microsoft.Identity.Web.GraphServiceClient": "4.8.0",
81+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
8282
}
8383
},
8484
"Microsoft.IdentityModel.Protocols.OpenIdConnect": {
@@ -462,51 +462,51 @@
462462
},
463463
"Microsoft.Identity.Web.Certificate": {
464464
"type": "Transitive",
465-
"resolved": "4.7.0",
466-
"contentHash": "az9LRftZT9ngtb7hUxg1o5ZvAKwj5ouSVNIhRqqVcrOCNs03aoFEotEdxsxwJapCeQH+WDeWOHwM5yR2nkGmYg==",
465+
"resolved": "4.8.0",
466+
"contentHash": "G4nkrs1pKg6NxuSvyoRzokLfsfd2v5pXpXS1XUvHstvdWkQRBw8kTbSwRCvzdRFA1MW7Ct14zcp1P4kej7dB+g==",
467467
"dependencies": {
468468
"Azure.Identity": "1.11.4",
469469
"Azure.Security.KeyVault.Certificates": "4.6.0",
470470
"Azure.Security.KeyVault.Secrets": "4.6.0",
471471
"Microsoft.Identity.Abstractions": "12.0.0",
472-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
473-
"Microsoft.Identity.Web.Diagnostics": "4.7.0"
472+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
473+
"Microsoft.Identity.Web.Diagnostics": "4.8.0"
474474
}
475475
},
476476
"Microsoft.Identity.Web.Certificateless": {
477477
"type": "Transitive",
478-
"resolved": "4.7.0",
479-
"contentHash": "TI/HGzLu/IuaDVaLJBZyf1zoS1MevlIqzB9EPPSRDI1xjpbsxdCYgVEQThtpBItaD4eK4iz9eR/8mBVDOx7Vqg==",
478+
"resolved": "4.8.0",
479+
"contentHash": "TegoXg/SX1mca1ygTZWTgLTXIZPQudmg5SLr9f50A8fzC4oFGkNOUfa9wii9SRikBGg4Sc31QxUeM/MMFyIX6A==",
480480
"dependencies": {
481481
"Microsoft.Identity.Client": "4.83.1",
482482
"Microsoft.IdentityModel.JsonWebTokens": "8.15.0"
483483
}
484484
},
485485
"Microsoft.Identity.Web.Diagnostics": {
486486
"type": "Transitive",
487-
"resolved": "4.7.0",
488-
"contentHash": "GuilZY4WFUUC6R8/q0DRxT2auLmjZ3cTn8epbjYTtpdl/3/jvce7GjW6oU7YgiYOAqcx6JdjGVp2qPVbJw4jjg=="
487+
"resolved": "4.8.0",
488+
"contentHash": "oWYVlq2h86yAmqJHcDK0JrJfhDZTnF1M1vyY9mGx+x5E5GpNml7hTI1N1Kq4Z9JUtaPvz4dN8MgfUn7QyHZ13Q=="
489489
},
490490
"Microsoft.Identity.Web.GraphServiceClient": {
491491
"type": "Transitive",
492-
"resolved": "4.7.0",
493-
"contentHash": "3+MKmlCZdF342t8jqVmob8ZDSs5oUwVNTe76oioEKXyZtGDrJXSE5wgRbgsZnlLJg2lsbuYnm5i9aRWOSUjUqA==",
492+
"resolved": "4.8.0",
493+
"contentHash": "+NR+082BC0jcMmiP9e7lk0agu5w1zi2RokjFVLVU2ADS2GaoXDBjsQ/fFM9+VFPUKReZOk7fRk6GvMBtFXoUqw==",
494494
"dependencies": {
495495
"Microsoft.Graph": "5.51.0",
496-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
496+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
497497
}
498498
},
499499
"Microsoft.Identity.Web.TokenAcquisition": {
500500
"type": "Transitive",
501-
"resolved": "4.7.0",
502-
"contentHash": "PUwllfLzSNLb75NqOmNcCJQMeoXlo/y4yX7wvlLTFnwaBEAnIIN4ogr4QN+A/CjLV+B6fg7YnnJAZoG80zwyMg==",
501+
"resolved": "4.8.0",
502+
"contentHash": "Nm4YJxUQuIThoRWprg9bv2vCDs2zzlOo7B4nfHoG3Spw5Ege2edFLY+iEtRh+GYW2Fhn97rYmwCgmaQ2IhYZxA==",
503503
"dependencies": {
504504
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.0",
505505
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "10.0.0",
506506
"Microsoft.Identity.Abstractions": "12.0.0",
507-
"Microsoft.Identity.Web.Certificate": "4.7.0",
508-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
509-
"Microsoft.Identity.Web.TokenCache": "4.7.0",
507+
"Microsoft.Identity.Web.Certificate": "4.8.0",
508+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
509+
"Microsoft.Identity.Web.TokenCache": "4.8.0",
510510
"Microsoft.IdentityModel.Logging": "8.15.0",
511511
"Microsoft.IdentityModel.LoggingExtensions": "8.15.0",
512512
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.15.0",
@@ -515,12 +515,12 @@
515515
},
516516
"Microsoft.Identity.Web.TokenCache": {
517517
"type": "Transitive",
518-
"resolved": "4.7.0",
519-
"contentHash": "4tD6ASHkuFMyQBLORjSEy+faDYJ5YufUj+S87qozW6QtYhpKInEpm4C67UR5nDlJep8dxd7UePDVKcvglRX+YQ==",
518+
"resolved": "4.8.0",
519+
"contentHash": "2TL0zev2SREJoIzZi9dQ+vv/Us6Q1ZpZD02ti0LhFDpFg/vKGD98pHmcz+f216PbWHzQpERzS3tMgcIGt2lywQ==",
520520
"dependencies": {
521521
"Microsoft.Identity.Client": "4.83.1",
522-
"Microsoft.Identity.Web.Diagnostics": "4.7.0",
523-
"System.Security.Cryptography.Pkcs": "10.0.0"
522+
"Microsoft.Identity.Web.Diagnostics": "4.8.0",
523+
"System.Security.Cryptography.Pkcs": "10.0.6"
524524
}
525525
},
526526
"Microsoft.IdentityModel.Abstractions": {
@@ -875,8 +875,8 @@
875875
},
876876
"System.Security.Cryptography.Pkcs": {
877877
"type": "Transitive",
878-
"resolved": "10.0.0",
879-
"contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg=="
878+
"resolved": "10.0.6",
879+
"contentHash": "88tquaGJ1htm4DHWS6x9jwER7sFET2SVRN7HqO1FYZwE0diDcUmz0ajhVa8ZD2HGhDJBueSPjP/gqyP3gXtT2A=="
880880
},
881881
"System.Security.Cryptography.ProtectedData": {
882882
"type": "Transitive",

TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/packages.lock.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -445,51 +445,51 @@
445445
},
446446
"Microsoft.Identity.Web.Certificate": {
447447
"type": "Transitive",
448-
"resolved": "4.7.0",
449-
"contentHash": "az9LRftZT9ngtb7hUxg1o5ZvAKwj5ouSVNIhRqqVcrOCNs03aoFEotEdxsxwJapCeQH+WDeWOHwM5yR2nkGmYg==",
448+
"resolved": "4.8.0",
449+
"contentHash": "G4nkrs1pKg6NxuSvyoRzokLfsfd2v5pXpXS1XUvHstvdWkQRBw8kTbSwRCvzdRFA1MW7Ct14zcp1P4kej7dB+g==",
450450
"dependencies": {
451451
"Azure.Identity": "1.11.4",
452452
"Azure.Security.KeyVault.Certificates": "4.6.0",
453453
"Azure.Security.KeyVault.Secrets": "4.6.0",
454454
"Microsoft.Identity.Abstractions": "12.0.0",
455-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
456-
"Microsoft.Identity.Web.Diagnostics": "4.7.0"
455+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
456+
"Microsoft.Identity.Web.Diagnostics": "4.8.0"
457457
}
458458
},
459459
"Microsoft.Identity.Web.Certificateless": {
460460
"type": "Transitive",
461-
"resolved": "4.7.0",
462-
"contentHash": "TI/HGzLu/IuaDVaLJBZyf1zoS1MevlIqzB9EPPSRDI1xjpbsxdCYgVEQThtpBItaD4eK4iz9eR/8mBVDOx7Vqg==",
461+
"resolved": "4.8.0",
462+
"contentHash": "TegoXg/SX1mca1ygTZWTgLTXIZPQudmg5SLr9f50A8fzC4oFGkNOUfa9wii9SRikBGg4Sc31QxUeM/MMFyIX6A==",
463463
"dependencies": {
464464
"Microsoft.Identity.Client": "4.83.1",
465465
"Microsoft.IdentityModel.JsonWebTokens": "8.15.0"
466466
}
467467
},
468468
"Microsoft.Identity.Web.Diagnostics": {
469469
"type": "Transitive",
470-
"resolved": "4.7.0",
471-
"contentHash": "GuilZY4WFUUC6R8/q0DRxT2auLmjZ3cTn8epbjYTtpdl/3/jvce7GjW6oU7YgiYOAqcx6JdjGVp2qPVbJw4jjg=="
470+
"resolved": "4.8.0",
471+
"contentHash": "oWYVlq2h86yAmqJHcDK0JrJfhDZTnF1M1vyY9mGx+x5E5GpNml7hTI1N1Kq4Z9JUtaPvz4dN8MgfUn7QyHZ13Q=="
472472
},
473473
"Microsoft.Identity.Web.GraphServiceClient": {
474474
"type": "Transitive",
475-
"resolved": "4.7.0",
476-
"contentHash": "3+MKmlCZdF342t8jqVmob8ZDSs5oUwVNTe76oioEKXyZtGDrJXSE5wgRbgsZnlLJg2lsbuYnm5i9aRWOSUjUqA==",
475+
"resolved": "4.8.0",
476+
"contentHash": "+NR+082BC0jcMmiP9e7lk0agu5w1zi2RokjFVLVU2ADS2GaoXDBjsQ/fFM9+VFPUKReZOk7fRk6GvMBtFXoUqw==",
477477
"dependencies": {
478478
"Microsoft.Graph": "5.51.0",
479-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
479+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
480480
}
481481
},
482482
"Microsoft.Identity.Web.TokenAcquisition": {
483483
"type": "Transitive",
484-
"resolved": "4.7.0",
485-
"contentHash": "PUwllfLzSNLb75NqOmNcCJQMeoXlo/y4yX7wvlLTFnwaBEAnIIN4ogr4QN+A/CjLV+B6fg7YnnJAZoG80zwyMg==",
484+
"resolved": "4.8.0",
485+
"contentHash": "Nm4YJxUQuIThoRWprg9bv2vCDs2zzlOo7B4nfHoG3Spw5Ege2edFLY+iEtRh+GYW2Fhn97rYmwCgmaQ2IhYZxA==",
486486
"dependencies": {
487487
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.0",
488488
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "10.0.0",
489489
"Microsoft.Identity.Abstractions": "12.0.0",
490-
"Microsoft.Identity.Web.Certificate": "4.7.0",
491-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
492-
"Microsoft.Identity.Web.TokenCache": "4.7.0",
490+
"Microsoft.Identity.Web.Certificate": "4.8.0",
491+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
492+
"Microsoft.Identity.Web.TokenCache": "4.8.0",
493493
"Microsoft.IdentityModel.Logging": "8.15.0",
494494
"Microsoft.IdentityModel.LoggingExtensions": "8.15.0",
495495
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.15.0",
@@ -498,12 +498,12 @@
498498
},
499499
"Microsoft.Identity.Web.TokenCache": {
500500
"type": "Transitive",
501-
"resolved": "4.7.0",
502-
"contentHash": "4tD6ASHkuFMyQBLORjSEy+faDYJ5YufUj+S87qozW6QtYhpKInEpm4C67UR5nDlJep8dxd7UePDVKcvglRX+YQ==",
501+
"resolved": "4.8.0",
502+
"contentHash": "2TL0zev2SREJoIzZi9dQ+vv/Us6Q1ZpZD02ti0LhFDpFg/vKGD98pHmcz+f216PbWHzQpERzS3tMgcIGt2lywQ==",
503503
"dependencies": {
504504
"Microsoft.Identity.Client": "4.83.1",
505-
"Microsoft.Identity.Web.Diagnostics": "4.7.0",
506-
"System.Security.Cryptography.Pkcs": "10.0.0"
505+
"Microsoft.Identity.Web.Diagnostics": "4.8.0",
506+
"System.Security.Cryptography.Pkcs": "10.0.6"
507507
}
508508
},
509509
"Microsoft.IdentityModel.Abstractions": {
@@ -925,8 +925,8 @@
925925
},
926926
"System.Security.Cryptography.Pkcs": {
927927
"type": "Transitive",
928-
"resolved": "10.0.0",
929-
"contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg=="
928+
"resolved": "10.0.6",
929+
"contentHash": "88tquaGJ1htm4DHWS6x9jwER7sFET2SVRN7HqO1FYZwE0diDcUmz0ajhVa8ZD2HGhDJBueSPjP/gqyP3gXtT2A=="
930930
},
931931
"System.Security.Cryptography.ProtectedData": {
932932
"type": "Transitive",
@@ -1054,7 +1054,7 @@
10541054
"Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.6, )",
10551055
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "[10.0.6, )",
10561056
"Microsoft.Identity.Web": "[4.7.0, )",
1057-
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.7.0, )",
1057+
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.8.0, )",
10581058
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "[8.15.0, )",
10591059
"Microsoft.Web.LibraryManager.Build": "[3.0.71, )",
10601060
"TeachingRecordSystem.Core": "[1.0.0, )",
@@ -1466,13 +1466,13 @@
14661466
},
14671467
"Microsoft.Identity.Web.GraphServiceClientBeta": {
14681468
"type": "CentralTransitive",
1469-
"requested": "[4.7.0, )",
1470-
"resolved": "4.7.0",
1471-
"contentHash": "dS7xQ7EoG6n0WVcCe1UVZwMqkhzT/D+KGwvZuHnzzGcheo2mIH2GhdOH64B3FIcdL3oCIdCBs3AeWhwlP81vuA==",
1469+
"requested": "[4.8.0, )",
1470+
"resolved": "4.8.0",
1471+
"contentHash": "7MXnt1oOKKAWsPMX0tquZPd87s1c136cM4Dr0YPIjqMlHXdBi61BNC3yiW0Rv/0Mr6AWd6WWhyFq4D073Nb/jw==",
14721472
"dependencies": {
14731473
"Microsoft.Graph.Beta": "5.56.0-preview",
1474-
"Microsoft.Identity.Web.GraphServiceClient": "4.7.0",
1475-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
1474+
"Microsoft.Identity.Web.GraphServiceClient": "4.8.0",
1475+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
14761476
}
14771477
},
14781478
"Microsoft.IdentityModel.Protocols.OpenIdConnect": {

TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/packages.lock.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -444,51 +444,51 @@
444444
},
445445
"Microsoft.Identity.Web.Certificate": {
446446
"type": "Transitive",
447-
"resolved": "4.7.0",
448-
"contentHash": "az9LRftZT9ngtb7hUxg1o5ZvAKwj5ouSVNIhRqqVcrOCNs03aoFEotEdxsxwJapCeQH+WDeWOHwM5yR2nkGmYg==",
447+
"resolved": "4.8.0",
448+
"contentHash": "G4nkrs1pKg6NxuSvyoRzokLfsfd2v5pXpXS1XUvHstvdWkQRBw8kTbSwRCvzdRFA1MW7Ct14zcp1P4kej7dB+g==",
449449
"dependencies": {
450450
"Azure.Identity": "1.11.4",
451451
"Azure.Security.KeyVault.Certificates": "4.6.0",
452452
"Azure.Security.KeyVault.Secrets": "4.6.0",
453453
"Microsoft.Identity.Abstractions": "12.0.0",
454-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
455-
"Microsoft.Identity.Web.Diagnostics": "4.7.0"
454+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
455+
"Microsoft.Identity.Web.Diagnostics": "4.8.0"
456456
}
457457
},
458458
"Microsoft.Identity.Web.Certificateless": {
459459
"type": "Transitive",
460-
"resolved": "4.7.0",
461-
"contentHash": "TI/HGzLu/IuaDVaLJBZyf1zoS1MevlIqzB9EPPSRDI1xjpbsxdCYgVEQThtpBItaD4eK4iz9eR/8mBVDOx7Vqg==",
460+
"resolved": "4.8.0",
461+
"contentHash": "TegoXg/SX1mca1ygTZWTgLTXIZPQudmg5SLr9f50A8fzC4oFGkNOUfa9wii9SRikBGg4Sc31QxUeM/MMFyIX6A==",
462462
"dependencies": {
463463
"Microsoft.Identity.Client": "4.83.1",
464464
"Microsoft.IdentityModel.JsonWebTokens": "8.15.0"
465465
}
466466
},
467467
"Microsoft.Identity.Web.Diagnostics": {
468468
"type": "Transitive",
469-
"resolved": "4.7.0",
470-
"contentHash": "GuilZY4WFUUC6R8/q0DRxT2auLmjZ3cTn8epbjYTtpdl/3/jvce7GjW6oU7YgiYOAqcx6JdjGVp2qPVbJw4jjg=="
469+
"resolved": "4.8.0",
470+
"contentHash": "oWYVlq2h86yAmqJHcDK0JrJfhDZTnF1M1vyY9mGx+x5E5GpNml7hTI1N1Kq4Z9JUtaPvz4dN8MgfUn7QyHZ13Q=="
471471
},
472472
"Microsoft.Identity.Web.GraphServiceClient": {
473473
"type": "Transitive",
474-
"resolved": "4.7.0",
475-
"contentHash": "3+MKmlCZdF342t8jqVmob8ZDSs5oUwVNTe76oioEKXyZtGDrJXSE5wgRbgsZnlLJg2lsbuYnm5i9aRWOSUjUqA==",
474+
"resolved": "4.8.0",
475+
"contentHash": "+NR+082BC0jcMmiP9e7lk0agu5w1zi2RokjFVLVU2ADS2GaoXDBjsQ/fFM9+VFPUKReZOk7fRk6GvMBtFXoUqw==",
476476
"dependencies": {
477477
"Microsoft.Graph": "5.51.0",
478-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
478+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
479479
}
480480
},
481481
"Microsoft.Identity.Web.TokenAcquisition": {
482482
"type": "Transitive",
483-
"resolved": "4.7.0",
484-
"contentHash": "PUwllfLzSNLb75NqOmNcCJQMeoXlo/y4yX7wvlLTFnwaBEAnIIN4ogr4QN+A/CjLV+B6fg7YnnJAZoG80zwyMg==",
483+
"resolved": "4.8.0",
484+
"contentHash": "Nm4YJxUQuIThoRWprg9bv2vCDs2zzlOo7B4nfHoG3Spw5Ege2edFLY+iEtRh+GYW2Fhn97rYmwCgmaQ2IhYZxA==",
485485
"dependencies": {
486486
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.0",
487487
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "10.0.0",
488488
"Microsoft.Identity.Abstractions": "12.0.0",
489-
"Microsoft.Identity.Web.Certificate": "4.7.0",
490-
"Microsoft.Identity.Web.Certificateless": "4.7.0",
491-
"Microsoft.Identity.Web.TokenCache": "4.7.0",
489+
"Microsoft.Identity.Web.Certificate": "4.8.0",
490+
"Microsoft.Identity.Web.Certificateless": "4.8.0",
491+
"Microsoft.Identity.Web.TokenCache": "4.8.0",
492492
"Microsoft.IdentityModel.Logging": "8.15.0",
493493
"Microsoft.IdentityModel.LoggingExtensions": "8.15.0",
494494
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.15.0",
@@ -497,12 +497,12 @@
497497
},
498498
"Microsoft.Identity.Web.TokenCache": {
499499
"type": "Transitive",
500-
"resolved": "4.7.0",
501-
"contentHash": "4tD6ASHkuFMyQBLORjSEy+faDYJ5YufUj+S87qozW6QtYhpKInEpm4C67UR5nDlJep8dxd7UePDVKcvglRX+YQ==",
500+
"resolved": "4.8.0",
501+
"contentHash": "2TL0zev2SREJoIzZi9dQ+vv/Us6Q1ZpZD02ti0LhFDpFg/vKGD98pHmcz+f216PbWHzQpERzS3tMgcIGt2lywQ==",
502502
"dependencies": {
503503
"Microsoft.Identity.Client": "4.83.1",
504-
"Microsoft.Identity.Web.Diagnostics": "4.7.0",
505-
"System.Security.Cryptography.Pkcs": "10.0.0"
504+
"Microsoft.Identity.Web.Diagnostics": "4.8.0",
505+
"System.Security.Cryptography.Pkcs": "10.0.6"
506506
}
507507
},
508508
"Microsoft.IdentityModel.Abstractions": {
@@ -919,8 +919,8 @@
919919
},
920920
"System.Security.Cryptography.Pkcs": {
921921
"type": "Transitive",
922-
"resolved": "10.0.0",
923-
"contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg=="
922+
"resolved": "10.0.6",
923+
"contentHash": "88tquaGJ1htm4DHWS6x9jwER7sFET2SVRN7HqO1FYZwE0diDcUmz0ajhVa8ZD2HGhDJBueSPjP/gqyP3gXtT2A=="
924924
},
925925
"System.Security.Cryptography.ProtectedData": {
926926
"type": "Transitive",
@@ -1048,7 +1048,7 @@
10481048
"Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.6, )",
10491049
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "[10.0.6, )",
10501050
"Microsoft.Identity.Web": "[4.7.0, )",
1051-
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.7.0, )",
1051+
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.8.0, )",
10521052
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "[8.15.0, )",
10531053
"Microsoft.Web.LibraryManager.Build": "[3.0.71, )",
10541054
"TeachingRecordSystem.Core": "[1.0.0, )",
@@ -1468,13 +1468,13 @@
14681468
},
14691469
"Microsoft.Identity.Web.GraphServiceClientBeta": {
14701470
"type": "CentralTransitive",
1471-
"requested": "[4.7.0, )",
1472-
"resolved": "4.7.0",
1473-
"contentHash": "dS7xQ7EoG6n0WVcCe1UVZwMqkhzT/D+KGwvZuHnzzGcheo2mIH2GhdOH64B3FIcdL3oCIdCBs3AeWhwlP81vuA==",
1471+
"requested": "[4.8.0, )",
1472+
"resolved": "4.8.0",
1473+
"contentHash": "7MXnt1oOKKAWsPMX0tquZPd87s1c136cM4Dr0YPIjqMlHXdBi61BNC3yiW0Rv/0Mr6AWd6WWhyFq4D073Nb/jw==",
14741474
"dependencies": {
14751475
"Microsoft.Graph.Beta": "5.56.0-preview",
1476-
"Microsoft.Identity.Web.GraphServiceClient": "4.7.0",
1477-
"Microsoft.Identity.Web.TokenAcquisition": "4.7.0"
1476+
"Microsoft.Identity.Web.GraphServiceClient": "4.8.0",
1477+
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
14781478
}
14791479
},
14801480
"Microsoft.IdentityModel.Protocols.OpenIdConnect": {

0 commit comments

Comments
 (0)