Regenerate xplat/yoga/yarn.lock to fix GitHub CVE warnings#1888
Closed
NickGerleman wants to merge 1 commit into
Closed
Regenerate xplat/yoga/yarn.lock to fix GitHub CVE warnings#1888NickGerleman wants to merge 1 commit into
NickGerleman wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@NickGerleman has exported this pull request. If you are a Meta employee, you can view the originating Diff in D93999493. |
Summary: Pull Request resolved: react#1888 Regenerated `xplat/yoga/yarn.lock` from scratch so that all transitive dependencies resolve to the newest versions permitted by the constraints in `package.json` and workspace `package.json` files. This picks up patch-level and minor-version bumps in transitive dependencies that address known CVEs flagged by GitHub's Dependabot (e.g. outdated `glob`, `inflight`, `rimraf` versions). The lockfile was deleted and regenerated via `yarn install` to ensure a clean resolution without stale pinned versions. New offline-mirror tarballs are included for any packages whose resolved versions changed. Differential Revision: D93999493
d484d51 to
7200ab2
Compare
|
This pull request has been merged in 8877573. |
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:
Regenerated
xplat/yoga/yarn.lockfrom scratch so that all transitivedependencies resolve to the newest versions permitted by the constraints
in
package.jsonand workspacepackage.jsonfiles. This picks uppatch-level and minor-version bumps in transitive dependencies that
address known CVEs flagged by GitHub's Dependabot (e.g. outdated
glob,inflight,rimrafversions).The lockfile was deleted and regenerated via
yarn installto ensure aclean resolution without stale pinned versions.
New offline-mirror tarballs are included for any packages whose resolved
versions changed.
Differential Revision: D93999493