Merge pull request #43 from sharelatex/bg-update-ioredis

update to redis-sharelatex v1.0.6 for latest ioredis
This commit is contained in:
Brian Gough 2019-04-11 15:50:56 +01:00 committed by GitHub
commit 9eee098af4
2 changed files with 13 additions and 13 deletions

View file

@ -488,9 +488,9 @@
"optional": true
},
"denque": {
"version": "1.4.0",
"version": "1.4.1",
"from": "denque@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/denque/-/denque-1.4.0.tgz"
"resolved": "https://registry.npmjs.org/denque/-/denque-1.4.1.tgz"
},
"depd": {
"version": "1.1.2",
@ -868,9 +868,9 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
},
"ioredis": {
"version": "4.6.0",
"from": "ioredis@4.6.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.6.0.tgz",
"version": "4.6.3",
"from": "ioredis@>=4.6.0 <4.7.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.6.3.tgz",
"dependencies": {
"debug": {
"version": "3.2.6",
@ -1443,14 +1443,14 @@
}
},
"redis-sharelatex": {
"version": "1.0.5",
"from": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.5.tgz",
"resolved": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.5.tgz",
"version": "1.0.6",
"from": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.6",
"resolved": "git+https://github.com/sharelatex/redis-sharelatex.git#0992345e17d204066654260ad718170bbd1018d6",
"dependencies": {
"async": {
"version": "2.6.1",
"version": "2.6.2",
"from": "async@>=2.5.0 <3.0.0",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz"
"resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz"
},
"coffee-script": {
"version": "1.8.0",
@ -1665,9 +1665,9 @@
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz"
},
"standard-as-callback": {
"version": "1.0.1",
"version": "1.0.2",
"from": "standard-as-callback@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-1.0.1.tgz"
"resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-1.0.2.tgz"
},
"statsd-parser": {
"version": "0.0.4",

View file

@ -30,7 +30,7 @@
"express-session": "^1.9.1",
"logger-sharelatex": "^1.6.0",
"metrics-sharelatex": "^2.1.1",
"redis-sharelatex": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.5.tgz",
"redis-sharelatex": "git+https://github.com/sharelatex/redis-sharelatex.git#v1.0.6",
"request": "~2.34.0",
"session.socket.io": "^0.1.6",
"settings-sharelatex": "^1.1.0",