From ba16954c55d61eeaa73e399eb42a7d695abfce1f Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Sat, 25 Jun 2022 17:12:34 +0000 Subject: [PATCH] Bump ioredis from 5.0.6 to 5.1.0 Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.6 to 5.1.0. - [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.6...v5.1.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1dcd883..8325e23 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express": "^4.18.1", "helmet": "^5.1.0", "http-errors": "^2.0.0", - "ioredis": "^5.0.6", + "ioredis": "^5.1.0", "js-yaml": "^4.0.0", "node-fetch": "^3.1.0", "swagger-ui-express": "^4.1.6" diff --git a/yarn.lock b/yarn.lock index 1ecc17f..69631cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1822,10 +1822,10 @@ ioredis@^4.28.5: redis-parser "^3.0.0" standard-as-callback "^2.1.0" -ioredis@^5.0.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.6.tgz#e50b8cc945f1f3ac932b0b8aab4bd8073d1402a9" - integrity sha512-KUm7wPzIet9QrFMoMm09/4bkfVKBUD9KXwBitP3hrNkZ+A6NBndweXGwYIB/7szHcTZgfo7Kvx88SxljJV4D9A== +ioredis@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.1.0.tgz#17bc0bc40f164ef26910ca6e56981c2a9bfdf57e" + integrity sha512-HYHnvwxFwefeUBj0hZFejLvd8Q/YNAfnZlZG/hSRxkRhXMs1H8soMEVccHd1WlLrKkynorXBsAtqDGskOdAfVQ== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0" -- GitLab