From ec19c58761283c81bfe3a26da7513ae2ba0824e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:06:17 +0000 Subject: [PATCH] Bump redis from 3.1.2 to 6.0.0 Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 6.0.0. - [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/v3.1.2...redis@6.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.0.0 dependency-type: direct:production 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 a98eedf..24c9acb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "async": "~3.2.6", "lock": "~1.1.0", "memory-cache": "~0.2.0", - "redis": "~3.1.0" + "redis": "~6.0.0" }, "description": "A cache module for node.js that uses a two-level cache (in-memory cache for recently accessed data plus Redis for distributed caching) with some extra features to avoid cache stampedes and thundering herds.", "devDependencies": {