From 80c05cdb42e39ffc3a0142f5097d5f739d55a0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:41:29 +0000 Subject: [PATCH] build(deps): bump ioredis from 4.28.5 to 5.0.6 Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.0.6. - [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.0.6) --- 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 5c2a920..a6b0898 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "common-tags": "^1.8.0", "cors": "^2.8.5", "express": "^4.17.1", - "ioredis": "^4.27.9", + "ioredis": "^5.0.6", "jsonwebtoken": "^8.5.1", "moment": "^2.29.1", "moment-duration-format": "^2.3.2",