From fd47d52e0923ad58481eb19813001ecb21bf12c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:13:07 +0000 Subject: [PATCH] build(deps): bump ioredis from 4.28.5 to 5.4.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.4.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v4.28.5...v5.4.1) --- 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..2e1f921 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.4.1", "nuxt": "^2.15.6", "nuxt-fontawesome": "^0.4.0", "superagent": "^6.1.0"