From ae86b42bb89a15e08b9327c5e75c5da46b7c2fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:01:11 +0000 Subject: [PATCH] Bump ioredis from 4.28.5 to 5.2.5 Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.2.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/v4.28.5...v5.2.5) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d24746..979729d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "MIT", "dependencies": { "bluebird": "^3.5.0", - "ioredis": "^4.17.3" + "ioredis": "^5.2.5" } }