From 10696cf64a9c2b408306d4e6f10de81067d46a8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 05:58:18 +0000 Subject: [PATCH] build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend Bumps [ioredis](https://github.com/luin/ioredis) from 4.16.0 to 4.16.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.16.0...v4.16.1) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 28a5a2795..839decd69 100644 --- a/backend/package.json +++ b/backend/package.json @@ -65,7 +65,7 @@ "graphql-shield": "~7.2.2", "graphql-tag": "~2.10.3", "helmet": "~3.22.0", - "ioredis": "^4.16.0", + "ioredis": "^4.16.1", "jsonwebtoken": "~8.5.1", "linkifyjs": "~2.1.8", "lodash": "~4.17.14", diff --git a/backend/yarn.lock b/backend/yarn.lock index 26543a002..d5b84d2a9 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -5039,10 +5039,10 @@ invariant@^2.2.2, invariant@^2.2.4: dependencies: loose-envify "^1.0.0" -ioredis@^4.16.0, ioredis@^4.6.3: - version "4.16.0" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.16.0.tgz#44d51288e20da14e5b6f687b2db0312e69106556" - integrity sha512-tlalhtuvnxXJNtrPjec1nGicuOCpi9ErYV/fRfwaWSzktX9ESrzHlcFwj1pVAL326E8dmt7h9pPQZyyVPPksRA== +ioredis@^4.16.1, ioredis@^4.6.3: + version "4.16.1" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.16.1.tgz#377c21d2a4fa8cc31fe9028c666f8dd16a6255bf" + integrity sha512-g76Mm9dE7BLuewncu1MimGZw5gDDjDwjoRony/VoSxSJEKAhuYncDEwYKYjtHi2NWsTNIB6XXRjE64uVa/wpKQ== dependencies: cluster-key-slot "^1.1.0" debug "^4.1.1"