mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Switch to mongodb-legacy
GitOrigin-RevId: 11e09528c153de6b7766d18c3c90d94962190371
This commit is contained in:
23
package-lock.json
generated
23
package-lock.json
generated
@@ -44629,7 +44629,7 @@
|
||||
"minimist": "^1.2.7",
|
||||
"mmmagic": "^0.5.3",
|
||||
"moment": "^2.29.4",
|
||||
"mongodb": "5.9.2",
|
||||
"mongodb-legacy": "5.0.0",
|
||||
"mongoose": "^7.8.0",
|
||||
"multer": "overleaf/multer#e1df247fbf8e7590520d20ae3601eaef9f3d2e9e",
|
||||
"nocache": "^2.1.0",
|
||||
@@ -45844,6 +45844,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"services/web/node_modules/mongodb-legacy": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mongodb-legacy/-/mongodb-legacy-5.0.0.tgz",
|
||||
"integrity": "sha512-q2G+MRwde6114bCAF/EZLmMXSsebIKMHmzsfOJq6M/Tj4gr3wLT50+rJsJNkiR0e0kjFx3dllWjqwRR1n11Zsw==",
|
||||
"dependencies": {
|
||||
"mongodb": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.20.1"
|
||||
}
|
||||
},
|
||||
"services/web/node_modules/mongoose": {
|
||||
"version": "7.8.0",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.8.0.tgz",
|
||||
@@ -53393,7 +53404,7 @@
|
||||
"mocha-each": "^2.0.1",
|
||||
"mock-fs": "^5.1.2",
|
||||
"moment": "^2.29.4",
|
||||
"mongodb": "5.9.2",
|
||||
"mongodb-legacy": "5.0.0",
|
||||
"mongoose": "^7.8.0",
|
||||
"multer": "overleaf/multer#e1df247fbf8e7590520d20ae3601eaef9f3d2e9e",
|
||||
"nocache": "^2.1.0",
|
||||
@@ -54199,6 +54210,14 @@
|
||||
"socks": "^2.7.1"
|
||||
}
|
||||
},
|
||||
"mongodb-legacy": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mongodb-legacy/-/mongodb-legacy-5.0.0.tgz",
|
||||
"integrity": "sha512-q2G+MRwde6114bCAF/EZLmMXSsebIKMHmzsfOJq6M/Tj4gr3wLT50+rJsJNkiR0e0kjFx3dllWjqwRR1n11Zsw==",
|
||||
"requires": {
|
||||
"mongodb": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"mongoose": {
|
||||
"version": "7.8.0",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.8.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user