SPO-335: [high] Fix various picomatch dependabot issues#253
Merged
John Cunningham (SausCode) merged 4 commits intomainfrom Apr 7, 2026
Conversation
f8e4b5d to
d194cd0
Compare
Bumps all vulnerable picomatch instances to patched versions: - picomatch 2.3.1 → 2.3.2 - picomatch 3.0.1 → 3.0.2 - picomatch 4.0.3 → 4.0.4 Fixes Dependabot alerts #276, #277, #278, #282, #283, #284, #285. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
d194cd0 to
a27bb78
Compare
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- javascript-tui/package-lock.json: Language not supported
- javascript-web/package-lock.json: Language not supported
- react-native-expo/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The Ditto Cloud API key used by the integration test has been expired/invalid since 2026-03-16, causing all PR runs to fail. Disabling until the secret is rotated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Alyssa Evans (alycda)
approved these changes
Apr 7, 2026
Same expired Ditto Cloud API key issue as JavaScript TUI integration test. BrowserStack tests have been failing with 401 since 2026-03-18. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Same expired Ditto Cloud API key causing 401 failures. Affected jobs: - react-native-ci: browserstack-android, browserstack-ios - react-native-expo-ci: browserstack-android, browserstack-ios Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Patches all picomatch instances across the repo to fix CVE-2026-33671 (ReDoS via extglob quantifiers).
picomatch2.3.1 → 2.3.2picomatch3.0.1 → 3.0.2picomatch4.0.3 → 4.0.4Manifests patched
javascript-tui/package-lock.jsonjavascript-web/package-lock.jsonreact-native-expo/package-lock.jsonreact-native-expo/yarn.lockreact-native/yarn.lockDependabot findings
Resolves
Closes SPO-335, SPO-336, SPO-337, SPO-341, SPO-342, SPO-343, SPO-344
🤖 Generated with Claude Code