fix(deps): update transitive minimatch to resolve CVE-2026-26996#2179
Merged
markscott-ms merged 2 commits intofinos:mainfrom Feb 26, 2026
Merged
Conversation
Add scoped overrides for all packages consuming minimatch 3.x to force 3.1.3, which fixes a high-severity ReDoS vulnerability. The 9.x and 10.x transitive instances were resolved via npm audit fix.
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request addresses a ReDoS vulnerability in the minimatch package by forcing minimatch 3.x dependencies to version 3.1.3 through npm overrides and updating minimatch 9.x and 10.x instances through npm audit fix.
Changes:
- Added scoped npm overrides for 8 packages consuming minimatch 3.x to force version 3.1.3
- Updated minimatch 9.x to 9.0.8 and 10.x to 10.2.4 via npm audit fix
- Updated npm package from 11.8.0 to 11.11.0 with updated internal dependencies
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Added scoped overrides for 8 packages (eslint, copyfiles, @stoplight/spectral-core, eslint-plugin-react, eslint-plugin-import, commitizen, serve-handler, @vscode/vsce) to force minimatch 3.1.3 |
| package-lock.json | Updated root minimatch from 3.1.2 to 3.1.3; updated minimatch 9.x to 9.0.8 and 10.x to 10.2.4 in various dependency trees; updated npm from 11.8.0 to 11.11.0 and related bundled dependencies; removed @isaacs/balanced-match and @isaacs/brace-expansion in favor of standard versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Use ^3.1.3 instead of pinning exactly 3.1.3 so future patch releases in the 3.x line are picked up automatically.
markscott-ms
approved these changes
Feb 26, 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.
Description
Add scoped overrides for all packages consuming minimatch 3.x to force 3.1.3, which fixes a high-severity ReDoS vulnerability. The 9.x and 10.x transitive instances were resolved via npm audit fix.
Type of Change
Affected Components
cli/)shared/)calm-widgets/)calm-hub/)calm-hub-ui/)docs/)calm-plugins/vscode/)Commit Message Format ✅
Testing
Checklist