From 4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:46:22 +0100 Subject: 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 --- scripts/bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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'; -- cgit v1.2.3