upgrade to metrics 1.7.1, with uv-threadpool fix

This commit is contained in:
Shane Kilkelly 2017-03-23 15:34:33 +00:00
parent c885815094
commit b616498ea3
2 changed files with 6 additions and 5 deletions

View file

@ -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"
}
}
},

View file

@ -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",