From 95a31c7a7dd6b35bee8cf9ac8fd45ee60fbdc685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:16:22 +0000 Subject: [PATCH] Bump ioredis from 4.30.0 to 5.7.0 Bumps [ioredis](https://github.com/luin/ioredis) from 4.30.0 to 5.7.0. - [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.0...v5.7.0) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.7.0 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..a82ce08 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.7.0", "nodemon": "^2.0.15", "prettier": "^2.5.1", "typescript": "~4.6.2"