Skip to content

Commit e2283e9

Browse files
authored
Downgrade glob to v8 to fix build (#53015)
1 parent 710bb91 commit e2283e9

File tree

2 files changed

+43
-102
lines changed

2 files changed

+43
-102
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-simple-import-sort": "^10.0.0",
7070
"fast-xml-parser": "^4.0.11",
7171
"fs-extra": "^9.1.0",
72-
"glob": "latest",
72+
"glob": "^8.1.0",
7373
"hereby": "^1.6.4",
7474
"jsonc-parser": "^3.2.0",
7575
"minimist": "latest",

0 commit comments

Comments
 (0)