mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9071 from overleaf/bg-asyncify-third-party-datastore
Provide async versions of all third-party-datastore modules GitOrigin-RevId: 82423447ec3a143f9bc0faa55f687c73f9342d86
This commit is contained in:
parent
09cea1cb85
commit
9ee0889e6a
1 changed files with 24 additions and 0 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -34068,6 +34068,7 @@
|
|||
"lru-cache": "^4.1.5",
|
||||
"mongodb": "^3.6.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"p-limit": "^2.3.0",
|
||||
"request": "^2.88.2",
|
||||
"underscore": "^1.13.1",
|
||||
"uuid": "^8.3.2"
|
||||
|
@ -34100,6 +34101,20 @@
|
|||
"yallist": "^2.1.2"
|
||||
}
|
||||
},
|
||||
"services/third-party-datastore/node_modules/p-limit": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
||||
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
||||
"dependencies": {
|
||||
"p-try": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"services/third-party-datastore/node_modules/sinon": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.0.1.tgz",
|
||||
|
@ -41679,6 +41694,7 @@
|
|||
"mongodb": "^3.6.0",
|
||||
"nock": "0.15.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"p-limit": "^2.3.0",
|
||||
"request": "^2.88.2",
|
||||
"sandboxed-module": "^2.0.4",
|
||||
"sinon": "9.0.1",
|
||||
|
@ -41702,6 +41718,14 @@
|
|||
"yallist": "^2.1.2"
|
||||
}
|
||||
},
|
||||
"p-limit": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
||||
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
||||
"requires": {
|
||||
"p-try": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"sinon": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.0.1.tgz",
|
||||
|
|
Loading…
Reference in a new issue