Merge pull request #124 from overleaf/bg-update-metrics

update metrics module to 2.5.1
This commit is contained in:
Brian Gough 2020-03-11 10:30:40 +00:00 committed by GitHub
commit 33ff7f7c1b
2 changed files with 4 additions and 4 deletions

View file

@ -2183,9 +2183,9 @@
"integrity": "sha512-2403MfnVypWSNIEpmQ26/ObZ5kSUx37E8NHRvriw0+I8Sne7k0HGuLGCk0OrCqURh4UIygD0cSsYq+Ll+kzNqA=="
},
"metrics-sharelatex": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/metrics-sharelatex/-/metrics-sharelatex-2.4.0.tgz",
"integrity": "sha512-FbIRRhReVCEM4ETzh+qVMm3lP33zSSAdrHfSTtegkcB7GGi1kYs+Qt1/dXFawUA8pIZRQTtsfxiS1nZamiSwHg==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/metrics-sharelatex/-/metrics-sharelatex-2.5.1.tgz",
"integrity": "sha512-C2gmkl/tUnq3IlSX/x3dixGhdvfD6H9FR9mBf9lnkeyy2arafxhCU6u+1IQj6byjBM7vGpYHyjwWnmoi3Vb+ZQ==",
"requires": {
"@google-cloud/debug-agent": "^3.0.0",
"@google-cloud/profiler": "^0.2.3",

View file

@ -26,7 +26,7 @@
"express": "3.11.0",
"lodash": "^4.17.13",
"logger-sharelatex": "^1.7.0",
"metrics-sharelatex": "^2.2.0",
"metrics-sharelatex": "^2.5.1",
"mongojs": "^2.6.0",
"redis-sharelatex": "^1.0.11",
"request": "^2.47.0",