From 6180f1de85eebe9e9734e1c24dfbb342c9e04fbe Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 21 Mar 2017 13:49:12 +0000 Subject: [PATCH] Update metrics version to 1.7.0 --- services/contacts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/contacts/package.json b/services/contacts/package.json index 9a1dc1a046..d44512dcf5 100644 --- a/services/contacts/package.json +++ b/services/contacts/package.json @@ -10,7 +10,7 @@ "dependencies": { "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.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.1.0", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.0", "mongojs": "0.18.2", "express": "~4.1.1", "underscore": "~1.6.0",