Skip to content

Commit

Permalink
deps: glob@10.3.10 (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 28, 2023
1 parent 21a7249 commit 4bef1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/build.js
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4bef1ec

Please sign in to comment.