[lexical] Chore: Fix rollup CVE-2026-27606 across all lockfiles#8173
Merged
thatmichael85 merged 1 commit intomainfrom Feb 27, 2026
Merged
[lexical] Chore: Fix rollup CVE-2026-27606 across all lockfiles#8173thatmichael85 merged 1 commit intomainfrom
thatmichael85 merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
etrepum
approved these changes
Feb 27, 2026
Regenerate all pnpm lockfiles to resolve rollup >= 4.59.0, fixing a HIGH severity arbitrary file write via path traversal vulnerability (GHSA-mw96-cpmx-2vgc) that affected rollup >= 4.0.0, < 4.59.0. Updated root package.json rollup specifier from ^4.22.4 to ^4.59.0 and regenerated lockfiles for all 14 example projects, the root workspace, and the astro integration test fixture.
aa4c0a1 to
0dfafc1
Compare
2 tasks
Merged
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.
Description
rollup>= 4.0.0, < 4.59.0 (CVE-2026-27606, HIGH severity) has an arbitrary file write via path traversal vulnerability (GHSA-mw96-cpmx-2vgc).package.jsonrollup specifier from^4.22.4to^4.59.0.pnpm-lock.yamlfiles (14 examples, root workspace, and astro integration test fixture) to resolverollup@4.59.0.Test plan
Before
rollup@4.57.1orrollup@4.52.0present across all lockfilesAfter
rollup@4.59.0(the fixed version)