From f6e35a60677b76aff1f236a200ffd0f953777070 Mon Sep 17 00:00:00 2001 From: Andrei Beliayeu Date: Mon, 9 Aug 2021 17:38:27 +0300 Subject: [PATCH] chore: upgraded redis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3d4319e9..635d33aea 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "http-proxy": "^1.12.0", "http-status": "^1.4.2", "immutable": "^3.8.1", - "ioredis": "^3.2.2", + "ioredis": "^4.14.0", "js-cookie": "^2.1.3", "jsonwebtoken": "^8.3.0", "jwt-decode": "^1.5.1",