From be3b4bcda1773b86a02287063e2fccbd233c43bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 20:06:37 +0000 Subject: [PATCH] build(deps): update dependency redis to v3.1.1 [security] (#9752) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c81c12efa0d946..ba7208102be11c 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "p-queue": "6.6.2", "parse-diff": "0.8.1", "parse-link-header": "1.0.1", - "redis": "3.1.0", + "redis": "3.1.1", "registry-auth-token": "4.2.1", "semver": "7.3.5", "semver-stable": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 48b066ac185d27..eb83471a79da95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8692,10 +8692,10 @@ redis-parser@^3.0.0: dependencies: redis-errors "^1.0.0" -redis@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/redis/-/redis-3.1.0.tgz#39daec130d74b78decca93513c61db0af5d86ce6" - integrity sha512-//lAOcEtNIKk2ekZibes5oyWKYUVWMvMB71lyD/hS9KRePNkB7AU3nXGkArX6uDKEb2N23EyJBthAv6pagD0uw== +redis@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/redis/-/redis-3.1.1.tgz#a44bee7c072dcf685e139048d6a1a4d3b00f5d01" + integrity sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg== dependencies: denque "^1.5.0" redis-commands "^1.7.0"