From ccc4058182ac43d0d5c70f27a0e8b43fe8aac70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 01:37:29 +0000 Subject: [PATCH] chore(deps): bump ioredis from 4.28.0 to 4.28.4 in /install Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.0 to 4.28.4. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.28.0...v4.28.4) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... 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 6007a4b11f53..4069b7580c73 100644 --- a/install/package.json +++ b/install/package.json @@ -108,7 +108,7 @@ "postcss": "8.3.11", "postcss-clean": "1.2.0", "prompt": "^1.1.0", - "ioredis": "4.28.0", + "ioredis": "4.28.4", "request": "2.88.2", "request-promise-native": "^1.0.9", "requirejs": "2.3.6",