From b616498ea3b2c60a19d285bc2a0cb73c848656de Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 23 Mar 2017 15:34:33 +0000 Subject: [PATCH] upgrade to metrics 1.7.1, with uv-threadpool fix --- services/notifications/npm-shrinkwrap.json | 9 +++++---- services/notifications/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/services/notifications/npm-shrinkwrap.json b/services/notifications/npm-shrinkwrap.json index 9cf00c18c2..f9c2af46af 100644 --- a/services/notifications/npm-shrinkwrap.json +++ b/services/notifications/npm-shrinkwrap.json @@ -253,9 +253,9 @@ } }, "metrics-sharelatex": { - "version": "1.7.0", - "from": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.0", - "resolved": "git+https://github.com/sharelatex/metrics-sharelatex.git#d2bfafab3b90ec1f2d27353fd22c46f8a6858278", + "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", "dependencies": { "lynx": { "version": "0.1.1", @@ -698,7 +698,8 @@ "dependencies": { "punycode": { "version": "1.4.1", - "from": "punycode@>=1.4.1 <2.0.0" + "from": "punycode@>=1.4.1 <2.0.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz" } } }, diff --git a/services/notifications/package.json b/services/notifications/package.json index b4c11a9ff2..ce33fd66da 100644 --- a/services/notifications/package.json +++ b/services/notifications/package.json @@ -12,7 +12,7 @@ "async": "^0.1.22", "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.7.0", + "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1", "mongojs": "^2.4.0", "node-statsd": "0.0.3", "request": "^2.65.0",