bump redis

This commit is contained in:
Henry Oswald 2019-01-22 17:00:48 +00:00
parent 2cd3e6f18f
commit 52014c851b
2 changed files with 4 additions and 9 deletions

View file

@ -1125,11 +1125,6 @@
"from": "inherits@2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
},
"ioredis": {
"version": "3.2.2",
"from": "ioredis@>=3.2.1 <4.0.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-3.2.2.tgz"
},
"ipaddr.js": {
"version": "1.6.0",
"from": "ipaddr.js@1.6.0",
@ -1755,9 +1750,9 @@
}
},
"redis-sharelatex": {
"version": "f5956885d59938f1972c75865bedffa8914fdf63",
"from": "git+https://github.com/sharelatex/redis-sharelatex.git#f5956885d59938f1972c75865bedffa8914fdf63",
"resolved": "git+https://github.com/sharelatex/redis-sharelatex.git#f5956885d59938f1972c75865bedffa8914fdf63",
"version": "4156cfd9ba9444d87a599f6d7035b73b505070f2",
"from": "git+https://github.com/sharelatex/redis-sharelatex.git#4156cfd9ba9444d87a599f6d7035b73b505070f2",
"resolved": "git+https://github.com/sharelatex/redis-sharelatex.git#4156cfd9ba9444d87a599f6d7035b73b505070f2",
"dependencies": {
"async": {
"version": "2.6.1",

View file

@ -30,7 +30,7 @@
"express-session": "^1.9.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.5.9",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.12",
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#f5956885d59938f1972c75865bedffa8914fdf63",
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#4156cfd9ba9444d87a599f6d7035b73b505070f2",
"request": "~2.34.0",
"session.socket.io": "^0.1.6",
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",