From 0d744d30f200899245cc3f20cbb249e24becd578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 11:25:05 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.0.3 (#10446) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 5f6d37883a..6fcc82113b 100644 --- a/install/package.json +++ b/install/package.json @@ -109,7 +109,7 @@ "postcss": "8.4.12", "postcss-clean": "1.2.0", "prompt": "1.2.2", - "ioredis": "5.0.2", + "ioredis": "5.0.3", "request": "2.88.2", "request-promise-native": "1.0.9", "requirejs": "2.3.6",