From 4ea45641865ef66939ee97b4a849a6df7afc414b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:22:31 +0000 Subject: [PATCH] Bump ioredis from 4.30.1 to 5.8.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.30.1 to 5.8.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.30.1...v5.8.1) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.8.1 dependency-type: direct:development 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 45e6d46..c6de6c1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint": "^8.10.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", - "ioredis": "^4.28.5", + "ioredis": "^5.8.1", "nodemon": "^2.0.15", "prettier": "^2.5.1", "typescript": "~4.6.2"