From 379aa14e181250e355dd7cd29f941959a7b28592 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Sun, 12 Feb 2023 18:18:02 +0000 Subject: [PATCH] Bump ioredis from 5.3.0 to 5.3.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 97e4425..7491d07 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "fastify-metrics": "^10.0.3", "fastify-plugin": "^4.5.0", "http-errors": "^2.0.0", - "ioredis": "^5.3.0", + "ioredis": "^5.3.1", "js-yaml": "^4.0.0", "lightship": "^7.1.1" }, diff --git a/yarn.lock b/yarn.lock index e55a289..87037d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1762,10 +1762,10 @@ ioredis-mock@^8.2.3: fengari "^0.1.4" fengari-interop "^0.1.3" -ioredis@^5.0.0, ioredis@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.0.tgz#b5469f0fd374648ef074840c00c1d8eed42fca3f" - integrity sha512-Id9jKHhsILuIZpHc61QkagfVdUj2Rag5GzG1TGEvRNeM7dtTOjICgjC+tvqYxi//PuX2wjQ+Xjva2ONBuf92Pw== +ioredis@^5.0.0, ioredis@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.1.tgz#55d394a51258cee3af9e96c21c863b1a97bf951f" + integrity sha512-C+IBcMysM6v52pTLItYMeV4Hz7uriGtoJdz7SSBDX6u+zwSYGirLdQh3L7t/OItWITcw3gTFMjJReYUwS4zihg== dependencies: "@ioredis/commands" "^1.1.1" cluster-key-slot "^1.1.0" -- GitLab