From dc4e9ee7e79010b1d525ba7e1ae9aa544a721e39 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 24 Mar 2017 15:28:40 +0000 Subject: [PATCH] Update to metrics 1.7.1 --- 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 d44512dcf5..ccb66da598 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.7.0", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1", "mongojs": "0.18.2", "express": "~4.1.1", "underscore": "~1.6.0",