From 66a35490b4b4f10bb48035f9e44d3e3b415fd463 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:48:21 -0400 Subject: [PATCH] fix(deps): update dependency ioredis to v5.4.1 (#12520) 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 cabf00dcbb..1787833057 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.4.0", + "ioredis": "5.4.1", "rimraf": "5.0.5", "rss": "1.2.2", "rtlcss": "4.1.1",