From a65aa668fcd1906aecc893b1b2af00eda68f7784 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 May 2020 13:14:45 +0000 Subject: [PATCH] Bump redis from 2.8.0 to 3.0.2 Bumps [redis](https://github.com/NodeRedis/node-redis) from 2.8.0 to 3.0.2. - [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/compare/v.2.8.0...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3dcc8a..f660604 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^12.11.1", "fastify": "^3.0.0-rc.1", "proxyquire": "^2.1.3", - "redis": "^2.8.0", + "redis": "^3.0.2", "standard": "^14.0.2", "tap": "^14.10.7", "tsd": "^0.11.0"