From 091c649f1796479458830b6913ac991438c91d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 00:28:25 +0000 Subject: [PATCH] fix(deps): bump ioredis from 4.19.0 to 4.19.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.19.0 to 4.19.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.19.0...v4.19.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3078ec..ae39619 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dotenv": "^8.2.0", "graphql": "^15.4.0", "graphql-scalars": "^1.4.1", - "ioredis": "^4.19.0", + "ioredis": "^4.19.1", "jsonwebtoken": "^8.5.1", "lodash-es": "^4.17.15", "mongoose": "^5.10.11", diff --git a/yarn.lock b/yarn.lock index 9bbcf6f..c55687e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2206,10 +2206,10 @@ interpret@^2.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== -ioredis@^4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.19.0.tgz#1ab3b36362cb3e805c4dbe90fbb7061182f94b63" - integrity sha512-7NIkLtpDQ/6WkEircBljnYz/E+kDQcwCJspfR504/tzyXJJQcHaSofMP6G0nuuLfDpOVnpS0AEwDrNIbW38HGg== +ioredis@^4.19.1: + version "4.19.1" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.19.1.tgz#7e2d32d37a3b8703b88263a35fed4ff6a3797b4f" + integrity sha512-3oRPAdmyEkjPaaEaMWDuR085E5AqhcwG7lObcB3BOzWXk9KuxTu5kVRMQcEHgMf7YnPvppMule6ncqQR7uw/SA== dependencies: cluster-key-slot "^1.1.0" debug "^4.1.1"