Merge pull request #14 from overleaf/ho-redis-4-16-1

bump io redis to 4.16.1
This commit is contained in:
Henry Oswald 2020-03-31 09:47:19 +01:00 committed by GitHub
commit 3044558351

View file

@ -1,6 +1,6 @@
{ {
"name": "redis-sharelatex", "name": "redis-sharelatex",
"version": "1.0.11", "version": "1.0.12",
"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": "~4.14.1", "ioredis": "~4.16.1",
"redis-sentinel": "0.1.1", "redis-sentinel": "0.1.1",
"underscore": "1.7.0" "underscore": "1.7.0"
}, },