Merge pull request #32755 from overleaf/em-tpds-merge-worker

Add tpdsworker functionality to third-party-datastore and redirect web traffic

GitOrigin-RevId: 94a514a6a1b10ce6126feb27ce604bcd4f42cda1
This commit is contained in:
Eric Mc Sween
2026-04-27 10:24:38 -04:00
committed by Copybot
parent 50648d6ed9
commit 557da351c4

6
package-lock.json generated
View File

@@ -51187,17 +51187,21 @@
"bunyan": "^1.8.15",
"dropbox": "^10.34.0",
"express": "4.22.1",
"ioredis": "^4.16.0",
"lodash": "^4.17.21",
"lru-cache": "^4.1.5",
"minimatch": "^10.2.2",
"minimist": "^1.2.8",
"mongodb-legacy": "6.1.3",
"node-fetch": "^2.7.0",
"p-limit": "^2.3.0"
"p-limit": "^2.3.0",
"redlock": "^4.1.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-http": "4.4.0",
"express-basic-auth": "^1.2.0",
"mocha": "^11.1.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi-reporters": "^1.5.1",