From 3749351451eedb288ca3d3b7276c2377e6a5770b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:53:32 -0500 Subject: [PATCH] fix(deps): update dependency ioredis to v5.3.0 (#11224) 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 f0ca172930..87040b5f0a 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.2.6", + "ioredis": "5.3.0", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",