Skip to content

Commit 9739ca5

Browse files
committed
Update minimatch
1 parent b76b9c8 commit 9739ca5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/match-tasks.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
// Requirements
1111
//------------------------------------------------------------------------------
1212

13-
const Minimatch = require("minimatch").Minimatch
13+
const { minimatch } = require("minimatch")
14+
const Minimatch = minimatch.Minimatch
1415

1516
//------------------------------------------------------------------------------
1617
// Helpers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ansi-styles": "^5.0.0",
3434
"cross-spawn": "^7.0.3",
3535
"memorystream": "^0.3.1",
36-
"minimatch": "^8.0.2",
36+
"minimatch": "^9.0.0",
3737
"pidtree": "^0.6.0",
3838
"read-pkg": "^5.2.0",
3939
"shell-quote": "^1.7.3"

0 commit comments

Comments
 (0)