Merge pull request #26218 from overleaf/msm-bump-tar-fs-multer

[clsi/web/history-v1] Bump `tar-fs` and `multer`

GitOrigin-RevId: c76b964224c8367d68dc1190ff29627cc6919ade
This commit is contained in:
Miguel Serrano
2025-06-09 13:23:42 +02:00
committed by Copybot
parent 86626ca44e
commit 5b08adc4ff
4 changed files with 1086 additions and 600 deletions

1678
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -37,7 +37,7 @@
},
"swagger-tools": {
"body-parser": "1.20.3",
"multer": "2.0.0",
"multer": "2.0.1",
"path-to-regexp": "3.3.0",
"qs": "6.13.0"
}

View File

@@ -27,13 +27,13 @@
"async": "^3.2.5",
"body-parser": "^1.20.3",
"bunyan": "^1.8.15",
"dockerode": "^4.0.5",
"dockerode": "^4.0.7",
"express": "^4.21.2",
"lodash": "^4.17.21",
"p-limit": "^3.1.0",
"request": "^2.88.2",
"send": "^0.19.0",
"tar-fs": "^3.0.4",
"tar-fs": "^3.0.9",
"workerpool": "^6.1.5"
},
"devDependencies": {

View File

@@ -143,7 +143,7 @@
"moment": "^2.29.4",
"mongodb-legacy": "6.1.3",
"mongoose": "8.9.5",
"multer": "overleaf/multer#199c5ff05bd375c508f4074498237baead7f5148",
"multer": "overleaf/multer#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
"nocache": "^2.1.0",
"node-fetch": "^2.7.0",
"nodemailer": "^6.7.0",