mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 14:52:34 +00:00
update ioredis to 3.2.1
This commit is contained in:
parent
66c09a770e
commit
1737ddbf29
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redis-sharelatex",
|
"name": "redis-sharelatex",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
|
"description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "ShareLaTeX",
|
"author": "ShareLaTeX",
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.5.0",
|
"async": "^2.5.0",
|
||||||
"coffee-script": "1.8.0",
|
"coffee-script": "1.8.0",
|
||||||
"ioredis": "^2.5.0",
|
"ioredis": "^3.2.1",
|
||||||
"redis": "0.12.1",
|
"redis": "0.12.1",
|
||||||
"redis-sentinel": "0.1.1",
|
"redis-sentinel": "0.1.1",
|
||||||
"underscore": "1.7.0"
|
"underscore": "1.7.0"
|
||||||
|
|
Loading…
Reference in a new issue