Uh oh!
There was an error while loading. Please reload this page.
chore: Upgrade react, react-router and react-router-dom - #240
Draft
jperals wants to merge 1 commit into
Draft
Conversation
amanabiy added a commit
that referenced
this pull request
Aug 21, 2026
Add overrides: { '@puppeteer/browsers': '^3.2.0' } to force
@wdio/utils off @puppeteer/browsers 2.x (which requires extract-zip
2.0.1). @puppeteer/browsers 3.x replaced extract-zip with modern-tar.
No patched version of extract-zip exists (first_patched_version: null),
so elimination via @puppeteer/browsers upgrade is the only available
fix. Rung 4 (overrides) — rung 1/2/3 cannot resolve a package with no
patched release. This pattern is precedented across this org.
The react-router alerts (#197, #198, #199) are NOT addressed here
because react-router-dom 7.x requires react@>=18 while this repo uses
react@^16.14.0. Bumping both is a breaking change handled separately
by the open PR #240.
Alert addressed:
- GHSA-jmr9-qjv8-65gv / CVE-2026-56876 (extract-zip <= 2.0.1, high)
extract-zip: 2.0.1 -> eliminated from tree
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 freeto 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.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.