Update logger, metrics, and redis

Also fix acceptance tests, broken by a change in the redis driver
behaviour. It now returns promises from most operations, which confuses mocha.
This commit is contained in:
Shane Kilkelly
2019-06-19 10:25:54 +01:00
parent e8dd1aae9c
commit 080b482e51
10 changed files with 288 additions and 193 deletions
+3 -3
View File
@@ -24,11 +24,11 @@
"coffee-script": "~1.7.0",
"express": "3.3.4",
"lodash": "^4.17.4",
"logger-sharelatex": "^1.6.0",
"logger-sharelatex": "^1.7.0",
"lynx": "0.0.11",
"metrics-sharelatex": "^2.1.1",
"metrics-sharelatex": "^2.2.0",
"mongojs": "^2.6.0",
"redis-sharelatex": "^1.0.5",
"redis-sharelatex": "^1.0.8",
"request": "2.25.0",
"requestretry": "^1.12.0",
"sandboxed-module": "~0.2.0",