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
+1 -1
View File
@@ -91,7 +91,7 @@
"cors": "^2.8.5",
"express": "^4.21.0",
"express-session": "^1.17.3",
"glob": "7.2.3",
"glob": "10.4.5",
"jsonwebtoken": "^9.0.2",
"lodash": "4.17.21",
"morgan": "^1.9.1",