@azure/msal-node-extensions 5.1.5 → 5.2.0

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 (111) hide show
  1. package/bin/arm64/dpapi.node +0 -0
  2. package/bin/ia32/dpapi.node +0 -0
  3. package/bin/x64/dpapi.node +0 -0
  4. package/dist/Dpapi.mjs +1 -1
  5. package/dist/broker/NativeBrokerPlugin.mjs +1 -1
  6. package/dist/error/PersistenceError.mjs +1 -1
  7. package/dist/index.mjs +1 -1
  8. package/dist/lib/msal-common/dist/constants/AADServerParamKeys.mjs +2 -2
  9. package/dist/lib/msal-common/dist/constants/AADServerParamKeys.mjs.map +1 -1
  10. package/dist/lib/msal-common/dist/error/AuthError.mjs +2 -2
  11. package/dist/lib/msal-common/dist/error/AuthError.mjs.map +1 -1
  12. package/dist/lib/msal-common/dist/error/ClientAuthError.mjs +2 -2
  13. package/dist/lib/msal-common/dist/error/ClientAuthError.mjs.map +1 -1
  14. package/dist/lib/msal-common/dist/error/ClientAuthErrorCodes.mjs +2 -2
  15. package/dist/lib/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
  16. package/dist/lib/msal-common/dist/error/ClientConfigurationError.mjs +2 -2
  17. package/dist/lib/msal-common/dist/error/ClientConfigurationError.mjs.map +1 -1
  18. package/dist/lib/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +2 -2
  19. package/dist/lib/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +1 -1
  20. package/dist/lib/msal-common/dist/error/InteractionRequiredAuthError.mjs +2 -2
  21. package/dist/lib/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
  22. package/dist/lib/msal-common/dist/error/PlatformBrokerError.mjs +2 -2
  23. package/dist/lib/msal-common/dist/error/PlatformBrokerError.mjs.map +1 -1
  24. package/dist/lib/msal-common/dist/error/ServerError.mjs +2 -2
  25. package/dist/lib/msal-common/dist/error/ServerError.mjs.map +1 -1
  26. package/dist/lib/msal-common/dist/logger/Logger.mjs +2 -2
  27. package/dist/lib/msal-common/dist/logger/Logger.mjs.map +1 -1
  28. package/dist/lib/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +2 -2
  29. package/dist/lib/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
  30. package/dist/lib/msal-common/dist/utils/Constants.mjs +2 -2
  31. package/dist/lib/msal-common/dist/utils/Constants.mjs.map +1 -1
  32. package/dist/lib/msal-common/dist/utils/TimeUtils.mjs +2 -2
  33. package/dist/lib/msal-common/dist/utils/TimeUtils.mjs.map +1 -1
  34. package/dist/lock/CrossPlatformLock.mjs +1 -1
  35. package/dist/packageMetadata.mjs +2 -2
  36. package/dist/persistence/BasePersistence.mjs +1 -1
  37. package/dist/persistence/DataProtectionScope.mjs +1 -1
  38. package/dist/persistence/FilePersistence.mjs +1 -1
  39. package/dist/persistence/FilePersistenceWithDataProtection.mjs +1 -1
  40. package/dist/persistence/KeychainPersistence.mjs +1 -1
  41. package/dist/persistence/LibSecretPersistence.mjs +1 -1
  42. package/dist/persistence/PersistenceCachePlugin.mjs +1 -1
  43. package/dist/persistence/PersistenceCreator.mjs +1 -1
  44. package/dist/utils/Constants.mjs +1 -1
  45. package/dist/utils/Environment.mjs +1 -1
  46. package/dist/utils/TypeGuards.mjs +1 -1
  47. package/lib/msal-node-extensions.cjs +15 -15
  48. package/lib/msal-node-extensions.cjs.map +1 -1
  49. package/package.json +9 -7
  50. package/{dist → types}/Dpapi.d.ts +1 -0
  51. package/types/Dpapi.d.ts.map +1 -0
  52. package/{dist → types}/broker/NativeBrokerPlugin.d.ts +1 -0
  53. package/types/broker/NativeBrokerPlugin.d.ts.map +1 -0
  54. package/{dist → types}/error/PersistenceError.d.ts +1 -0
  55. package/types/error/PersistenceError.d.ts.map +1 -0
  56. package/types/index.d.cts +1 -0
  57. package/{lib/types → types}/index.d.ts +1 -0
  58. package/types/index.d.ts.map +1 -0
  59. package/{dist → types}/lock/CrossPlatformLock.d.ts +1 -0
  60. package/types/lock/CrossPlatformLock.d.ts.map +1 -0
  61. package/{dist → types}/lock/CrossPlatformLockOptions.d.ts +1 -0
  62. package/types/lock/CrossPlatformLockOptions.d.ts.map +1 -0
  63. package/types/packageMetadata.d.ts +3 -0
  64. package/types/packageMetadata.d.ts.map +1 -0
  65. package/{lib/types → types}/persistence/BasePersistence.d.ts +1 -0
  66. package/types/persistence/BasePersistence.d.ts.map +1 -0
  67. package/{dist → types}/persistence/DataProtectionScope.d.ts +1 -0
  68. package/types/persistence/DataProtectionScope.d.ts.map +1 -0
  69. package/{lib/types → types}/persistence/FilePersistence.d.ts +1 -0
  70. package/types/persistence/FilePersistence.d.ts.map +1 -0
  71. package/{lib/types → types}/persistence/FilePersistenceWithDataProtection.d.ts +1 -0
  72. package/types/persistence/FilePersistenceWithDataProtection.d.ts.map +1 -0
  73. package/{lib/types → types}/persistence/IPersistence.d.ts +1 -0
  74. package/types/persistence/IPersistence.d.ts.map +1 -0
  75. package/{lib/types → types}/persistence/IPersistenceConfiguration.d.ts +1 -0
  76. package/types/persistence/IPersistenceConfiguration.d.ts.map +1 -0
  77. package/{dist → types}/persistence/KeychainPersistence.d.ts +1 -0
  78. package/types/persistence/KeychainPersistence.d.ts.map +1 -0
  79. package/{lib/types → types}/persistence/LibSecretPersistence.d.ts +1 -0
  80. package/types/persistence/LibSecretPersistence.d.ts.map +1 -0
  81. package/{dist → types}/persistence/PersistenceCachePlugin.d.ts +1 -0
  82. package/types/persistence/PersistenceCachePlugin.d.ts.map +1 -0
  83. package/{dist → types}/persistence/PersistenceCreator.d.ts +1 -0
  84. package/types/persistence/PersistenceCreator.d.ts.map +1 -0
  85. package/{lib/types → types}/utils/Constants.d.ts +1 -0
  86. package/types/utils/Constants.d.ts.map +1 -0
  87. package/{lib/types → types}/utils/Environment.d.ts +1 -0
  88. package/types/utils/Environment.d.ts.map +1 -0
  89. package/{dist → types}/utils/TypeGuards.d.ts +1 -0
  90. package/types/utils/TypeGuards.d.ts.map +1 -0
  91. package/dist/index.d.ts +0 -12
  92. package/dist/packageMetadata.d.ts +0 -2
  93. package/dist/persistence/BasePersistence.d.ts +0 -5
  94. package/dist/persistence/FilePersistence.d.ts +0 -29
  95. package/dist/persistence/FilePersistenceWithDataProtection.d.ts +0 -24
  96. package/dist/persistence/IPersistence.d.ts +0 -11
  97. package/dist/persistence/IPersistenceConfiguration.d.ts +0 -10
  98. package/dist/persistence/LibSecretPersistence.d.ts +0 -24
  99. package/dist/utils/Constants.d.ts +0 -54
  100. package/dist/utils/Environment.d.ts +0 -16
  101. package/lib/types/Dpapi.d.ts +0 -6
  102. package/lib/types/broker/NativeBrokerPlugin.d.ts +0 -22
  103. package/lib/types/error/PersistenceError.d.ts +0 -57
  104. package/lib/types/lock/CrossPlatformLock.d.ts +0 -24
  105. package/lib/types/lock/CrossPlatformLockOptions.d.ts +0 -10
  106. package/lib/types/packageMetadata.d.ts +0 -2
  107. package/lib/types/persistence/DataProtectionScope.d.ts +0 -16
  108. package/lib/types/persistence/KeychainPersistence.d.ts +0 -23
  109. package/lib/types/persistence/PersistenceCachePlugin.d.ts +0 -38
  110. package/lib/types/persistence/PersistenceCreator.d.ts +0 -5
  111. package/lib/types/utils/TypeGuards.d.ts +0 -5
@@ -1,6 +1,6 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
- /*! @azure/msal-common v16.5.2 2026-04-28 */
3
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
4
4
  /**
5
5
  * Convert seconds to JS Date object. Seconds can be in a number or string format or undefined (will still return a date).
6
6
  * @param seconds
@@ -1 +1 @@
1
- {"version":3,"file":"TimeUtils.mjs","sources":["../../../../../../../lib/msal-common/dist/utils/TimeUtils.mjs"],"sourcesContent":["/*! @azure/msal-common v16.5.2 2026-04-28 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Utility functions for managing date and time operations.\r\n */\r\n/**\r\n * return the current time in Unix time (seconds).\r\n */\r\nfunction nowSeconds() {\r\n // Date.getTime() returns in milliseconds.\r\n return Math.round(new Date().getTime() / 1000.0);\r\n}\r\n/**\r\n * Converts JS Date object to seconds\r\n * @param date Date\r\n */\r\nfunction toSecondsFromDate(date) {\r\n // Convert date to seconds\r\n return date.getTime() / 1000;\r\n}\r\n/**\r\n * Convert seconds to JS Date object. Seconds can be in a number or string format or undefined (will still return a date).\r\n * @param seconds\r\n */\r\nfunction toDateFromSeconds(seconds) {\r\n if (seconds) {\r\n return new Date(Number(seconds) * 1000);\r\n }\r\n return new Date();\r\n}\r\n/**\r\n * check if a token is expired based on given UTC time in seconds.\r\n * @param expiresOn\r\n */\r\nfunction isTokenExpired(expiresOn, offset) {\r\n // check for access token expiry\r\n const expirationSec = Number(expiresOn) || 0;\r\n const offsetCurrentTimeSec = nowSeconds() + offset;\r\n // If current time + offset is greater than token expiration time, then token is expired.\r\n return offsetCurrentTimeSec > expirationSec;\r\n}\r\n/**\r\n * Checks if a cache entry is expired based on the last updated time and cache retention days.\r\n * @param lastUpdatedAt\r\n * @param cacheRetentionDays\r\n * @returns\r\n */\r\nfunction isCacheExpired(lastUpdatedAt, cacheRetentionDays) {\r\n const cacheExpirationTimestamp = Number(lastUpdatedAt) + cacheRetentionDays * 24 * 60 * 60 * 1000;\r\n return Date.now() > cacheExpirationTimestamp;\r\n}\r\n/**\r\n * If the current time is earlier than the time that a token was cached at, we must discard the token\r\n * i.e. The system clock was turned back after acquiring the cached token\r\n * @param cachedAt\r\n * @param offset\r\n */\r\nfunction wasClockTurnedBack(cachedAt) {\r\n const cachedAtSec = Number(cachedAt);\r\n return cachedAtSec > nowSeconds();\r\n}\r\n/**\r\n * Waits for t number of milliseconds\r\n * @param t number\r\n * @param value T\r\n */\r\nfunction delay(t, value) {\r\n return new Promise((resolve) => setTimeout(() => resolve(value), t));\r\n}\n\nexport { delay, isCacheExpired, isTokenExpired, nowSeconds, toDateFromSeconds, toSecondsFromDate, wasClockTurnedBack };\n//# sourceMappingURL=TimeUtils.mjs.map\n"],"names":[],"mappings":";;AAAA;AAwBA;AACA;AACA;AACA;AACA,SAAS,iBAAiB,CAAC,OAAO,EAAE;AACpC,IAAI,IAAI,OAAO,EAAE;AACjB,QAAQ,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC;AAChD,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,EAAE,CAAC;AACtB;;;;"}
1
+ {"version":3,"file":"TimeUtils.mjs","sources":["../../../../../../../lib/msal-common/dist/utils/TimeUtils.mjs"],"sourcesContent":["/*! @azure/msal-common v16.6.0 2026-05-07 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Utility functions for managing date and time operations.\r\n */\r\n/**\r\n * return the current time in Unix time (seconds).\r\n */\r\nfunction nowSeconds() {\r\n // Date.getTime() returns in milliseconds.\r\n return Math.round(new Date().getTime() / 1000.0);\r\n}\r\n/**\r\n * Converts JS Date object to seconds\r\n * @param date Date\r\n */\r\nfunction toSecondsFromDate(date) {\r\n // Convert date to seconds\r\n return date.getTime() / 1000;\r\n}\r\n/**\r\n * Convert seconds to JS Date object. Seconds can be in a number or string format or undefined (will still return a date).\r\n * @param seconds\r\n */\r\nfunction toDateFromSeconds(seconds) {\r\n if (seconds) {\r\n return new Date(Number(seconds) * 1000);\r\n }\r\n return new Date();\r\n}\r\n/**\r\n * check if a token is expired based on given UTC time in seconds.\r\n * @param expiresOn\r\n */\r\nfunction isTokenExpired(expiresOn, offset) {\r\n // check for access token expiry\r\n const expirationSec = Number(expiresOn) || 0;\r\n const offsetCurrentTimeSec = nowSeconds() + offset;\r\n // If current time + offset is greater than token expiration time, then token is expired.\r\n return offsetCurrentTimeSec > expirationSec;\r\n}\r\n/**\r\n * Checks if a cache entry is expired based on the last updated time and cache retention days.\r\n * @param lastUpdatedAt\r\n * @param cacheRetentionDays\r\n * @returns\r\n */\r\nfunction isCacheExpired(lastUpdatedAt, cacheRetentionDays) {\r\n const cacheExpirationTimestamp = Number(lastUpdatedAt) + cacheRetentionDays * 24 * 60 * 60 * 1000;\r\n return Date.now() > cacheExpirationTimestamp;\r\n}\r\n/**\r\n * If the current time is earlier than the time that a token was cached at, we must discard the token\r\n * i.e. The system clock was turned back after acquiring the cached token\r\n * @param cachedAt\r\n * @param offset\r\n */\r\nfunction wasClockTurnedBack(cachedAt) {\r\n const cachedAtSec = Number(cachedAt);\r\n return cachedAtSec > nowSeconds();\r\n}\r\n/**\r\n * Waits for t number of milliseconds\r\n * @param t number\r\n * @param value T\r\n */\r\nfunction delay(t, value) {\r\n return new Promise((resolve) => setTimeout(() => resolve(value), t));\r\n}\n\nexport { delay, isCacheExpired, isTokenExpired, nowSeconds, toDateFromSeconds, toSecondsFromDate, wasClockTurnedBack };\n//# sourceMappingURL=TimeUtils.mjs.map\n"],"names":[],"mappings":";;AAAA;AAwBA;AACA;AACA;AACA;AACA,SAAS,iBAAiB,CAAC,OAAO,EAAE;AACpC,IAAI,IAAI,OAAO,EAAE;AACjB,QAAQ,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC;AAChD,KAAK;AACL,IAAI,OAAO,IAAI,IAAI,EAAE,CAAC;AACtB;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { promises } from 'fs';
4
4
  import { pid } from 'process';
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  /* eslint-disable header/header */
4
4
  const name = "@azure/msal-node-extensions";
5
- const version = "5.1.5";
5
+ const version = "5.2.0";
6
6
 
7
7
  export { name, version };
8
8
  //# sourceMappingURL=packageMetadata.mjs.map
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { PersistenceError } from '../error/PersistenceError.mjs';
4
4
  import { Constants } from '../utils/Constants.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { promises } from 'fs';
4
4
  import { dirname } from 'path';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { FilePersistence } from './FilePersistence.mjs';
4
4
  import { PersistenceError } from '../error/PersistenceError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import keytar from 'keytar';
4
4
  import { FilePersistence } from './FilePersistence.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import keytar from 'keytar';
4
4
  import { FilePersistence } from './FilePersistence.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { CrossPlatformLock } from '../lock/CrossPlatformLock.mjs';
4
4
  import { pid } from 'process';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import { FilePersistenceWithDataProtection } from './FilePersistenceWithDataProtection.mjs';
4
4
  import { LibSecretPersistence } from './LibSecretPersistence.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  import path from 'path';
4
4
  import { Constants, Platform } from './Constants.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-node-extensions v5.1.5 2026-04-28 */
1
+ /*! @azure/msal-node-extensions v5.2.0 2026-05-07 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
@@ -343,7 +343,7 @@ class PersistenceCachePlugin {
343
343
  }
344
344
  }
345
345
 
346
- /*! @azure/msal-common v16.5.2 2026-04-28 */
346
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
347
347
  /**
348
348
  * we considered making this "enum" in the request instead of string, however it looks like the allowed list of
349
349
  * prompt values kept changing over past couple of years. There are some undocumented prompt values for some
@@ -380,11 +380,11 @@ const CacheOutcome = {
380
380
  // When a token is found in the cache or the cache is not supposed to be hit when making the request
381
381
  NOT_APPLICABLE: "0"};
382
382
 
383
- /*! @azure/msal-common v16.5.2 2026-04-28 */
383
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
384
384
  const X_CLIENT_EXTRA_SKU = "x-client-xtra-sku";
385
385
  const RESOURCE = "resource";
386
386
 
387
- /*! @azure/msal-common v16.5.2 2026-04-28 */
387
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
388
388
  /*
389
389
  * Copyright (c) Microsoft Corporation. All rights reserved.
390
390
  * Licensed under the MIT License.
@@ -412,7 +412,7 @@ class AuthError extends Error {
412
412
  }
413
413
  }
414
414
 
415
- /*! @azure/msal-common v16.5.2 2026-04-28 */
415
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
416
416
 
417
417
  /*
418
418
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -432,7 +432,7 @@ function createClientConfigurationError(errorCode) {
432
432
  return new ClientConfigurationError(errorCode);
433
433
  }
434
434
 
435
- /*! @azure/msal-common v16.5.2 2026-04-28 */
435
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
436
436
 
437
437
  /*
438
438
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -455,16 +455,16 @@ function createClientAuthError(errorCode, additionalMessage) {
455
455
  return new ClientAuthError(errorCode, additionalMessage);
456
456
  }
457
457
 
458
- /*! @azure/msal-common v16.5.2 2026-04-28 */
458
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
459
459
  const untrustedAuthority = "untrusted_authority";
460
460
 
461
- /*! @azure/msal-common v16.5.2 2026-04-28 */
461
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
462
462
  const noAccountFound = "no_account_found";
463
463
  const noNetworkConnectivity = "no_network_connectivity";
464
464
  const userCanceled = "user_canceled";
465
465
  const platformBrokerError = "platform_broker_error";
466
466
 
467
- /*! @azure/msal-common v16.5.2 2026-04-28 */
467
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
468
468
  /*
469
469
  * Copyright (c) Microsoft Corporation. All rights reserved.
470
470
  * Licensed under the MIT License.
@@ -725,7 +725,7 @@ class Logger {
725
725
  }
726
726
  }
727
727
 
728
- /*! @azure/msal-common v16.5.2 2026-04-28 */
728
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
729
729
  /**
730
730
  * Convert seconds to JS Date object. Seconds can be in a number or string format or undefined (will still return a date).
731
731
  * @param seconds
@@ -737,7 +737,7 @@ function toDateFromSeconds(seconds) {
737
737
  return new Date();
738
738
  }
739
739
 
740
- /*! @azure/msal-common v16.5.2 2026-04-28 */
740
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
741
741
  /**
742
742
  * Error thrown when user interaction is required.
743
743
  */
@@ -754,7 +754,7 @@ class InteractionRequiredAuthError extends AuthError {
754
754
  }
755
755
  }
756
756
 
757
- /*! @azure/msal-common v16.5.2 2026-04-28 */
757
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
758
758
 
759
759
  /*
760
760
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -773,7 +773,7 @@ class ServerError extends AuthError {
773
773
  }
774
774
  }
775
775
 
776
- /*! @azure/msal-common v16.5.2 2026-04-28 */
776
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
777
777
 
778
778
  /*
779
779
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -818,7 +818,7 @@ class PlatformBrokerError extends AuthError {
818
818
  }
819
819
  }
820
820
 
821
- /*! @azure/msal-common v16.5.2 2026-04-28 */
821
+ /*! @azure/msal-common v16.6.0 2026-05-07 */
822
822
 
823
823
  /*
824
824
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1702,7 +1702,7 @@ class PersistenceCreator {
1702
1702
 
1703
1703
  /* eslint-disable header/header */
1704
1704
  const name = "@azure/msal-node-extensions";
1705
- const version = "5.1.5";
1705
+ const version = "5.2.0";
1706
1706
 
1707
1707
  /*
1708
1708
  * Copyright (c) Microsoft Corporation. All rights reserved.