aboutsummaryrefslogtreecommitdiff
path: root/scripts/bundle.ts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-07 16:46:22 +0100
committerGitHub <[email protected]>2023-03-07 16:46:22 +0100
commit4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd (patch)
treed1f8b6c215fcb3bd9378b1e493a3e0eece82ee47 /scripts/bundle.ts
parentc80e10f8a8ba9c54d9eae8a4b34708c4fc6460d3 (diff)
downloadfaker-4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd.tar.xz
faker-4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd.zip
chore(deps): update dependency glob to v9 (#1903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'scripts/bundle.ts')
-rw-r--r--scripts/bundle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundle.ts b/scripts/bundle.ts
index 9f8038cb..b162a32e 100644
--- a/scripts/bundle.ts
+++ b/scripts/bundle.ts
@@ -1,5 +1,5 @@
import { buildSync } from 'esbuild';
-import { sync as globSync } from 'glob';
+import { globSync } from 'glob';
import { existsSync, mkdirSync, rmSync, writeFileSync } from 'node:fs';
import { allLocales } from '../src';