Skip to content

Commit 303482c

Browse files
authored
Merge pull request #10137 from circleci/fix/CVE-2026-27903-minimatch
fix: update minimatch to resolve CVE-2026-27903 and CVE-2026-27904
2 parents 89215cd + 061176f commit 303482c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -38,7 +38,7 @@
3838
},
3939
"overrides": {
4040
"form-data": "^4.0.4",
41-
"minimatch": "^10.2.1",
41+
"minimatch": "^10.2.3",
4242
"qs": "^6.14.1"
4343
}
4444
}

0 commit comments

Comments
 (0)