From 75bd6caa6d915faf1a4e460715aa408ad787b6cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:37:24 -0500 Subject: [PATCH] fix(deps): update dependency ioredis to v5.3.1 (#11294) 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 a830d4b078..ba6de4cb4c 100644 --- a/install/package.json +++ b/install/package.json @@ -114,7 +114,7 @@ "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", - "ioredis": "5.3.0", + "ioredis": "5.3.1", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",