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 21a7249 commit 4bef1ecCopy full SHA for 4bef1ec
lib/build.js
@@ -1,9 +1,8 @@
1
'use strict'
2
3
const fs = require('graceful-fs').promises
4
-const { promisify } = require('util')
5
const path = require('path')
6
-const glob = promisify(require('glob'))
+const { glob } = require('glob')
7
const log = require('./log')
8
const which = require('which')
9
const win = process.platform === 'win32'
package.json
@@ -24,7 +24,7 @@
24
"dependencies": {
25
"env-paths": "^2.2.0",
26
"exponential-backoff": "^3.1.1",
27
- "glob": "^8.0.3",
+ "glob": "^10.3.10",
28
"graceful-fs": "^4.2.6",
29
"make-fetch-happen": "^11.0.3",
30
"nopt": "^7.0.0",
0 commit comments