Merge pull request #11869 from overleaf/em-upgrade-mongoose-web

Upgrade Mongoose and the Mongo driver in web

GitOrigin-RevId: 2cad1aabe57eae424a9e4c68b2e0062f0e78ffaf
This commit is contained in:
Eric Mc Sween
2023-03-01 09:03:27 +00:00
committed by Copybot
parent 076bc9b39c
commit 65976cb363
43 changed files with 660 additions and 474 deletions
@@ -11,6 +11,7 @@ const ProjectAuditLogEntrySchema = new Schema(
},
{
collection: 'projectAuditLogEntries',
minimize: false,
}
)