Bump redis from 2.6.5 to 2.8.0 (#1855)

Bumps [redis](https://github.com/NodeRedis/node_redis) from 2.6.5 to 2.8.0.
- [Release notes](https://github.com/NodeRedis/node_redis/releases)
- [Changelog](https://github.com/NodeRedis/node_redis/blob/master/changelog.md)
- [Commits](https://github.com/NodeRedis/node_redis/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-08-10 15:38:03 -04:00
committed by Paul Melnikow
parent 0db88d33e0
commit 15a1449407
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12171,19 +12171,19 @@
}
},
"redis": {
"version": "2.6.5",
"resolved": "https://registry.npmjs.org/redis/-/redis-2.6.5.tgz",
"integrity": "sha1-h8Hv9KSJ+Utwhx89CLaYjyOpVoc=",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/redis/-/redis-2.8.0.tgz",
"integrity": "sha512-M1OkonEQwtRmZv4tEWF2VgpG0JWJ8Fv1PhlgT5+B+uNq2cA3Rt1Yt/ryoR+vQNOQcIEgdCdfH0jr3bDpihAw1A==",
"requires": {
"double-ended-queue": "^2.1.0-0",
"redis-commands": "^1.2.0",
"redis-parser": "^2.0.0"
"redis-parser": "^2.6.0"
}
},
"redis-commands": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.1.tgz",
"integrity": "sha1-gdgm9F+pyLIBH0zXoP5ZfSQdRCs="
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.5.tgz",
"integrity": "sha512-foGF8u6MXGFF++1TZVC6icGXuMYPftKXt1FBT2vrfU9ZATNtZJ8duRC5d1lEfE8hyVe3jhelHGB91oB7I6qLsA=="
},
"redis-parser": {
"version": "2.6.0",

View File

@@ -47,7 +47,7 @@
"priorityqueuejs": "^1.0.0",
"query-string": "^6.0.0",
"raven": "^2.4.2",
"redis": "~2.6.2",
"redis": "~2.8.0",
"request": "~2.87.0",
"semver": "~5.5.0",
"simple-icons": "^1.7.1",