deps: resolve minimatch dependabot vulnerabilities#2455
Merged
Conversation
Add overrides (npm) and resolutions (yarn) to force safe versions: - minimatch 3.1.5 (was 3.1.2, fixes GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74) - minimatch 9.0.9 (was 9.0.5, same CVEs) - minimatch 10.2.4 (was 10.1.1, same CVEs) Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix dependabot issues by updating packages
deps: resolve minimatch dependabot vulnerabilities
Mar 18, 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.
Three ReDoS CVEs in
minimatch(GHSA-3ppc-4f35-3m26, GHSA-7r86-cg39-jmmj, GHSA-23c5-xmqv-rm74) affect transitive dependencies across three major version lines pinned inyarn.lockandpackage-lock.json.Vulnerable → patched versions
Approach
Added
overrides(npm) andresolutions(yarn) topackage.json. A globalresolutionsentry forces 3.x consumers (ESLint packages,serve-handler) to3.1.5, with path-specific overrides preserving the correct major for packages requiring newer APIs:Both
yarn.lockandpackage-lock.jsonhave been regenerated accordingly.Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.