From b1756fa8cf5fa19c230224622f391d6e6fea4fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:11:17 +0000 Subject: [PATCH] build(deps): bump ioredis from 4.28.5 to 5.3.0 Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.3.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/v4.28.5...v5.3.0) --- 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 d56990d..457b932 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cors": "^2.8.5", "cross-env": "^7.0.3", "express": "^4.16.4", - "ioredis": "^4.27.2", + "ioredis": "^5.3.0", "nuxt": "^2.15.6", "nuxt-fontawesome": "^0.4.0", "superagent": "^6.1.0"