diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-07 16:46:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-07 16:46:22 +0100 |
| commit | 4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd (patch) | |
| tree | d1f8b6c215fcb3bd9378b1e493a3e0eece82ee47 /scripts/bundle.ts | |
| parent | c80e10f8a8ba9c54d9eae8a4b34708c4fc6460d3 (diff) | |
| download | faker-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.ts | 2 |
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'; |
