chore: upgrade to use glob 10 (#12754)

Glob 7 uses the `inflight` module, which leaks memory. Also, all other Medusa packages are using glob 10+. So upgraded the one used by the framework too.

Fixes: FRMW-2972
This commit is contained in:
Harminder Virk
2025-06-17 12:52:27 +00:00
committed by GitHub
parent 7a8f639b38
commit 00505b4f8e
3 changed files with 65 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/framework": patch
---
chore: upgrade to use glob 10