Skip to content

Commit cfacd2c

Browse files
Bump @azure/msal-browser from 2.15.0 to 2.21.0 (#567)
* Bump @azure/msal-browser from 2.15.0 to 2.21.0 Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.15.0 to 2.21.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v2.15.0...msal-browser-v2.21.0) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updating tests with correlation id Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikitha Chettiar <nikithauc@gmail.com>
1 parent 9a539f9 commit cfacd2c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/common/authentication/AuthCodeMSALBrowserAuthenticationProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ describe("AuthCodeMSALBrowserAuthenticationProvider.ts", () => {
4646
fromCache: false,
4747
expiresOn: new Date(),
4848
tokenType: "",
49+
correlationId: ""
4950
};
5051

5152
const moq = sinon.mock(dummyApp);
@@ -88,6 +89,7 @@ describe("AuthCodeMSALBrowserAuthenticationProvider.ts", () => {
8889
fromCache: false,
8990
expiresOn: new Date(),
9091
tokenType: "",
92+
correlationId: ""
9193
};
9294

9395
const moq = sinon.mock(dummyApp);

0 commit comments

Comments
 (0)