Skip to content

Commit 689b238

Browse files
build: bump @azure/msal-browser in /App/frontend-app
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.38.3 to 2.39.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/commits) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f82e030 commit 689b238

3 files changed

Lines changed: 19 additions & 21 deletions

File tree

App/frontend-app/package-lock.json

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

App/frontend-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "jest --coverage --detectOpenHandles"
1414
},
1515
"dependencies": {
16-
"@azure/msal-browser": "^2.37.1",
16+
"@azure/msal-browser": "^2.39.0",
1717
"@azure/msal-react": "^1.5.8",
1818
"@fluentai/attachments": "^0.7.1",
1919
"@fluentai/react-copilot": "^0.11.0",

App/frontend-app/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"@jridgewell/gen-mapping" "^0.3.0"
2626
"@jridgewell/trace-mapping" "^0.3.9"
2727

28-
"@azure/msal-browser@^2.37.1":
29-
version "2.38.3"
30-
resolved "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-2.38.3.tgz"
31-
integrity sha512-2WuLFnWWPR1IdvhhysT18cBbkXx1z0YIchVss5AwVA95g7CU5CpT3d+5BcgVGNXDXbUU7/5p0xYHV99V5z8C/A==
28+
"@azure/msal-browser@^2.39.0":
29+
version "2.39.0"
30+
resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-2.39.0.tgz#684fd3974c2628b2dffd04a4c8416a0945b42b69"
31+
integrity sha512-kks/n2AJzKUk+DBqZhiD+7zeQGBl+WpSOQYzWy6hff3bU0ZrYFqr4keFLlzB5VKuKZog0X59/FGHb1RPBDZLVg==
3232
dependencies:
33-
"@azure/msal-common" "13.3.1"
33+
"@azure/msal-common" "13.3.3"
3434

35-
"@azure/msal-common@13.3.1":
36-
version "13.3.1"
37-
resolved "https://registry.npmjs.org/@azure/msal-common/-/msal-common-13.3.1.tgz"
38-
integrity sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ==
35+
"@azure/msal-common@13.3.3":
36+
version "13.3.3"
37+
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-13.3.3.tgz#b4963c9e5a164ed890b204becb036303ccf4f6ac"
38+
integrity sha512-n278DdCXKeiWhLwhEL7/u9HRMyzhUXLefeajiknf6AmEedoiOiv2r5aRJ7LXdT3NGPyubkdIbthaJlVtmuEqvA==
3939

4040
"@azure/msal-react@^1.5.8":
4141
version "1.5.12"
@@ -6120,7 +6120,7 @@ kleur@^3.0.3:
61206120
"km-app@file:.":
61216121
version "1.0.0"
61226122
dependencies:
6123-
"@azure/msal-browser" "^2.37.1"
6123+
"@azure/msal-browser" "^2.39.0"
61246124
"@azure/msal-react" "^1.5.8"
61256125
"@fluentai/attachments" "^0.7.1"
61266126
"@fluentai/react-copilot" "^0.11.0"

0 commit comments

Comments
 (0)