Bump ws to 8.20.1 in yoga yarn.lock (CVE-2026-45736) (#1983)#1983
Closed
rozele wants to merge 1 commit into
Closed
Bump ws to 8.20.1 in yoga yarn.lock (CVE-2026-45736) (#1983)#1983rozele wants to merge 1 commit into
rozele wants to merge 1 commit into
Conversation
|
@rozele has exported this pull request. If you are a Meta employee, you can view the originating Diff in D108618638. |
Summary: Pull Request resolved: react#1983 Pull Request resolved: react#1982 Remediates a medium-severity security vulnerability in the `ws` npm package reported for the `facebook/yoga` repository (GHSA-58qx-3vcg-4xpx / CVE-2026-45736), which affects `ws >= 8.0.0, < 8.20.1`. Updates the `ws@^8.13.0, ws@^8.19.0` entry in `xplat/yoga/yarn.lock` from `8.19.0` to the fixed `8.20.1`, including the new `resolved` URL and `integrity` hash from the npm registry. Both existing semver ranges are satisfied by `8.20.1`, so no `package.json` change is needed. `ws` is a transitive dependency. The separate `ws@^7.3.1` (7.5.10) entry is below 8.0.0 and is not affected, so it is left unchanged. Reviewed By: javache Differential Revision: D108618638
aaf680b to
9fec7d7
Compare
|
This pull request has been merged in 92c7a1c. |
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:
Remediates a medium-severity security vulnerability in the
wsnpm package reported for thefacebook/yogarepository (GHSA-58qx-3vcg-4xpx / CVE-2026-45736), which affectsws >= 8.0.0, < 8.20.1.Updates the
ws@^8.13.0, ws@^8.19.0entry inxplat/yoga/yarn.lockfrom8.19.0to the fixed8.20.1, including the newresolvedURL andintegrityhash from the npm registry. Both existing semver ranges are satisfied by8.20.1, so nopackage.jsonchange is needed.wsis a transitive dependency.The separate
ws@^7.3.1(7.5.10) entry is below 8.0.0 and is not affected, so it is left unchanged.Reviewed By: javache
Differential Revision: D108618638