Skip to content

Commit 4f720ef

Browse files
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]>
1 parent c80e10f commit 4f720ef

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"eslint-plugin-deprecation": "~1.3.3",
110110
"eslint-plugin-jsdoc": "~40.0.1",
111111
"eslint-plugin-prettier": "~4.2.1",
112-
"glob": "~8.1.0",
112+
"glob": "~9.2.1",
113113
"npm-run-all": "~4.1.5",
114114
"picocolors": "~1.0.0",
115115
"prettier": "2.8.4",

pnpm-lock.yaml

Lines changed: 2 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { buildSync } from 'esbuild';
2-
import { sync as globSync } from 'glob';
2+
import { globSync } from 'glob';
33
import { existsSync, mkdirSync, rmSync, writeFileSync } from 'node:fs';
44
import { allLocales } from '../src';
55

0 commit comments

Comments
 (0)