fix(misc): bump minimatch to 10.2.1 to address CVE-2026-26996#34509
Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
View your CI Pipeline Execution ↗ for commit d06b3d8
☁️ Nx Cloud last updated this comment at |
|
i think this PR might also fix #32440? the |
Bump ts-morph to ^27.0.2 so publishable artifacts consume @ts-morph/common@0.28.1 and minimatch@10.2.1 transitively.
6acfe1e to
945a818
Compare
Bump ts-morph to ^27.0.2 so publishable artifacts consume @ts-morph/common@0.28.1 and minimatch@10.2.1 transitively. [Self-Healing CI Rerun]
There was a problem hiding this comment.
Nx Cloud has identified a flaky task in your failed CI:
🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.
🎓 Learn more about Self-Healing CI on nx.dev
## Current Behavior Several Nx packages directly depend on a minimatch version with a high-severity vulnerability (GHSA-3ppc-4f35-3m26). ## Expected Behavior Several Nx packages should depend directly on a minimatch version that does not include the reported high-severity vulnerability. Note: unsafe `minimatch` versions can still be pulled in transitively. Upstream deps need to be updated, and then we need to update the Nx packages to newer versions. ## Related Issue(s) Fixes #34507 --------- Co-authored-by: Jason Jean <jasonjean1993@gmail.com> (cherry picked from commit 731db47)
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Several Nx packages directly depend on a minimatch version with a high-severity vulnerability (GHSA-3ppc-4f35-3m26).
Expected Behavior
Several Nx packages should depend directly on a minimatch version that does not include the reported high-severity vulnerability.
Note: unsafe
minimatchversions can still be pulled in transitively. Upstream deps need to be updated, and then we need to update the Nx packages to newer versions.Related Issue(s)
Fixes #34507
Fixes #32440