We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9e825 commit 46b8457Copy full SHA for 46b8457
lib/util/glob.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const glob = require('glob')
+const { glob } = require('glob')
4
5
const globify = (pattern) => pattern.split('//').join('/')
6
module.exports = (path, options) => glob(globify(path), options)
package.json
@@ -47,7 +47,7 @@
47
"dependencies": {
48
"@npmcli/fs": "^3.1.0",
49
"fs-minipass": "^3.0.0",
50
- "glob": "^9.3.1",
+ "glob": "^10.2.2",
51
"lru-cache": "^7.7.1",
52
"minipass": "^5.0.0",
53
"minipass-collect": "^1.0.2",
0 commit comments