From 5bafab79e1c442b18d9bcccc55a172a047b09fae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 21:02:04 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.0.6 (#10668) 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 88341c6ca3..bdab97ece3 100644 --- a/install/package.json +++ b/install/package.json @@ -111,7 +111,7 @@ "postcss": "8.4.14", "postcss-clean": "1.2.0", "prompt": "1.3.0", - "ioredis": "5.0.5", + "ioredis": "5.0.6", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",