diff --git a/package.json b/package.json index 09d506cbc..6f782cd11 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "https-proxy-agent": "5.0.1", "iconv-lite": "0.6.3", "instagram-private-api": "1.45.3", - "ioredis": "5.0.6", + "ioredis": "5.1.0", "ip-regex": "4.3.0", "is-localhost-ip": "1.4.0", "jsdom": "20.0.0", diff --git a/yarn.lock b/yarn.lock index 07591a969..3d0a172db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7620,10 +7620,10 @@ interpret@^1.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== -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"