mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
upgrade lru-cache module to avoid performance regression with node 4.2
Fix performance regression on Node 4x #55 https://github.com/isaacs/node-lru-cache/pull/55
This commit is contained in:
parent
ef133cbf9a
commit
fdd9357a42
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"coffee-script": "^1.9.1",
|
||||
"express": "^4.12.1",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.1.0",
|
||||
"lru-cache": "^2.5.0",
|
||||
"lru-cache": "^4.0.0",
|
||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.3.0",
|
||||
"mongojs": "1.3.0",
|
||||
"node-statsd": "0.0.3",
|
||||
|
|
Loading…
Reference in a new issue