Merge pull request #10939 from overleaf/em-upgrade-mongo-notifications

Upgrade Mongo driver in notifications

GitOrigin-RevId: 3a504471b21873e614e617d81c15c3e17ce7fdc0
This commit is contained in:
Eric Mc Sween
2022-12-20 09:55:25 -05:00
committed by Copybot
parent 269f5f58c2
commit efd30fae15
6 changed files with 110 additions and 47 deletions

View File

@@ -26,9 +26,8 @@
"bunyan": "^1.8.15",
"express": "4.17.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.0",
"request": "^2.88.2",
"underscore": "1.13.1"
"mongodb": "^4.11.0",
"request": "^2.88.2"
},
"devDependencies": {
"chai": "^4.3.6",