mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
upgrade to metrics 1.7.1, with uv-threadpool fix
This commit is contained in:
parent
c885815094
commit
b616498ea3
2 changed files with 6 additions and 5 deletions
9
services/notifications/npm-shrinkwrap.json
generated
9
services/notifications/npm-shrinkwrap.json
generated
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue