Skip to content

Commit 6de2579

Browse files
sjsyrekclaude
andcommitted
fix: upgrade minimatch to ^10.2.1 to resolve ReDoS vulnerability
Fixes GHSA-3ppc-4f35-3m26: minimatch <10.2.1 is vulnerable to ReDoS via repeated wildcards with non-matching literal in pattern. This was a production dependency causing the npm audit CI job to fail. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 5ea087b commit 6de2579

3 files changed

Lines changed: 82 additions & 148 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Security
11+
- Updated `minimatch` from `^9.0.5` to `^10.2.1` to fix ReDoS vulnerability (GHSA-3ppc-4f35-3m26)
12+
813
## [1.0.0] - 2026-02-17
914

1015
### Added

package-lock.json

Lines changed: 76 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"fast-glob": "^3.3.3",
7171
"form-data": "^4.0.4",
7272
"inquirer": "^13.0.0",
73-
"minimatch": "^9.0.5",
73+
"minimatch": "^10.2.1",
7474
"ora": "^9.0.0",
7575
"p-limit": "^7.0.0",
7676
"ws": "^8.19.0",

0 commit comments

Comments
 (0)