Skip to content

Commit

Permalink
Bump @azure/msal-browser from 2.15.0 to 2.21.0 (#567)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and nikithauc authored Jan 31, 2022
1 parent 9a539f9 commit cfacd2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe("AuthCodeMSALBrowserAuthenticationProvider.ts", () => {
fromCache: false,
expiresOn: new Date(),
tokenType: "",
correlationId: ""
};

const moq = sinon.mock(dummyApp);
Expand Down Expand Up @@ -88,6 +89,7 @@ describe("AuthCodeMSALBrowserAuthenticationProvider.ts", () => {
fromCache: false,
expiresOn: new Date(),
tokenType: "",
correlationId: ""
};

const moq = sinon.mock(dummyApp);
Expand Down

0 comments on commit cfacd2c

Please sign in to comment.