upgrade ioredis to v4.14.1

This commit is contained in:
Brian Gough 2019-10-14 11:10:20 +01:00
parent b6a7a0ab4c
commit f028148fe2
2 changed files with 16 additions and 16 deletions

View file

@ -373,9 +373,9 @@
"dev": true "dev": true
}, },
"cluster-key-slot": { "cluster-key-slot": {
"version": "1.0.12", "version": "1.1.0",
"from": "cluster-key-slot@>=1.0.6 <2.0.0", "from": "cluster-key-slot@>=1.0.6 <2.0.0",
"resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.0.12.tgz" "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz"
}, },
"coffee-script": { "coffee-script": {
"version": "1.6.0", "version": "1.6.0",
@ -884,9 +884,9 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
}, },
"ioredis": { "ioredis": {
"version": "4.11.1", "version": "4.14.1",
"from": "ioredis@>=4.11.1 <4.12.0", "from": "ioredis@>=4.14.1 <4.15.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.11.1.tgz", "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.14.1.tgz",
"dependencies": { "dependencies": {
"debug": { "debug": {
"version": "4.1.1", "version": "4.1.1",
@ -1014,9 +1014,9 @@
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz" "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz"
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.15",
"from": "lodash@>=4.17.10 <5.0.0", "from": "lodash@>=4.17.14 <5.0.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz" "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"
}, },
"lodash.defaults": { "lodash.defaults": {
"version": "4.2.0", "version": "4.2.0",
@ -1445,14 +1445,14 @@
} }
}, },
"redis-sharelatex": { "redis-sharelatex": {
"version": "1.0.9", "version": "1.0.11",
"from": "redis-sharelatex@1.0.9", "from": "redis-sharelatex@1.0.11",
"resolved": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.9.tgz", "resolved": "https://registry.npmjs.org/redis-sharelatex/-/redis-sharelatex-1.0.11.tgz",
"dependencies": { "dependencies": {
"async": { "async": {
"version": "2.6.2", "version": "2.6.3",
"from": "async@https://registry.npmjs.org/async/-/async-2.6.2.tgz", "from": "async@>=2.5.0 <3.0.0",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz" "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz"
}, },
"coffee-script": { "coffee-script": {
"version": "1.8.0", "version": "1.8.0",

View file

@ -30,7 +30,7 @@
"express-session": "^1.9.1", "express-session": "^1.9.1",
"logger-sharelatex": "^1.7.0", "logger-sharelatex": "^1.7.0",
"metrics-sharelatex": "^2.2.0", "metrics-sharelatex": "^2.2.0",
"redis-sharelatex": "^1.0.9", "redis-sharelatex": "^1.0.11",
"request": "^2.88.0", "request": "^2.88.0",
"session.socket.io": "^0.1.6", "session.socket.io": "^0.1.6",
"settings-sharelatex": "^1.1.0", "settings-sharelatex": "^1.1.0",
@ -47,4 +47,4 @@
"uid-safe": "^1.0.1", "uid-safe": "^1.0.1",
"timekeeper": "0.0.4" "timekeeper": "0.0.4"
} }
} }