-
Notifications
You must be signed in to change notification settings - Fork 547
CG: Updates serialize-javascript to 6.0.2 #24383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (9)
- common/build/eslint-config-fluid/package.json: Language not supported
- common/build/eslint-config-fluid/pnpm-lock.yaml: Language not supported
- server/gitrest/package.json: Language not supported
- server/gitrest/packages/gitrest-base/package.json: Language not supported
- server/gitrest/pnpm-lock.yaml: Language not supported
- server/historian/packages/historian-base/package.json: Language not supported
- server/historian/pnpm-lock.yaml: Language not supported
- tools/benchmark/package.json: Language not supported
- tools/benchmark/pnpm-lock.yaml: Language not supported
@jumyhre please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
@microsoft-github-policy-service agree company="Microsoft" |
Adding clarification to why 6.0.0 is being pulled in Co-authored-by: Craig Macomber (Microsoft) <[email protected]>
Making serialize-js override more specific Co-authored-by: Craig Macomber (Microsoft) <[email protected]>
This change updates
serialize-javascript
from 6.0.0 to 6.0.2 to address CVE-2024-11831.serialize-javascript
is a transitive dependency that comes from Mocha. Most uses ofserialize-javascript
were resolved by updating mocha from 10.1.0 to 10.8.2. The only package that couldn't be updated in this way iseslint-fluid-config
, whose dependency onmocha-multi-reporters
pulls in [email protected], which in turn brings in [email protected]. To fix that specific package, we've introduced an override on serialize-javascript to the package JSON