From 3ab8238013ce7312e7a130dff822f7a2c546ddf7 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 13 Feb 2015 17:01:55 +0000 Subject: [PATCH] update mongojs version to allow use of bulk updates --- services/track-changes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/track-changes/package.json b/services/track-changes/package.json index e6f006d739..3b8311ba1a 100644 --- a/services/track-changes/package.json +++ b/services/track-changes/package.json @@ -9,7 +9,7 @@ "dependencies": { "async": "~0.2.10", "express": "3.3.5", - "mongojs": "~0.9.11", + "mongojs": "^0.18.1", "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0", "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0", "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",