Ver código fonte

allow patch updates to ioredis 4.6.0

Brian Gough 7 anos atrás
pai
commit
f4b2f7742e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      libraries/redis-wrapper/package.json

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "redis-sharelatex",
   "name": "redis-sharelatex",
-  "version": "1.0.5",
+  "version": "1.0.6",
   "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.6.0",
+    "ioredis": "~4.6.0",
     "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"