Skip to content

Commit e4af6a9

Browse files
authored
fix: allow minimatch 9 or 10
minimatch 10 drops support for node < 20 fixes #275
1 parent 6cba8eb commit e4af6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-import-resolver-node": "^0.3.9",
7979
"get-tsconfig": "^4.10.0",
8080
"is-glob": "^4.0.3",
81-
"minimatch": "^10.0.1",
81+
"minimatch": "^9.0.3 || ^10.0.1",
8282
"semver": "^7.7.1",
8383
"stable-hash": "^0.0.5",
8484
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)