mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #15 from overleaf/bg-ioredis-4.17.3
upgrade ioredis to 4.17.3
This commit is contained in:
commit
aa16e48321
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redis-sharelatex",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
|
||||
"main": "index.js",
|
||||
"author": "ShareLaTeX",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"async": "^2.5.0",
|
||||
"coffee-script": "1.8.0",
|
||||
"ioredis": "~4.16.1",
|
||||
"ioredis": "~4.17.3",
|
||||
"redis-sentinel": "0.1.1",
|
||||
"underscore": "1.7.0"
|
||||
},
|
||||
|
@ -21,4 +21,4 @@
|
|||
"sandboxed-module": "1.0.1",
|
||||
"sinon": "1.10.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue