deps: glob@10.3.10 (#2926)

This commit is contained in:
Luke Karrys 2023-10-27 21:12:39 -07:00 committed by GitHub
parent 21a7249b40
commit 4bef1ecc75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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'

View file

@ -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",