From f9c9ac9c70c6b529b72f8bfea6c0b21c482e0fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 12:59:00 -0400 Subject: [PATCH] chore(deps): bump ioredis from 5.0.4 to 5.0.5 in /install (#10637) Bumps [ioredis](https://github.com/luin/ioredis) from 5.0.4 to 5.0.5. - [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.0.4...v5.0.5) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 60cf8ba617..7a7c4ab671 100644 --- a/install/package.json +++ b/install/package.json @@ -111,7 +111,7 @@ "postcss": "8.4.13", "postcss-clean": "1.2.0", "prompt": "1.3.0", - "ioredis": "5.0.4", + "ioredis": "5.0.5", "request": "2.88.2", "request-promise-native": "1.0.9", "rimraf": "3.0.2",