Merge pull request #9306 from overleaf/em-dropbox-poller

Promisify DropboxPoller

GitOrigin-RevId: 9bff1f10b2c5b077f9fb0159bb83e9ec40b0d842
This commit is contained in:
Eric Mc Sween 2022-08-18 10:04:15 -04:00 committed by Copybot
parent ac3bc987d9
commit 7e56ef8897

2
package-lock.json generated
View file

@ -34080,6 +34080,7 @@
"nock": "0.15.2", "nock": "0.15.2",
"sandboxed-module": "^2.0.4", "sandboxed-module": "^2.0.4",
"sinon": "9.0.1", "sinon": "9.0.1",
"sinon-chai": "^3.7.0",
"sinon-stub-promise": "^4.0.0" "sinon-stub-promise": "^4.0.0"
} }
}, },
@ -41698,6 +41699,7 @@
"request": "^2.88.2", "request": "^2.88.2",
"sandboxed-module": "^2.0.4", "sandboxed-module": "^2.0.4",
"sinon": "9.0.1", "sinon": "9.0.1",
"sinon-chai": "*",
"sinon-stub-promise": "^4.0.0", "sinon-stub-promise": "^4.0.0",
"underscore": "^1.13.1", "underscore": "^1.13.1",
"uuid": "^8.3.2" "uuid": "^8.3.2"