From b96f532bb7d83e9b68c0fcdae33c118b6d30cdc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:04:55 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.6.0 (#13246) 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 2149cae169..ff74dd7a47 100644 --- a/install/package.json +++ b/install/package.json @@ -124,7 +124,7 @@ "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", - "ioredis": "5.5.0", + "ioredis": "5.6.0", "rimraf": "5.0.10", "rss": "1.2.2", "rtlcss": "4.3.0",