fix: upgrade @azure/identity to resolve msal-browser vulnerability (MVS-2026-vmmw-f85q)#216
Merged
YunchuWang merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
…ability
Upgrade @azure/identity from 4.13.0 to 4.13.1, which transitions the
transitive @azure/msal-browser dependency from 4.28.1 to 5.6.3.
This resolves Component Governance vulnerability MVS-2026-vmmw-f85q
(High severity, due June 8, 2026).
Dependency chain:
@microsoft/durabletask-js-azuremanaged
-> @azure/identity ^4.0.0 (resolved: 4.13.0 -> 4.13.1)
-> @azure/msal-browser (resolved: 4.28.1 -> 5.6.3)
No source code changes required. Only package-lock.json updated.
All 991 tests pass across 62 test suites.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kaibocai
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves Component Governance vulnerability MVS-2026-vmmw-f85q (High severity, due June 8, 2026).
Changes
Lockfile-only update — no source code changes.
Root Cause
@azure/identity@4.13.0\ declared @azure/msal-browser: ^4.2.0, pulling in the flagged v4.28.1. The patch release @azure/identity@4.13.1\ updated this to ^5.5.0, moving to the current msal-browser v5.x line.
Since \packages/durabletask-js-azuremanaged\ declares @azure/identity: ^4.0.0, the 4.13.0→4.13.1 update stays within the existing semver range — only \package-lock.json\ changes.
Validation
pm run build)
pm test)