We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76b9c8 commit 9739ca5Copy full SHA for 9739ca5
lib/match-tasks.js
@@ -10,7 +10,8 @@
10
// Requirements
11
//------------------------------------------------------------------------------
12
13
-const Minimatch = require("minimatch").Minimatch
+const { minimatch } = require("minimatch")
14
+const Minimatch = minimatch.Minimatch
15
16
17
// Helpers
package.json
@@ -33,7 +33,7 @@
33
"ansi-styles": "^5.0.0",
34
"cross-spawn": "^7.0.3",
35
"memorystream": "^0.3.1",
36
- "minimatch": "^8.0.2",
+ "minimatch": "^9.0.0",
37
"pidtree": "^0.6.0",
38
"read-pkg": "^5.2.0",
39
"shell-quote": "^1.7.3"
0 commit comments