Skip to content

Commit 4bef1ec

Browse files
authored
1 parent 21a7249 commit 4bef1ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
'use strict'
22

33
const fs = require('graceful-fs').promises
4-
const { promisify } = require('util')
54
const path = require('path')
6-
const glob = promisify(require('glob'))
5+
const { glob } = require('glob')
76
const log = require('./log')
87
const which = require('which')
98
const win = process.platform === 'win32'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"env-paths": "^2.2.0",
2626
"exponential-backoff": "^3.1.1",
27-
"glob": "^8.0.3",
27+
"glob": "^10.3.10",
2828
"graceful-fs": "^4.2.6",
2929
"make-fetch-happen": "^11.0.3",
3030
"nopt": "^7.0.0",

0 commit comments

Comments
 (0)