From 8c3b5acdd06aa73530639943d6ac0be775da36be Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Tue, 9 Oct 2018 11:46:19 +0100 Subject: [PATCH] update to metrics v1.8.0 for metrics.globalGauge --- services/web/npm-shrinkwrap.json | 6 +++--- services/web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/npm-shrinkwrap.json b/services/web/npm-shrinkwrap.json index 8fe259f82c..37a05d1681 100644 --- a/services/web/npm-shrinkwrap.json +++ b/services/web/npm-shrinkwrap.json @@ -6962,9 +6962,9 @@ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" }, "metrics-sharelatex": { - "version": "1.7.1", - "from": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1", - "resolved": "git+https://github.com/sharelatex/metrics-sharelatex.git#166961924c599b1f9468f2e17846fa2a9d12372d", + "version": "1.8.0", + "from": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.8.0", + "resolved": "git+https://github.com/sharelatex/metrics-sharelatex.git#e57f1a84539cdf0398d0768b7f7af0c79ea5b05b", "dependencies": { "coffee-script": { "version": "1.6.0", diff --git a/services/web/package.json b/services/web/package.json index 0bacc0d2d1..d43544dcbe 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -62,7 +62,7 @@ "mailchimp-api-v3": "^1.12.0", "marked": "^0.3.5", "method-override": "^2.3.3", - "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.8.0", "minimist": "1.2.0", "mocha": "^5.0.1", "mongojs": "2.4.0",