From eb017ff7fb923f665303c47dcb6ca3940064de3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 16:18:11 +0000 Subject: [PATCH] chore(deps): bump redis from 3.0.1 to 3.0.2 Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.1 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/commits/v3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e36b2a45..437fc2889 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "plist": "3.0.1", "puppeteer": "2.1.1", "query-string": "6.10.1", - "redis": "3.0.1", + "redis": "3.0.2", "require-all": "3.0.0", "rss-parser": "3.7.5", "socks-proxy-agent": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 668162408..3e61cb89d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9804,10 +9804,10 @@ redis-parser@^3.0.0: dependencies: redis-errors "^1.0.0" -redis@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/redis/-/redis-3.0.1.tgz#6bb31a7cb39e245fe75783f8a920153a575bd560" - integrity sha512-hqW1xndQngujard3DlK3c1/BNWupZJgUYjXR59yxa9UKtRdAMTV2dDdcx4rKSj4Hb6534rT9+JjPWSA7HpSbUw== +redis@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/redis/-/redis-3.0.2.tgz#bd47067b8a4a3e6a2e556e57f71cc82c7360150a" + integrity sha512-PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ== dependencies: denque "^1.4.1" redis-commands "^1.5.0"