From 91cbfdfcfcd5fe5dbb0b93daf1c7f2065fcecdae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:02:55 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.10.1 to 5.11.0 in /apps/api Bumps [ioredis](https://github.com/luin/ioredis) from 5.10.1 to 5.11.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/v5.10.1...v5.11.0) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/package.json b/apps/api/package.json index b0049c6..8b19cb8 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -29,7 +29,7 @@ "better-auth": "^1.2.7", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", - "ioredis": "^5.4.2", + "ioredis": "^5.11.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "stripe": "^20.4.0"