Skip to content

Commit ec170c5

Browse files
authored
Merge pull request #792 from IABTechLab/kchen-UID2-6675-minimatch-redos
UID2-6675: upgrade minimatch to fix CVE-2026-27903 ReDoS
2 parents 75af6d6 + dbfae4f commit ec170c5

File tree

2 files changed

+284
-21
lines changed

2 files changed

+284
-21
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@
247247
"form-data": "^4.0.4",
248248
"glob": {
249249
".": "^11.1.0",
250-
"minimatch": "^10.2.1"
250+
"minimatch": "^10.2.3"
251251
},
252252
"jws": "^4.0.1",
253-
"minimatch": "^10.2.1",
253+
"minimatch": "^10.2.3",
254254
"eslint-plugin-import": {
255-
"minimatch": "3.1.2"
255+
"minimatch": "3.1.3"
256256
},
257257
"qs": "6.14.1",
258258
"@isaacs/brace-expansion": "^5.0.1",

0 commit comments

Comments
 (0)