From 5e375e4af52dffe64106d5ac3da472002bbc3c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:49:07 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.2.3 (#10861) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index e5ed4b442b..adb435014f 100644 --- a/install/package.json +++ b/install/package.json @@ -112,7 +112,7 @@ "postcss": "8.4.16", "postcss-clean": "1.2.0", "prompt": "1.3.0", - "ioredis": "5.2.2", + "ioredis": "5.2.3", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",