mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #124 from overleaf/bg-update-metrics
update metrics module to 2.5.1
This commit is contained in:
commit
33ff7f7c1b
2 changed files with 4 additions and 4 deletions
6
services/document-updater/package-lock.json
generated
6
services/document-updater/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue