From cd6e36d7dcd7a56992df51898e2567aebe21a40a Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 1 Jun 2020 09:11:57 +0100 Subject: [PATCH] upgrade ioredis to 4.17.3 --- libraries/redis-wrapper/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/redis-wrapper/package.json b/libraries/redis-wrapper/package.json index 652563527f..7af287fad8 100644 --- a/libraries/redis-wrapper/package.json +++ b/libraries/redis-wrapper/package.json @@ -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" } -} \ No newline at end of file +}