Install regular version of multer instead of fork

GitOrigin-RevId: a763b595edf68d8c4ce80c00ed9d60259e4a93f0
This commit is contained in:
Andrew Rumble
2025-07-25 12:18:45 +01:00
committed by Copybot
parent 56da7e6759
commit 6a5d532d30
2 changed files with 2 additions and 20 deletions

20
package-lock.json generated
View File

@@ -44886,7 +44886,7 @@
"moment": "^2.29.4",
"mongodb-legacy": "6.1.3",
"mongoose": "8.9.5",
"multer": "overleaf/multer#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
"multer": "2.0.2",
"nocache": "^2.1.0",
"node-fetch": "^2.7.0",
"nodemailer": "^6.7.0",
@@ -46087,24 +46087,6 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"services/web/node_modules/multer": {
"version": "2.0.1",
"resolved": "git+ssh://git@github.com/overleaf/multer.git#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
"integrity": "sha512-kkvPK48OQibR5vIoTQBbZp1uWVCvT9MrW3Y0mqdhFYJP/HVJujb4eSCEU0yj+hyf0Y+H/BKCmPdM4fJnzqAO4w==",
"license": "MIT",
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.6.0",
"concat-stream": "^2.0.0",
"mkdirp": "^0.5.6",
"object-assign": "^4.1.1",
"type-is": "^1.6.18",
"xtend": "^4.0.2"
},
"engines": {
"node": ">= 10.16.0"
}
},
"services/web/node_modules/nise": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",