Skip to content

Commit 14ef9f4

Browse files
committed
Fix minimatch
1 parent e8d8f75 commit 14ef9f4

2 files changed

Lines changed: 575 additions & 334 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"brace-expansion": "^2.0.3",
1717
"file-type": "^22.0.1",
1818
"lodash": "^4.18.1",
19-
"minimatch": "^10.2.5",
19+
"minimatch": "^9.0.7",
2020
"picomatch": "^4.0.4",
2121
"protobufjs": "^8.0.1",
2222
"undici": "^6.24.0",
@@ -49,7 +49,7 @@
4949
"brace-expansion": "^2.0.3",
5050
"file-type": "^22.0.1",
5151
"lodash": "^4.18.1",
52-
"minimatch": "^10.2.5",
52+
"minimatch": "^9.0.7",
5353
"picomatch": "^4.0.4",
5454
"protobufjs": "^8.0.1",
5555
"undici": "^6.24.0",

0 commit comments

Comments
 (0)