Update node-forge, storybook and qs to fix vulnerabilities#6038
Merged
JamesBurnside merged 2 commits intomainfrom Jan 12, 2026
Merged
Update node-forge, storybook and qs to fix vulnerabilities#6038JamesBurnside merged 2 commits intomainfrom
JamesBurnside merged 2 commits intomainfrom
Conversation
Contributor
|
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-amepivspfk.chromatic.com/ |
Contributor
@azure/communication-react jest test coverage for stable.
|
Contributor
@azure/communication-react jest test coverage for beta.
|
Contributor
📦 Calling bundle size
Total change: +615 B |
Contributor
📦 CallWithChat bundle size
Total change: +620 B |
Contributor
📦 Chat bundle size
Total change: -56 B ⬇️ |
Contributor
|
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-nsdobhetph.chromatic.com/ |
JamesBurnside
approved these changes
Jan 12, 2026
dmceachernmsft
approved these changes
Jan 12, 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.
What
This PR updates the following dependencies to address security vulnerabilities:
node-forgefrom1.3.1to^1.3.3across multiple packages and added a global override for transitive dependencies.storybookrelated packages from8.6.12to8.6.15.globalOverridesforqsto force version^6.14.1globally.Why
These updates target known security vulnerabilities in third-party dependencies:
pnpm-config.json.^6.14.1inpnpm-config.json.How Tested
rush update --fullandrush update --full --variant stableto regenerate lockfiles and apply overrides.common/config/rush/pnpm-lock.yamlto ensure:node-forgeresolves to1.3.3(which covers 1.3.2+).qsresolves to6.14.0(or the safe version defined).storybookpackages are at8.6.15.rush build).Process & policy checklist
Is this a breaking change?