Open
Conversation
Contributor
|
Hi @@wtgodbe. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates multiple JavaScript/Yarn dependency graphs across SignalR TS clients and Components JS/Interop projects to address CG (security/compliance) alerts by raising minimum versions via resolutions and regenerating lockfiles.
Changes:
- Added/expanded
resolutionsin severalpackage.jsonfiles to enforce patched minimum versions (e.g.,serialize-javascript,cross-spawn,braces,micromatch,picomatch,flatted,semver,word-wrap,@babel/traverse). - Regenerated corresponding
yarn.lockfiles to reflect updated transitive dependency versions. - Updated
@azure/msal-browser(Authentication.Msal interop) to^2.39.0and updated the lockfile accordingly.
Reviewed changes
Copilot reviewed 6 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/SignalR/clients/ts/common/yarn.lock | Lockfile updates for Babel/tooling transitive deps and other patched packages. |
| src/SignalR/clients/ts/common/package.json | Adds additional resolutions entries to enforce minimum patched versions. |
| src/SignalR/clients/ts/FunctionalTests/yarn.lock | Lockfile updates reflecting new resolution-driven transitive dependency versions. |
| src/SignalR/clients/ts/FunctionalTests/package.json | Adds additional resolutions entries to enforce minimum patched versions. |
| src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/yarn.lock | Lockfile updates for patched transitive dependencies (Babel/tooling and related). |
| src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/package.json | Adds additional resolutions entries to enforce minimum patched versions. |
| src/Components/WebAssembly/Authentication.Msal/src/Interop/yarn.lock | Lockfile updates including bump to @azure/msal-browser@2.39.0 and other patched transitive deps. |
| src/Components/WebAssembly/Authentication.Msal/src/Interop/package.json | Updates @azure/msal-browser dependency and adds additional resolutions. |
| src/Components/Web.JS/yarn.lock | Lockfile updates for patched transitive dependencies (Babel/tooling and related). |
| src/Components/Web.JS/package.json | Adds a new resolutions block to enforce minimum patched versions. |
| src/Components/CustomElements/src/js/yarn.lock | Lockfile updates for patched transitive dependencies (Babel/tooling and related). |
| src/Components/CustomElements/src/js/package.json | Adds additional resolutions entries to enforce minimum patched versions. |
…core into wtgodbe/AuditNFix8
akoeplinger
approved these changes
Mar 30, 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.
Fixes CG alerts