Skip to content

Commit

Permalink
Update minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 27, 2023
1 parent b76b9c8 commit 9739ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/match-tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
// Requirements
//------------------------------------------------------------------------------

const Minimatch = require("minimatch").Minimatch
const { minimatch } = require("minimatch")
const Minimatch = minimatch.Minimatch

//------------------------------------------------------------------------------
// Helpers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ansi-styles": "^5.0.0",
"cross-spawn": "^7.0.3",
"memorystream": "^0.3.1",
"minimatch": "^8.0.2",
"minimatch": "^9.0.0",
"pidtree": "^0.6.0",
"read-pkg": "^5.2.0",
"shell-quote": "^1.7.3"
Expand Down

0 comments on commit 9739ca5

Please sign in to comment.