@azure/msal-browser 4.13.0 → 4.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/app/PublicClientNext.mjs +1 -1
  4. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  5. package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  6. package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  7. package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  8. package/dist/cache/AccountManager.mjs +1 -1
  9. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  10. package/dist/cache/BrowserCacheManager.mjs +1 -1
  11. package/dist/cache/CacheHelpers.mjs +1 -1
  12. package/dist/cache/CookieStorage.mjs +1 -1
  13. package/dist/cache/DatabaseStorage.mjs +1 -1
  14. package/dist/cache/LocalStorage.mjs +1 -1
  15. package/dist/cache/MemoryStorage.mjs +1 -1
  16. package/dist/cache/SessionStorage.mjs +1 -1
  17. package/dist/cache/TokenCache.mjs +1 -1
  18. package/dist/config/Configuration.mjs +1 -1
  19. package/dist/controllers/ControllerFactory.mjs +1 -1
  20. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  21. package/dist/controllers/StandardController.mjs +1 -1
  22. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  23. package/dist/crypto/BrowserCrypto.mjs +1 -1
  24. package/dist/crypto/CryptoOps.mjs +1 -1
  25. package/dist/crypto/PkceGenerator.mjs +1 -1
  26. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  27. package/dist/encode/Base64Decode.mjs +1 -1
  28. package/dist/encode/Base64Encode.mjs +1 -1
  29. package/dist/error/BrowserAuthError.mjs +1 -1
  30. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  31. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  32. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  33. package/dist/error/NativeAuthError.mjs +1 -1
  34. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  35. package/dist/error/NestedAppAuthError.mjs +1 -1
  36. package/dist/event/EventHandler.mjs +1 -1
  37. package/dist/event/EventMessage.mjs +1 -1
  38. package/dist/event/EventType.mjs +1 -1
  39. package/dist/index.mjs +1 -1
  40. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  41. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  42. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  43. package/dist/interaction_client/PopupClient.mjs +1 -1
  44. package/dist/interaction_client/RedirectClient.mjs +1 -1
  45. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  46. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  47. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  48. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  49. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  50. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  51. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  52. package/dist/naa/BridgeError.mjs +1 -1
  53. package/dist/naa/BridgeProxy.mjs +1 -1
  54. package/dist/naa/BridgeStatusCode.mjs +1 -1
  55. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  56. package/dist/navigation/NavigationClient.mjs +3 -3
  57. package/dist/navigation/NavigationClient.mjs.map +1 -1
  58. package/dist/network/FetchClient.mjs +1 -1
  59. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  60. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  61. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  62. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  63. package/dist/packageMetadata.d.ts +1 -1
  64. package/dist/packageMetadata.mjs +2 -2
  65. package/dist/protocol/Authorize.mjs +1 -1
  66. package/dist/request/RequestHelpers.mjs +1 -1
  67. package/dist/response/ResponseHandler.mjs +1 -1
  68. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  69. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  70. package/dist/utils/BrowserConstants.mjs +1 -1
  71. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  72. package/dist/utils/BrowserUtils.mjs +1 -1
  73. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  74. package/lib/msal-browser.cjs +69 -69
  75. package/lib/msal-browser.cjs.map +1 -1
  76. package/lib/msal-browser.js +69 -69
  77. package/lib/msal-browser.js.map +1 -1
  78. package/lib/msal-browser.min.js +61 -61
  79. package/lib/types/packageMetadata.d.ts +1 -1
  80. package/package.json +1 -1
  81. package/src/navigation/NavigationClient.ts +2 -2
  82. package/src/packageMetadata.ts +1 -1
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-browser v4.13.0 2025-05-30 */
1
+ /*! @azure/msal-browser v4.13.1 2025-06-10 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
5
- /*! @azure/msal-common v15.7.0 2025-05-30 */
5
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6
6
  /*
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
8
8
  * Licensed under the MIT License.
@@ -298,7 +298,7 @@ const JsonWebTokenTypes = {
298
298
  // Token renewal offset default in seconds
299
299
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
300
300
 
301
- /*! @azure/msal-common v15.7.0 2025-05-30 */
301
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
302
302
  /*
303
303
  * Copyright (c) Microsoft Corporation. All rights reserved.
304
304
  * Licensed under the MIT License.
@@ -315,7 +315,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
315
315
  unexpectedError: unexpectedError
316
316
  });
317
317
 
318
- /*! @azure/msal-common v15.7.0 2025-05-30 */
318
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
319
319
 
320
320
  /*
321
321
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -364,7 +364,7 @@ function createAuthError(code, additionalMessage) {
364
364
  : AuthErrorMessages[code]);
365
365
  }
366
366
 
367
- /*! @azure/msal-common v15.7.0 2025-05-30 */
367
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
368
368
  /*
369
369
  * Copyright (c) Microsoft Corporation. All rights reserved.
370
370
  * Licensed under the MIT License.
@@ -462,7 +462,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
462
462
  userTimeoutReached: userTimeoutReached
463
463
  });
464
464
 
465
- /*! @azure/msal-common v15.7.0 2025-05-30 */
465
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
466
466
 
467
467
  /*
468
468
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -714,7 +714,7 @@ function createClientAuthError(errorCode, additionalMessage) {
714
714
  return new ClientAuthError(errorCode, additionalMessage);
715
715
  }
716
716
 
717
- /*! @azure/msal-common v15.7.0 2025-05-30 */
717
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
718
718
 
719
719
  /*
720
720
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -753,7 +753,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
753
753
  },
754
754
  };
755
755
 
756
- /*! @azure/msal-common v15.7.0 2025-05-30 */
756
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
757
757
 
758
758
  /*
759
759
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -944,12 +944,12 @@ class Logger {
944
944
  }
945
945
  }
946
946
 
947
- /*! @azure/msal-common v15.7.0 2025-05-30 */
947
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
948
948
  /* eslint-disable header/header */
949
949
  const name$1 = "@azure/msal-common";
950
950
  const version$1 = "15.7.0";
951
951
 
952
- /*! @azure/msal-common v15.7.0 2025-05-30 */
952
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
953
953
  /*
954
954
  * Copyright (c) Microsoft Corporation. All rights reserved.
955
955
  * Licensed under the MIT License.
@@ -969,7 +969,7 @@ const AzureCloudInstance = {
969
969
  AzureUsGovernment: "https://login.microsoftonline.us",
970
970
  };
971
971
 
972
- /*! @azure/msal-common v15.7.0 2025-05-30 */
972
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
973
973
 
974
974
  /*
975
975
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1030,7 +1030,7 @@ function checkMaxAge(authTime, maxAge) {
1030
1030
  }
1031
1031
  }
1032
1032
 
1033
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1033
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1034
1034
  /*
1035
1035
  * Copyright (c) Microsoft Corporation. All rights reserved.
1036
1036
  * Licensed under the MIT License.
@@ -1085,7 +1085,7 @@ function wasClockTurnedBack(cachedAt) {
1085
1085
  return cachedAtSec > nowSeconds();
1086
1086
  }
1087
1087
 
1088
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1088
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1089
1089
 
1090
1090
  /*
1091
1091
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1412,7 +1412,7 @@ function isAuthorityMetadataExpired(metadata) {
1412
1412
  return metadata.expiresAt <= nowSeconds();
1413
1413
  }
1414
1414
 
1415
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1415
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1416
1416
  /*
1417
1417
  * Copyright (c) Microsoft Corporation. All rights reserved.
1418
1418
  * Licensed under the MIT License.
@@ -1466,7 +1466,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
1466
1466
  urlParseError: urlParseError
1467
1467
  });
1468
1468
 
1469
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1469
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1470
1470
 
1471
1471
  /*
1472
1472
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1604,7 +1604,7 @@ function createClientConfigurationError(errorCode) {
1604
1604
  return new ClientConfigurationError(errorCode);
1605
1605
  }
1606
1606
 
1607
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1607
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1608
1608
  /*
1609
1609
  * Copyright (c) Microsoft Corporation. All rights reserved.
1610
1610
  * Licensed under the MIT License.
@@ -1701,7 +1701,7 @@ class StringUtils {
1701
1701
  }
1702
1702
  }
1703
1703
 
1704
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1704
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1705
1705
 
1706
1706
  /*
1707
1707
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1892,7 +1892,7 @@ class ScopeSet {
1892
1892
  }
1893
1893
  }
1894
1894
 
1895
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1895
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1896
1896
 
1897
1897
  /*
1898
1898
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1932,7 +1932,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
1932
1932
  };
1933
1933
  }
1934
1934
 
1935
- /*! @azure/msal-common v15.7.0 2025-05-30 */
1935
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
1936
1936
  /*
1937
1937
  * Copyright (c) Microsoft Corporation. All rights reserved.
1938
1938
  * Licensed under the MIT License.
@@ -2011,7 +2011,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
2011
2011
  return updatedAccountInfo;
2012
2012
  }
2013
2013
 
2014
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2014
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2015
2015
  /*
2016
2016
  * Copyright (c) Microsoft Corporation. All rights reserved.
2017
2017
  * Licensed under the MIT License.
@@ -2026,7 +2026,7 @@ const AuthorityType = {
2026
2026
  Ciam: 3,
2027
2027
  };
2028
2028
 
2029
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2029
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2030
2030
  /*
2031
2031
  * Copyright (c) Microsoft Corporation. All rights reserved.
2032
2032
  * Licensed under the MIT License.
@@ -2048,7 +2048,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
2048
2048
  return null;
2049
2049
  }
2050
2050
 
2051
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2051
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2052
2052
  /*
2053
2053
  * Copyright (c) Microsoft Corporation. All rights reserved.
2054
2054
  * Licensed under the MIT License.
@@ -2072,7 +2072,7 @@ const ProtocolMode = {
2072
2072
  EAR: "EAR",
2073
2073
  };
2074
2074
 
2075
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2075
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2076
2076
 
2077
2077
  /*
2078
2078
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2315,7 +2315,7 @@ class AccountEntity {
2315
2315
  }
2316
2316
  }
2317
2317
 
2318
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2318
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2319
2319
 
2320
2320
  /*
2321
2321
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2380,7 +2380,7 @@ function mapToQueryString(parameters, encodeExtraParams = true, extraQueryParame
2380
2380
  return queryParameterArray.join("&");
2381
2381
  }
2382
2382
 
2383
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2383
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2384
2384
 
2385
2385
  /*
2386
2386
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2544,7 +2544,7 @@ class UrlString {
2544
2544
  }
2545
2545
  }
2546
2546
 
2547
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2547
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2548
2548
 
2549
2549
  /*
2550
2550
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2684,7 +2684,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2684
2684
  return null;
2685
2685
  }
2686
2686
 
2687
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2687
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2688
2688
  /*
2689
2689
  * Copyright (c) Microsoft Corporation. All rights reserved.
2690
2690
  * Licensed under the MIT License.
@@ -2692,7 +2692,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2692
2692
  const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
2693
2693
  const cacheUnknownErrorCode = "cache_error_unknown";
2694
2694
 
2695
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2695
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2696
2696
 
2697
2697
  /*
2698
2698
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2719,7 +2719,7 @@ class CacheError extends Error {
2719
2719
  }
2720
2720
  }
2721
2721
 
2722
- /*! @azure/msal-common v15.7.0 2025-05-30 */
2722
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
2723
2723
 
2724
2724
  /*
2725
2725
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3904,7 +3904,7 @@ class DefaultStorageClass extends CacheManager {
3904
3904
  }
3905
3905
  }
3906
3906
 
3907
- /*! @azure/msal-common v15.7.0 2025-05-30 */
3907
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
3908
3908
 
3909
3909
  /*
3910
3910
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4004,7 +4004,7 @@ function isOidcProtocolMode(config) {
4004
4004
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
4005
4005
  }
4006
4006
 
4007
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4007
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4008
4008
  /*
4009
4009
  * Copyright (c) Microsoft Corporation. All rights reserved.
4010
4010
  * Licensed under the MIT License.
@@ -4014,7 +4014,7 @@ const CcsCredentialType = {
4014
4014
  UPN: "UPN",
4015
4015
  };
4016
4016
 
4017
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4017
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4018
4018
  /*
4019
4019
  * Copyright (c) Microsoft Corporation. All rights reserved.
4020
4020
  * Licensed under the MIT License.
@@ -4064,7 +4064,7 @@ const INSTANCE_AWARE = "instance_aware";
4064
4064
  const EAR_JWK = "ear_jwk";
4065
4065
  const EAR_JWE_CRYPTO = "ear_jwe_crypto";
4066
4066
 
4067
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4067
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4068
4068
 
4069
4069
  /*
4070
4070
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4432,7 +4432,7 @@ function addEARParameters(parameters, jwk) {
4432
4432
  parameters.set(EAR_JWE_CRYPTO, jweCryptoB64Encoded);
4433
4433
  }
4434
4434
 
4435
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4435
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4436
4436
  /*
4437
4437
  * Copyright (c) Microsoft Corporation. All rights reserved.
4438
4438
  * Licensed under the MIT License.
@@ -4444,7 +4444,7 @@ function isOpenIdConfigResponse(response) {
4444
4444
  response.hasOwnProperty("jwks_uri"));
4445
4445
  }
4446
4446
 
4447
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4447
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4448
4448
  /*
4449
4449
  * Copyright (c) Microsoft Corporation. All rights reserved.
4450
4450
  * Licensed under the MIT License.
@@ -4454,7 +4454,7 @@ function isCloudInstanceDiscoveryResponse(response) {
4454
4454
  response.hasOwnProperty("metadata"));
4455
4455
  }
4456
4456
 
4457
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4457
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4458
4458
  /*
4459
4459
  * Copyright (c) Microsoft Corporation. All rights reserved.
4460
4460
  * Licensed under the MIT License.
@@ -4464,7 +4464,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
4464
4464
  response.hasOwnProperty("error_description"));
4465
4465
  }
4466
4466
 
4467
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4467
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4468
4468
  /*
4469
4469
  * Copyright (c) Microsoft Corporation. All rights reserved.
4470
4470
  * Licensed under the MIT License.
@@ -4977,7 +4977,7 @@ const IntFields = new Set([
4977
4977
  "encryptedCacheExpiredCount",
4978
4978
  ]);
4979
4979
 
4980
- /*! @azure/msal-common v15.7.0 2025-05-30 */
4980
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
4981
4981
  /*
4982
4982
  * Copyright (c) Microsoft Corporation. All rights reserved.
4983
4983
  * Licensed under the MIT License.
@@ -5073,7 +5073,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
5073
5073
  };
5074
5074
  };
5075
5075
 
5076
- /*! @azure/msal-common v15.7.0 2025-05-30 */
5076
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
5077
5077
 
5078
5078
  /*
5079
5079
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5179,7 +5179,7 @@ RegionDiscovery.IMDS_OPTIONS = {
5179
5179
  },
5180
5180
  };
5181
5181
 
5182
- /*! @azure/msal-common v15.7.0 2025-05-30 */
5182
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
5183
5183
 
5184
5184
  /*
5185
5185
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6018,7 +6018,7 @@ function buildStaticAuthorityOptions(authOptions) {
6018
6018
  };
6019
6019
  }
6020
6020
 
6021
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6021
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6022
6022
 
6023
6023
  /*
6024
6024
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6049,7 +6049,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
6049
6049
  }
6050
6050
  }
6051
6051
 
6052
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6052
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6053
6053
 
6054
6054
  /*
6055
6055
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6068,7 +6068,7 @@ class ServerError extends AuthError {
6068
6068
  }
6069
6069
  }
6070
6070
 
6071
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6071
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6072
6072
  /*
6073
6073
  * Copyright (c) Microsoft Corporation. All rights reserved.
6074
6074
  * Licensed under the MIT License.
@@ -6089,7 +6089,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
6089
6089
  };
6090
6090
  }
6091
6091
 
6092
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6092
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6093
6093
 
6094
6094
  /*
6095
6095
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6176,7 +6176,7 @@ class ThrottlingUtils {
6176
6176
  }
6177
6177
  }
6178
6178
 
6179
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6179
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6180
6180
 
6181
6181
  /*
6182
6182
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6207,7 +6207,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
6207
6207
  return new NetworkError(error, httpStatus, responseHeaders);
6208
6208
  }
6209
6209
 
6210
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6210
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6211
6211
 
6212
6212
  /*
6213
6213
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6355,7 +6355,7 @@ class BaseClient {
6355
6355
  }
6356
6356
  }
6357
6357
 
6358
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6358
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6359
6359
  /*
6360
6360
  * Copyright (c) Microsoft Corporation. All rights reserved.
6361
6361
  * Licensed under the MIT License.
@@ -6381,7 +6381,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
6381
6381
  refreshTokenExpired: refreshTokenExpired
6382
6382
  });
6383
6383
 
6384
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6384
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6385
6385
 
6386
6386
  /*
6387
6387
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6469,7 +6469,7 @@ function createInteractionRequiredAuthError(errorCode) {
6469
6469
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6470
6470
  }
6471
6471
 
6472
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6472
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6473
6473
 
6474
6474
  /*
6475
6475
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6541,7 +6541,7 @@ class ProtocolUtils {
6541
6541
  }
6542
6542
  }
6543
6543
 
6544
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6544
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6545
6545
 
6546
6546
  /*
6547
6547
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6625,7 +6625,7 @@ class PopTokenGenerator {
6625
6625
  }
6626
6626
  }
6627
6627
 
6628
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6628
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6629
6629
  /*
6630
6630
  * Copyright (c) Microsoft Corporation. All rights reserved.
6631
6631
  * Licensed under the MIT License.
@@ -6652,7 +6652,7 @@ class PopTokenGenerator {
6652
6652
  }
6653
6653
  }
6654
6654
 
6655
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6655
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6656
6656
 
6657
6657
  /*
6658
6658
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6983,7 +6983,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
6983
6983
  return baseAccount;
6984
6984
  }
6985
6985
 
6986
- /*! @azure/msal-common v15.7.0 2025-05-30 */
6986
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
6987
6987
 
6988
6988
  /*
6989
6989
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7050,7 +7050,7 @@ class RequestValidator {
7050
7050
  }
7051
7051
  }
7052
7052
 
7053
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7053
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7054
7054
  /*
7055
7055
  * Copyright (c) Microsoft Corporation. All rights reserved.
7056
7056
  * Licensed under the MIT License.
@@ -7068,7 +7068,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
7068
7068
  }
7069
7069
  }
7070
7070
 
7071
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7071
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7072
7072
 
7073
7073
  /*
7074
7074
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7301,7 +7301,7 @@ class AuthorizationCodeClient extends BaseClient {
7301
7301
  }
7302
7302
  }
7303
7303
 
7304
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7304
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7305
7305
 
7306
7306
  /*
7307
7307
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7510,7 +7510,7 @@ class RefreshTokenClient extends BaseClient {
7510
7510
  }
7511
7511
  }
7512
7512
 
7513
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7513
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7514
7514
 
7515
7515
  /*
7516
7516
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7608,7 +7608,7 @@ class SilentFlowClient extends BaseClient {
7608
7608
  }
7609
7609
  }
7610
7610
 
7611
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7611
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7612
7612
 
7613
7613
  /*
7614
7614
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7623,7 +7623,7 @@ const StubbedNetworkModule = {
7623
7623
  },
7624
7624
  };
7625
7625
 
7626
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7626
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7627
7627
 
7628
7628
  /*
7629
7629
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7847,7 +7847,7 @@ function extractLoginHint(account) {
7847
7847
  return account.idTokenClaims?.login_hint || null;
7848
7848
  }
7849
7849
 
7850
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7850
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7851
7851
 
7852
7852
  /*
7853
7853
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7905,7 +7905,7 @@ class AuthenticationHeaderParser {
7905
7905
  }
7906
7906
  }
7907
7907
 
7908
- /*! @azure/msal-common v15.7.0 2025-05-30 */
7908
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
7909
7909
 
7910
7910
  /*
7911
7911
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8168,7 +8168,7 @@ class ServerTelemetryManager {
8168
8168
  }
8169
8169
  }
8170
8170
 
8171
- /*! @azure/msal-common v15.7.0 2025-05-30 */
8171
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
8172
8172
  /*
8173
8173
  * Copyright (c) Microsoft Corporation. All rights reserved.
8174
8174
  * Licensed under the MIT License.
@@ -8176,7 +8176,7 @@ class ServerTelemetryManager {
8176
8176
  const missingKidError = "missing_kid_error";
8177
8177
  const missingAlgError = "missing_alg_error";
8178
8178
 
8179
- /*! @azure/msal-common v15.7.0 2025-05-30 */
8179
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
8180
8180
 
8181
8181
  /*
8182
8182
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8201,7 +8201,7 @@ function createJoseHeaderError(code) {
8201
8201
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
8202
8202
  }
8203
8203
 
8204
- /*! @azure/msal-common v15.7.0 2025-05-30 */
8204
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
8205
8205
 
8206
8206
  /*
8207
8207
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8241,7 +8241,7 @@ class JoseHeader {
8241
8241
  }
8242
8242
  }
8243
8243
 
8244
- /*! @azure/msal-common v15.7.0 2025-05-30 */
8244
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
8245
8245
 
8246
8246
  /*
8247
8247
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8320,7 +8320,7 @@ class StubPerformanceClient {
8320
8320
  }
8321
8321
  }
8322
8322
 
8323
- /*! @azure/msal-common v15.7.0 2025-05-30 */
8323
+ /*! @azure/msal-common v15.7.0 2025-06-10 */
8324
8324
 
8325
8325
  /*
8326
8326
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -10160,10 +10160,10 @@ class NavigationClient {
10160
10160
  */
10161
10161
  static defaultNavigateWindow(url, options) {
10162
10162
  if (options.noHistory) {
10163
- window.location.replace(url);
10163
+ window.location.replace(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
10164
10164
  }
10165
10165
  else {
10166
- window.location.assign(url);
10166
+ window.location.assign(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
10167
10167
  }
10168
10168
  return new Promise((resolve) => {
10169
10169
  setTimeout(() => {
@@ -10425,7 +10425,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
10425
10425
 
10426
10426
  /* eslint-disable header/header */
10427
10427
  const name = "@azure/msal-browser";
10428
- const version = "4.13.0";
10428
+ const version = "4.13.1";
10429
10429
 
10430
10430
  /*
10431
10431
  * Copyright (c) Microsoft Corporation. All rights reserved.