mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
deps: glob@10.3.10 (#2926)
This commit is contained in:
parent
21a7249b40
commit
4bef1ecc75
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
const fs = require('graceful-fs').promises
|
||||
const { promisify } = require('util')
|
||||
const path = require('path')
|
||||
const glob = promisify(require('glob'))
|
||||
const { glob } = require('glob')
|
||||
const log = require('./log')
|
||||
const which = require('which')
|
||||
const win = process.platform === 'win32'
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"dependencies": {
|
||||
"env-paths": "^2.2.0",
|
||||
"exponential-backoff": "^3.1.1",
|
||||
"glob": "^8.0.3",
|
||||
"glob": "^10.3.10",
|
||||
"graceful-fs": "^4.2.6",
|
||||
"make-fetch-happen": "^11.0.3",
|
||||
"nopt": "^7.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue