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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user