From 7cec9d21c6268c39f1f70bc7f99ce96cb2e3459f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:02:28 +0000 Subject: [PATCH] Bump ioredis from 4.30.1 to 5.8.2 Bumps [ioredis](https://github.com/luin/ioredis) from 4.30.1 to 5.8.2. - [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.2) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.8.2 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..0b30983 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.2", "nodemon": "^2.0.15", "prettier": "^2.5.1", "typescript": "~4.6.2"