From 43f22070b470ffff448521ff6561813fcebfe3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:08:27 +0000 Subject: [PATCH] build(deps): Bump ioredis from 5.9.3 to 5.10.0 in /apps/api Bumps [ioredis](https://github.com/luin/ioredis) from 5.9.3 to 5.10.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.9.3...v5.10.0) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.10.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 66a3bf7..f396674 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -29,7 +29,7 @@ "dotenv": "^17.3.1", "drizzle-orm": "^0.45.1", "fastify": "^5.2.1", - "ioredis": "^5.9.3", + "ioredis": "^5.10.0", "livekit-server-sdk": "^2.15.0", "nodemailer": "^8.0.1", "postgres": "^3.4.8",