From afd85f9d904397c62b3697e5734b5cf4256c2eef Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 1 Jun 2016 17:40:56 +0100 Subject: [PATCH] bump mongojs to 2.4 --- services/notifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notifications/package.json b/services/notifications/package.json index 7d948fb5b2..6b92eb9aae 100644 --- a/services/notifications/package.json +++ b/services/notifications/package.json @@ -13,7 +13,7 @@ "express": "3.1.0", "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0", "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0", - "mongojs": "1.4.1", + "mongojs": "^2.4.0", "node-statsd": "0.0.3", "request": "^2.65.0", "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",