From d0f88e3e8ef35b1b00866c94988232c7e666391c Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Wed, 8 Jun 2022 14:29:43 +0000 Subject: [PATCH] Bump ioredis from 5.0.4 to 5.0.6 Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.4 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.4...v5.0.6) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 70b4a4f..cf798af 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express": "^4.18.1", "helmet": "^5.0.1", "http-errors": "^2.0.0", - "ioredis": "^5.0.4", + "ioredis": "^5.0.6", "js-yaml": "^4.0.0", "node-fetch": "^3.1.0", "sinon": "^13.0.1", diff --git a/yarn.lock b/yarn.lock index b4b3669..27ce4b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1746,10 +1746,10 @@ ioredis@^4.28.5: redis-parser "^3.0.0" standard-as-callback "^2.1.0" -ioredis@^5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.0.4.tgz#0d4abfd818adfc5ef5029fddac4b8f503a1433b7" - integrity sha512-qFJw3MnPNsJF1lcIOP3vztbsasOXK3nDdNAgjQj7t7/Bn/w10PGchTOpqylQNxjzPbLoYDu34LjeJtSWiKBntQ== +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== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0" -- GitLab