Skip to content

Commit c3b3ab0

Browse files
authored
chore: switch to tinyglobby (#3133)
1 parent b5f34c0 commit c3b3ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const gracefulFs = require('graceful-fs')
44
const fs = gracefulFs.promises
55
const path = require('path')
6-
const { glob } = require('glob')
6+
const { glob } = require('tinyglobby')
77
const log = require('./log')
88
const which = require('which')
99
const win = process.platform === 'win32'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"dependencies": {
2525
"env-paths": "^2.2.0",
2626
"exponential-backoff": "^3.1.1",
27-
"glob": "^10.3.10",
2827
"graceful-fs": "^4.2.6",
2928
"make-fetch-happen": "^14.0.3",
3029
"nopt": "^8.0.0",
3130
"proc-log": "^5.0.0",
3231
"semver": "^7.3.5",
3332
"tar": "^7.4.3",
33+
"tinyglobby": "^0.2.11",
3434
"which": "^5.0.0"
3535
},
3636
"engines": {

0 commit comments

Comments
 (0)