Przeglądaj źródła

upgrade ioredis to v4.14.1

Brian Gough 6 lat temu
rodzic
commit
c8d50d0ee9
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      libraries/redis-wrapper/package.json

+ 3 - 3
libraries/redis-wrapper/package.json

@@ -1,6 +1,6 @@
 {
   "name": "redis-sharelatex",
-  "version": "1.0.10",
+  "version": "1.0.11",
   "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.11.1",
+    "ioredis": "~4.14.1",
     "redis-sentinel": "0.1.1",
     "underscore": "1.7.0"
   },
@@ -21,4 +21,4 @@
     "sandboxed-module": "1.0.1",
     "sinon": "1.10.3"
   }
-}
+}