From 518dc17fdc408ec5e586ea921c3c8a072aa3f151 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 18 Aug 2015 09:55:53 +0100 Subject: [PATCH] upgrade to mongojs 1.3.0 (use mongodb-core driver) also add garbage collection --- services/spelling/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/spelling/package.json b/services/spelling/package.json index a9ed2bd15b..aeea6a4090 100644 --- a/services/spelling/package.json +++ b/services/spelling/package.json @@ -14,8 +14,8 @@ "express": "^4.12.1", "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master", "lru-cache": "^2.5.0", - "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0", - "mongojs": "0.18.2", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git", + "mongojs": "1.3.0", "node-statsd": "0.0.3", "redis": "~0.8.4", "request": "^2.53.0",