Skip to content

Commit ea396bc

Browse files
committed
chore: update minimatch to fix security vulnerabilities
Updates minimatch from 10.2.2 to 10.2.4 to address: - CVE-2026-27903 - CVE-2026-27904
1 parent 7d77f57 commit ea396bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"fast-xml-parser": "^5.3.6",
8282
"tar": "^7.5.8",
8383
"db-migrate-mongodb/mongodb": "^3.7.4",
84-
"minimatch": "^10.2.2",
84+
"minimatch": "^10.2.3",
8585
"qs": "^6.14.1"
8686
}
8787
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6374,12 +6374,12 @@ __metadata:
63746374
languageName: node
63756375
linkType: hard
63766376

6377-
"minimatch@npm:^10.2.2":
6378-
version: 10.2.2
6379-
resolution: "minimatch@npm:10.2.2"
6377+
"minimatch@npm:^10.2.3":
6378+
version: 10.2.4
6379+
resolution: "minimatch@npm:10.2.4"
63806380
dependencies:
63816381
brace-expansion: "npm:^5.0.2"
6382-
checksum: 10c0/098831f2f542cb802e1f249c809008a016e1fef6b3a9eda9cf9ecb2b3d7979083951bd47c0c82fcf34330bd3b36638a493d4fa8e24cce58caf5b481de0f4e238
6382+
checksum: 10c0/35f3dfb7b99b51efd46afd378486889f590e7efb10e0f6a10ba6800428cf65c9a8dedb74427d0570b318d749b543dc4e85f06d46d2858bc8cac7e1eb49a95945
63836383
languageName: node
63846384
linkType: hard
63856385

0 commit comments

Comments
 (0)