Update MSAL dependency to 5.4.0 (#2462)

* Copilot assisted update of MSAL dependencies.

* Update package-lock after build.
This commit is contained in:
jawelton74
2026-04-16 10:40:51 -07:00
committed by GitHub
parent 255919e082
commit 57a1876130
2 changed files with 91 additions and 39 deletions

View File

@@ -8,7 +8,7 @@
"@azure/cosmos": "4.7.0",
"@azure/cosmos-language-service": "0.0.5",
"@azure/identity": "4.5.0",
"@azure/msal-browser": "^5.2.0",
"@azure/msal-browser": "^5.4.0",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.12",
"@fluentui/react": "8.119.0",
@@ -132,7 +132,8 @@
"@octokit/request-error": "5.1.1",
"@octokit/request": "8.4.1",
"prismjs": "1.30.0",
"sanitize-html": "2.17.0"
"sanitize-html": "2.17.0",
"@types/react-redux": "7.1.7"
},
"devDependencies": {
"@babel/core": "7.29.0",