From 8c20fdad9f67674a3e5ead374e10458b00ea8d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 18:24:08 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.1.0 to 5.2.0 in /install Bumps [ioredis](https://github.com/luin/ioredis) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 3183d45ebe..72a6d63bf5 100644 --- a/install/package.json +++ b/install/package.json @@ -111,7 +111,7 @@ "postcss": "8.4.14", "postcss-clean": "1.2.0", "prompt": "1.3.0", - "ioredis": "5.1.0", + "ioredis": "5.2.0", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",