diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cmd/copy.js | 2 | ||||
-rw-r--r-- | scripts/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cmd/copy.js b/scripts/cmd/copy.js index da4ffd8dd..f31fb3739 100644 --- a/scripts/cmd/copy.js +++ b/scripts/cmd/copy.js @@ -1,7 +1,7 @@ import { promises as fs, readFileSync } from 'fs'; import { posix } from 'path'; import arg from 'arg'; -import glob from 'globby'; +import { globby as glob } from 'globby'; import tar from 'tar'; const { resolve, dirname, sep, join } = posix; diff --git a/scripts/package.json b/scripts/package.json index 58778c228..9fc64653a 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -10,7 +10,7 @@ "dependencies": { "arg": "^5.0.0", "esbuild": "0.13.7", - "globby": "^11.0.3", + "globby": "^12.0.2", "tar": "^6.1.0" } } |