From 888d47253c20d10b034acc6312bfae2f97924899 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 3 Jun 2022 20:07:57 +0000
Subject: [PATCH] chore(deps): bump ioredis from 5.0.5 to 5.0.6 (#8029)

Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.0.5...v5.0.6)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index d0ff8850e1..b5c4c5be7a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
         "got": "^12.1.0",
         "graphql": "^15.6.1",
         "graphql-tag": "^2.12.6",
-        "ioredis": "5.0.5",
+        "ioredis": "5.0.6",
         "joi": "17.6.0",
         "joi-extension-semver": "5.0.0",
         "js-yaml": "^4.1.0",
@@ -17282,9 +17282,9 @@
       }
     },
     "node_modules/ioredis": {
-      "version": "5.0.5",
-      "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.5.tgz",
-      "integrity": "sha512-H+u9YB/cBckDO5lt5+S34gGN1EuIBjjaXk31LivQWfX3G1cqZPYCiwF9qCOkqK2NsKVk+saoUN+fLBz5tc2gFw==",
+      "version": "5.0.6",
+      "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.6.tgz",
+      "integrity": "sha512-KUm7wPzIet9QrFMoMm09/4bkfVKBUD9KXwBitP3hrNkZ+A6NBndweXGwYIB/7szHcTZgfo7Kvx88SxljJV4D9A==",
       "dependencies": {
         "@ioredis/commands": "^1.1.1",
         "cluster-key-slot": "^1.1.0",
@@ -43535,9 +43535,9 @@
       }
     },
     "ioredis": {
-      "version": "5.0.5",
-      "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.5.tgz",
-      "integrity": "sha512-H+u9YB/cBckDO5lt5+S34gGN1EuIBjjaXk31LivQWfX3G1cqZPYCiwF9qCOkqK2NsKVk+saoUN+fLBz5tc2gFw==",
+      "version": "5.0.6",
+      "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.0.6.tgz",
+      "integrity": "sha512-KUm7wPzIet9QrFMoMm09/4bkfVKBUD9KXwBitP3hrNkZ+A6NBndweXGwYIB/7szHcTZgfo7Kvx88SxljJV4D9A==",
       "requires": {
         "@ioredis/commands": "^1.1.1",
         "cluster-key-slot": "^1.1.0",
diff --git a/package.json b/package.json
index 9530dbb7a3..8603e3f816 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
     "got": "^12.1.0",
     "graphql": "^15.6.1",
     "graphql-tag": "^2.12.6",
-    "ioredis": "5.0.5",
+    "ioredis": "5.0.6",
     "joi": "17.6.0",
     "joi-extension-semver": "5.0.0",
     "js-yaml": "^4.1.0",
-- 
GitLab