From ba476e6e8dbacc08a410e847111613b73c7347fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:57:36 +0000 Subject: [PATCH] chore(deps): bump redis from 4.7.1 to 5.5.6 in /backend Bumps [redis](https://github.com/redis/node-redis) from 4.7.1 to 5.5.6. - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/redis@4.7.1...redis@5.5.6) --- updated-dependencies: - dependency-name: redis dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index a085d6db..b504f87c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -29,7 +29,7 @@ "multer": "^1.4.5-lts.1", "nanoid": "^5.1.2", "nodemailer": "^6.10.0", - "redis": "^4.7.0", + "redis": "^5.5.6", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.3", "zod": "^3.24.2"