Merge pull request #15171 from overleaf/ae-project-history-multer

Remove `multer` dev dependency from project-history

GitOrigin-RevId: 8c0e072e28a4a6a21c153734bf438dd1f62bf2b0
This commit is contained in:
Alf Eaton 2023-10-09 16:16:09 +01:00 committed by Copybot
parent 13709ddf0e
commit 3bfa6b544f
2 changed files with 0 additions and 3 deletions

2
package-lock.json generated
View file

@ -43604,7 +43604,6 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"multer": "^1.4.2",
"nock": "^12.0.3",
"sinon": "~9.0.1",
"sinon-chai": "^3.7.0",
@ -52082,7 +52081,6 @@
"mocha": "^10.2.0",
"mongo-uri": "^0.1.2",
"mongodb": "^4.11.0",
"multer": "^1.4.2",
"nock": "^12.0.3",
"overleaf-editor-core": "*",
"redis": "~0.10.1",

View file

@ -48,7 +48,6 @@
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"multer": "^1.4.2",
"nock": "^12.0.3",
"sinon": "~9.0.1",
"sinon-chai": "^3.7.0",