security: fix picomatch ReDoS vulnerability across all package-lock.json files#83
Merged
John Cunningham (SausCode) merged 2 commits intomasterfrom Apr 7, 2026
Conversation
…ifiers in getditto/react-ditto
- Root: picomatch 2.3.1 → 2.3.2 - examples/vite-typescript-example: picomatch 2.3.1 → 2.3.2 - examples/vite-typescript-example (tinyglobby): picomatch 4.0.3 → 4.0.4 Resolves dependabot alerts: #246, #247, #249 Resolves: SPO-338, SPO-339, SPO-340 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
579f40b to
617c038
Compare
Alyssa Evans (alycda)
approved these changes
Apr 7, 2026
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
picomatch2.3.1 → 2.3.2 in rootpackage-lock.json(ReDoS via extglob quantifiers)picomatch2.3.1 → 2.3.2 inexamples/vite-typescript-example/package-lock.json(ReDoS via extglob quantifiers)picomatch4.0.3 → 4.0.4 inexamples/vite-typescript-example/package-lock.json(tinyglobby transitive dep, ReDoS via extglob quantifiers)Resolves Dependabot alerts: #246, #247, #249
Linear Tickets
Small Peer - Security
Closes
package-lock.json, dependabot #246)examples/vite-typescript-example/package-lock.json, dependabot #247)examples/vite-typescript-example/package-lock.json, dependabot #249)Test plan
npm auditin root no longer reports picomatch vulnerabilitiesnpm auditinexamples/vite-typescript-exampleno longer reports picomatch vulnerabilities🤖 Generated with Claude Code