From da0888e6110fcd0af25638fe677ca5b288075f3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:08:56 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.4.0 (#12519) 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 d2cdb2026f..cabf00dcbb 100644 --- a/install/package.json +++ b/install/package.json @@ -119,7 +119,7 @@ "postcss-clean": "1.2.0", "progress-webpack-plugin": "1.0.16", "prompt": "1.3.0", - "ioredis": "5.3.2", + "ioredis": "5.4.0", "rimraf": "5.0.5", "rss": "1.2.2", "rtlcss": "4.1.1",