Skip to content

Commit d72778c

Browse files
Bump Microsoft.Identity.Web.GraphServiceClientBeta from 4.8.0 to 4.9.0 (#3354)
Updated [Microsoft.Identity.Web.GraphServiceClientBeta](https://github.com/AzureAD/microsoft-identity-web) from 4.8.0 to 4.9.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Identity.Web.GraphServiceClientBeta's releases](https://github.com/AzureAD/microsoft-identity-web/releases)._ ## 4.9.0 ### New features - **Sidecar: per-route override gating.** New `Sidecar:AllowOverrides` configuration section provides explicit, per-route control over whether `optionsOverride.*` query-string parameters are honored. Authenticated routes default to allowing overrides (preserving existing behavior); unauthenticated routes default to rejecting them. `optionsOverride.BaseUrl` is unconditionally rejected on all routes as a hardening measure. See [#​3794](AzureAD/microsoft-identity-web#3794). ### Bug fixes - Fix `AccountController.Challenge` redirect URI validation to reject percent-encoded protocol-relative bypasses (`%2F%2F`, `%5C%2F`, etc.) that could be decoded by misconfigured reverse proxies. See [#​3792](AzureAD/microsoft-identity-web#3792). ### Behavior changes - **DownstreamApi: reserved header filtering.** Headers supplied via `DownstreamApiOptions.ExtraHeaderParameters` whose names match reserved HTTP headers (`Authorization`, `Host`, `Content-Length`, `Proxy-Authorization`, `Sec-*`, `Proxy-*`, etc.) or duplicate a header the library already set are now silently skipped. A warning-level log entry (`ReservedHeaderIgnored` / `DuplicateHeaderIgnored`) is emitted so operators can spot misconfigurations. No exception is thrown. See [#​3793](AzureAD/microsoft-identity-web#3793). ### Dependencies updates - **Update Azure.Identity 1.11.4 → 1.17.2 and establish Microsoft.Extensions.\* 8.0.x minimum on older TFMs.** Azure.Identity 1.17.2 (sovereign-cloud fixes) pulls in Azure.Core 1.50.0, which introduces a transitive dependency on `Microsoft.Extensions.DependencyInjection.Abstractions` 8.0.2 on non-framework-coupled TFMs (net462, net472, netstandard2.0). This caused a `CS0433` type collision with the previously-pinned `Microsoft.Extensions.DependencyInjection` 2.1.0. Rather than patch individual packages, the entire `Microsoft.Extensions.*` stack on these older TFMs has been bumped to 8.0.x, closing several 5-year version gaps and aligning with the net8.0 baseline. **If your application targets net462, net472, or netstandard2.0**, your resolved `Microsoft.Extensions.*` versions will increase (e.g., `Extensions.Http` 3.1.3 → 8.0.0, `Extensions.DependencyInjection` 2.1.0 → 8.0.0, `Extensions.Caching.Memory` 2.1.0/6.0.2 → 8.0.1). Applications already targeting net8.0+ are unaffected. See [#​3787](AzureAD/microsoft-identity-web#3787). - Bump `System.Text.Json` 8.0.5 → 8.0.6 (CVE-2024-43485). See [#​3787](AzureAD/microsoft-identity-web#3787). - Bump `Microsoft.AspNetCore.DataProtection` to 10.0.7 for CVE fix on net10.0. See [#​3796](AzureAD/microsoft-identity-web#3796). - Bump `OpenTelemetry.Exporter.OpenTelemetryProtocol` 1.14.0 → 1.15.3. See [#​3788](AzureAD/microsoft-identity-web#3788). **Full Changelog**: AzureAD/microsoft-identity-web@4.8.0...4.9.0 Commits viewable in [compare view](AzureAD/microsoft-identity-web@4.8.0...4.9.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.8.0&new-version=4.9.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 d068c3f commit d72778c

5 files changed

Lines changed: 137 additions & 137 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.7" />
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.8.0" />
67+
<PackageVersion Include="Microsoft.Identity.Web.GraphServiceClientBeta" Version="4.9.0" />
6868
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.15.0" />
6969
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
7070
<PackageVersion Include="Microsoft.Playwright" Version="1.59.0" />

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
},
7171
"Microsoft.Identity.Web.GraphServiceClientBeta": {
7272
"type": "Direct",
73-
"requested": "[4.8.0, )",
74-
"resolved": "4.8.0",
75-
"contentHash": "7MXnt1oOKKAWsPMX0tquZPd87s1c136cM4Dr0YPIjqMlHXdBi61BNC3yiW0Rv/0Mr6AWd6WWhyFq4D073Nb/jw==",
73+
"requested": "[4.9.0, )",
74+
"resolved": "4.9.0",
75+
"contentHash": "MzcfGSsFnXJJkHVZpTF7LJax15QF0BbtFDgZrK++aprJ5Bwje/QbgqxfH0Ta118PO5VOB8RSB5vJNizVolhQ1Q==",
7676
"dependencies": {
7777
"Microsoft.Graph.Beta": "5.56.0-preview",
78-
"Microsoft.Identity.Web.GraphServiceClient": "4.8.0",
79-
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
78+
"Microsoft.Identity.Web.GraphServiceClient": "4.9.0",
79+
"Microsoft.Identity.Web.TokenAcquisition": "4.9.0"
8080
}
8181
},
8282
"Microsoft.IdentityModel.Protocols.OpenIdConnect": {
@@ -115,12 +115,12 @@
115115
},
116116
"Azure.Identity": {
117117
"type": "Transitive",
118-
"resolved": "1.14.2",
119-
"contentHash": "YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==",
118+
"resolved": "1.17.2",
119+
"contentHash": "WLI9tc1NwOzvncfSfut5w/qv4f4ZC+l4JK0XXNZCMjZn6MDAgytZsNAJBI3MJs+XcPGBikedYv/dLMXryLQBeg==",
120120
"dependencies": {
121-
"Azure.Core": "1.46.1",
122-
"Microsoft.Identity.Client": "4.73.1",
123-
"Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
121+
"Azure.Core": "1.50.0",
122+
"Microsoft.Identity.Client": "4.83.1",
123+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
124124
}
125125
},
126126
"Azure.Security.KeyVault.Certificates": {
@@ -448,51 +448,51 @@
448448
},
449449
"Microsoft.Identity.Web.Certificate": {
450450
"type": "Transitive",
451-
"resolved": "4.8.0",
452-
"contentHash": "G4nkrs1pKg6NxuSvyoRzokLfsfd2v5pXpXS1XUvHstvdWkQRBw8kTbSwRCvzdRFA1MW7Ct14zcp1P4kej7dB+g==",
451+
"resolved": "4.9.0",
452+
"contentHash": "kr6ZpxNbWm1+eI3pn6sdgIlduYZiEmoC0TbiiR1gmcREuI87E963xjBMmvXf9+CnHcjbsqhkBcK4huKauif0yA==",
453453
"dependencies": {
454-
"Azure.Identity": "1.11.4",
454+
"Azure.Identity": "1.17.2",
455455
"Azure.Security.KeyVault.Certificates": "4.6.0",
456456
"Azure.Security.KeyVault.Secrets": "4.6.0",
457457
"Microsoft.Identity.Abstractions": "12.0.0",
458-
"Microsoft.Identity.Web.Certificateless": "4.8.0",
459-
"Microsoft.Identity.Web.Diagnostics": "4.8.0"
458+
"Microsoft.Identity.Web.Certificateless": "4.9.0",
459+
"Microsoft.Identity.Web.Diagnostics": "4.9.0"
460460
}
461461
},
462462
"Microsoft.Identity.Web.Certificateless": {
463463
"type": "Transitive",
464-
"resolved": "4.8.0",
465-
"contentHash": "TegoXg/SX1mca1ygTZWTgLTXIZPQudmg5SLr9f50A8fzC4oFGkNOUfa9wii9SRikBGg4Sc31QxUeM/MMFyIX6A==",
464+
"resolved": "4.9.0",
465+
"contentHash": "hlt8KV1V0JLjyxncmSNAugyqxVr65wQlzcsks6TgqvUyllkQvWAxqgM+Dh6OB8sgJWMoCOmJuKJ6SejAgYjJ/w==",
466466
"dependencies": {
467467
"Microsoft.Identity.Client": "4.83.1",
468468
"Microsoft.IdentityModel.JsonWebTokens": "8.15.0"
469469
}
470470
},
471471
"Microsoft.Identity.Web.Diagnostics": {
472472
"type": "Transitive",
473-
"resolved": "4.8.0",
474-
"contentHash": "oWYVlq2h86yAmqJHcDK0JrJfhDZTnF1M1vyY9mGx+x5E5GpNml7hTI1N1Kq4Z9JUtaPvz4dN8MgfUn7QyHZ13Q=="
473+
"resolved": "4.9.0",
474+
"contentHash": "5x4Tyg1xFr8vgTAuos5OyCNAXcnq9U+6QWA3pRLOgUF5Am7Bn/CM+rmOjffoyfP6ymQdQ0/zxtNOtyRjTlpiBg=="
475475
},
476476
"Microsoft.Identity.Web.GraphServiceClient": {
477477
"type": "Transitive",
478-
"resolved": "4.8.0",
479-
"contentHash": "+NR+082BC0jcMmiP9e7lk0agu5w1zi2RokjFVLVU2ADS2GaoXDBjsQ/fFM9+VFPUKReZOk7fRk6GvMBtFXoUqw==",
478+
"resolved": "4.9.0",
479+
"contentHash": "7iTUajXW9wlcG+D7ONJFjeGEqD1GgTCZbpxF0LwuO9hAoRlKf9zPBh+jrOjerZNkKf/mGB2s7pRcH5Xr2Y++GA==",
480480
"dependencies": {
481481
"Microsoft.Graph": "5.51.0",
482-
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
482+
"Microsoft.Identity.Web.TokenAcquisition": "4.9.0"
483483
}
484484
},
485485
"Microsoft.Identity.Web.TokenAcquisition": {
486486
"type": "Transitive",
487-
"resolved": "4.8.0",
488-
"contentHash": "Nm4YJxUQuIThoRWprg9bv2vCDs2zzlOo7B4nfHoG3Spw5Ege2edFLY+iEtRh+GYW2Fhn97rYmwCgmaQ2IhYZxA==",
487+
"resolved": "4.9.0",
488+
"contentHash": "ap6EFz9Nn3pWlfYQ8AqnRM7UsrH5pAXzDMF/aayKEfcAxLgXe23XKb1jBEzWNYkg5NNrbiLVWjKDIWbPqMrn1w==",
489489
"dependencies": {
490490
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.0",
491491
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "10.0.0",
492492
"Microsoft.Identity.Abstractions": "12.0.0",
493-
"Microsoft.Identity.Web.Certificate": "4.8.0",
494-
"Microsoft.Identity.Web.Certificateless": "4.8.0",
495-
"Microsoft.Identity.Web.TokenCache": "4.8.0",
493+
"Microsoft.Identity.Web.Certificate": "4.9.0",
494+
"Microsoft.Identity.Web.Certificateless": "4.9.0",
495+
"Microsoft.Identity.Web.TokenCache": "4.9.0",
496496
"Microsoft.IdentityModel.Logging": "8.15.0",
497497
"Microsoft.IdentityModel.LoggingExtensions": "8.15.0",
498498
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.15.0",
@@ -501,12 +501,12 @@
501501
},
502502
"Microsoft.Identity.Web.TokenCache": {
503503
"type": "Transitive",
504-
"resolved": "4.8.0",
505-
"contentHash": "2TL0zev2SREJoIzZi9dQ+vv/Us6Q1ZpZD02ti0LhFDpFg/vKGD98pHmcz+f216PbWHzQpERzS3tMgcIGt2lywQ==",
504+
"resolved": "4.9.0",
505+
"contentHash": "3eHtmFu6HJU334bLyOjG/PvWyYQaoGEh9HyomGQ1p/aUV4EiGkdiU4R5yuyOIHdxRs8DKMFPN0Wnqp2nvWayjg==",
506506
"dependencies": {
507507
"Microsoft.Identity.Client": "4.83.1",
508-
"Microsoft.Identity.Web.Diagnostics": "4.8.0",
509-
"System.Security.Cryptography.Pkcs": "10.0.6"
508+
"Microsoft.Identity.Web.Diagnostics": "4.9.0",
509+
"System.Security.Cryptography.Pkcs": "10.0.7"
510510
}
511511
},
512512
"Microsoft.IdentityModel.Abstractions": {
@@ -856,8 +856,8 @@
856856
},
857857
"System.Security.Cryptography.Pkcs": {
858858
"type": "Transitive",
859-
"resolved": "10.0.6",
860-
"contentHash": "88tquaGJ1htm4DHWS6x9jwER7sFET2SVRN7HqO1FYZwE0diDcUmz0ajhVa8ZD2HGhDJBueSPjP/gqyP3gXtT2A=="
859+
"resolved": "10.0.7",
860+
"contentHash": "dbdKfF3eA5l+CXiAbDxiCxdezoxeanbue1ck8m49ih1L9uZG6ry8Ul8On6vpragyMDJJP4rQHUY/SWgk66tCYA=="
861861
},
862862
"System.Security.Cryptography.ProtectedData": {
863863
"type": "Transitive",

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

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
},
7171
"Azure.Identity": {
7272
"type": "Transitive",
73-
"resolved": "1.14.2",
74-
"contentHash": "YhNMwOTwT+I2wIcJKSdP0ADyB2aK+JaYWZxO8LSRDm5w77LFr0ykR9xmt2ZV5T1gaI7xU6iNFIh/yW1dAlpddQ==",
73+
"resolved": "1.17.2",
74+
"contentHash": "WLI9tc1NwOzvncfSfut5w/qv4f4ZC+l4JK0XXNZCMjZn6MDAgytZsNAJBI3MJs+XcPGBikedYv/dLMXryLQBeg==",
7575
"dependencies": {
76-
"Azure.Core": "1.46.1",
77-
"Microsoft.Identity.Client": "4.73.1",
78-
"Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
76+
"Azure.Core": "1.50.0",
77+
"Microsoft.Identity.Client": "4.83.1",
78+
"Microsoft.Identity.Client.Extensions.Msal": "4.83.1"
7979
}
8080
},
8181
"Azure.Security.KeyVault.Certificates": {
@@ -828,54 +828,54 @@
828828
},
829829
"Microsoft.Identity.Web.Certificate": {
830830
"type": "Transitive",
831-
"resolved": "4.8.0",
832-
"contentHash": "G4nkrs1pKg6NxuSvyoRzokLfsfd2v5pXpXS1XUvHstvdWkQRBw8kTbSwRCvzdRFA1MW7Ct14zcp1P4kej7dB+g==",
831+
"resolved": "4.9.0",
832+
"contentHash": "kr6ZpxNbWm1+eI3pn6sdgIlduYZiEmoC0TbiiR1gmcREuI87E963xjBMmvXf9+CnHcjbsqhkBcK4huKauif0yA==",
833833
"dependencies": {
834-
"Azure.Identity": "1.11.4",
834+
"Azure.Identity": "1.17.2",
835835
"Azure.Security.KeyVault.Certificates": "4.6.0",
836836
"Azure.Security.KeyVault.Secrets": "4.6.0",
837837
"Microsoft.Extensions.Logging.Abstractions": "10.0.0",
838838
"Microsoft.Identity.Abstractions": "12.0.0",
839-
"Microsoft.Identity.Web.Certificateless": "4.8.0",
840-
"Microsoft.Identity.Web.Diagnostics": "4.8.0"
839+
"Microsoft.Identity.Web.Certificateless": "4.9.0",
840+
"Microsoft.Identity.Web.Diagnostics": "4.9.0"
841841
}
842842
},
843843
"Microsoft.Identity.Web.Certificateless": {
844844
"type": "Transitive",
845-
"resolved": "4.8.0",
846-
"contentHash": "TegoXg/SX1mca1ygTZWTgLTXIZPQudmg5SLr9f50A8fzC4oFGkNOUfa9wii9SRikBGg4Sc31QxUeM/MMFyIX6A==",
845+
"resolved": "4.9.0",
846+
"contentHash": "hlt8KV1V0JLjyxncmSNAugyqxVr65wQlzcsks6TgqvUyllkQvWAxqgM+Dh6OB8sgJWMoCOmJuKJ6SejAgYjJ/w==",
847847
"dependencies": {
848-
"Microsoft.Extensions.Logging.Abstractions": "2.1.0",
848+
"Microsoft.Extensions.Logging.Abstractions": "8.0.3",
849849
"Microsoft.Identity.Client": "4.83.1",
850850
"Microsoft.IdentityModel.JsonWebTokens": "8.15.0"
851851
}
852852
},
853853
"Microsoft.Identity.Web.Diagnostics": {
854854
"type": "Transitive",
855-
"resolved": "4.8.0",
856-
"contentHash": "oWYVlq2h86yAmqJHcDK0JrJfhDZTnF1M1vyY9mGx+x5E5GpNml7hTI1N1Kq4Z9JUtaPvz4dN8MgfUn7QyHZ13Q=="
855+
"resolved": "4.9.0",
856+
"contentHash": "5x4Tyg1xFr8vgTAuos5OyCNAXcnq9U+6QWA3pRLOgUF5Am7Bn/CM+rmOjffoyfP6ymQdQ0/zxtNOtyRjTlpiBg=="
857857
},
858858
"Microsoft.Identity.Web.GraphServiceClient": {
859859
"type": "Transitive",
860-
"resolved": "4.8.0",
861-
"contentHash": "+NR+082BC0jcMmiP9e7lk0agu5w1zi2RokjFVLVU2ADS2GaoXDBjsQ/fFM9+VFPUKReZOk7fRk6GvMBtFXoUqw==",
860+
"resolved": "4.9.0",
861+
"contentHash": "7iTUajXW9wlcG+D7ONJFjeGEqD1GgTCZbpxF0LwuO9hAoRlKf9zPBh+jrOjerZNkKf/mGB2s7pRcH5Xr2Y++GA==",
862862
"dependencies": {
863863
"Microsoft.Graph": "5.51.0",
864-
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
864+
"Microsoft.Identity.Web.TokenAcquisition": "4.9.0"
865865
}
866866
},
867867
"Microsoft.Identity.Web.TokenAcquisition": {
868868
"type": "Transitive",
869-
"resolved": "4.8.0",
870-
"contentHash": "Nm4YJxUQuIThoRWprg9bv2vCDs2zzlOo7B4nfHoG3Spw5Ege2edFLY+iEtRh+GYW2Fhn97rYmwCgmaQ2IhYZxA==",
869+
"resolved": "4.9.0",
870+
"contentHash": "ap6EFz9Nn3pWlfYQ8AqnRM7UsrH5pAXzDMF/aayKEfcAxLgXe23XKb1jBEzWNYkg5NNrbiLVWjKDIWbPqMrn1w==",
871871
"dependencies": {
872872
"Microsoft.AspNetCore.Authentication.JwtBearer": "10.0.0",
873873
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "10.0.0",
874874
"Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0",
875875
"Microsoft.Identity.Abstractions": "12.0.0",
876-
"Microsoft.Identity.Web.Certificate": "4.8.0",
877-
"Microsoft.Identity.Web.Certificateless": "4.8.0",
878-
"Microsoft.Identity.Web.TokenCache": "4.8.0",
876+
"Microsoft.Identity.Web.Certificate": "4.9.0",
877+
"Microsoft.Identity.Web.Certificateless": "4.9.0",
878+
"Microsoft.Identity.Web.TokenCache": "4.9.0",
879879
"Microsoft.IdentityModel.Logging": "8.15.0",
880880
"Microsoft.IdentityModel.LoggingExtensions": "8.15.0",
881881
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.15.0",
@@ -884,16 +884,16 @@
884884
},
885885
"Microsoft.Identity.Web.TokenCache": {
886886
"type": "Transitive",
887-
"resolved": "4.8.0",
888-
"contentHash": "2TL0zev2SREJoIzZi9dQ+vv/Us6Q1ZpZD02ti0LhFDpFg/vKGD98pHmcz+f216PbWHzQpERzS3tMgcIGt2lywQ==",
887+
"resolved": "4.9.0",
888+
"contentHash": "3eHtmFu6HJU334bLyOjG/PvWyYQaoGEh9HyomGQ1p/aUV4EiGkdiU4R5yuyOIHdxRs8DKMFPN0Wnqp2nvWayjg==",
889889
"dependencies": {
890-
"Microsoft.AspNetCore.DataProtection": "10.0.0",
890+
"Microsoft.AspNetCore.DataProtection": "10.0.7",
891891
"Microsoft.Extensions.Caching.Memory": "10.0.0",
892892
"Microsoft.Extensions.Logging": "10.0.0",
893893
"Microsoft.Identity.Client": "4.83.1",
894-
"Microsoft.Identity.Web.Diagnostics": "4.8.0",
895-
"System.Security.Cryptography.Pkcs": "10.0.6",
896-
"System.Security.Cryptography.Xml": "10.0.6"
894+
"Microsoft.Identity.Web.Diagnostics": "4.9.0",
895+
"System.Security.Cryptography.Pkcs": "10.0.7",
896+
"System.Security.Cryptography.Xml": "10.0.7"
897897
}
898898
},
899899
"Microsoft.IdentityModel.Abstractions": {
@@ -1753,7 +1753,7 @@
17531753
"Microsoft.AspNetCore.Authentication.JwtBearer": "[10.0.7, )",
17541754
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "[10.0.7, )",
17551755
"Microsoft.Identity.Web": "[4.7.0, )",
1756-
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.8.0, )",
1756+
"Microsoft.Identity.Web.GraphServiceClientBeta": "[4.9.0, )",
17571757
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "[8.15.0, )",
17581758
"Microsoft.Web.LibraryManager.Build": "[3.0.71, )",
17591759
"TeachingRecordSystem.Core": "[1.0.0, )",
@@ -2347,13 +2347,13 @@
23472347
},
23482348
"Microsoft.Identity.Web.GraphServiceClientBeta": {
23492349
"type": "CentralTransitive",
2350-
"requested": "[4.8.0, )",
2351-
"resolved": "4.8.0",
2352-
"contentHash": "7MXnt1oOKKAWsPMX0tquZPd87s1c136cM4Dr0YPIjqMlHXdBi61BNC3yiW0Rv/0Mr6AWd6WWhyFq4D073Nb/jw==",
2350+
"requested": "[4.9.0, )",
2351+
"resolved": "4.9.0",
2352+
"contentHash": "MzcfGSsFnXJJkHVZpTF7LJax15QF0BbtFDgZrK++aprJ5Bwje/QbgqxfH0Ta118PO5VOB8RSB5vJNizVolhQ1Q==",
23532353
"dependencies": {
23542354
"Microsoft.Graph.Beta": "5.56.0-preview",
2355-
"Microsoft.Identity.Web.GraphServiceClient": "4.8.0",
2356-
"Microsoft.Identity.Web.TokenAcquisition": "4.8.0"
2355+
"Microsoft.Identity.Web.GraphServiceClient": "4.9.0",
2356+
"Microsoft.Identity.Web.TokenAcquisition": "4.9.0"
23572357
}
23582358
},
23592359
"Microsoft.IdentityModel.Protocols.OpenIdConnect": {

0 commit comments

Comments
 (0)