From 05bb97c5d0b098ce343c0ce7d271c86f55efc475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:13:06 +0000 Subject: [PATCH] build(deps): bump redis from 3.0.2 to 3.1.1 in /capitulo_5/5.5.3 Bumps [redis](https://github.com/redis/node-redis) from 3.0.2 to 3.1.1. - [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.0.2...v3.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capitulo_5/5.5.3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capitulo_5/5.5.3/package.json b/capitulo_5/5.5.3/package.json index d4051e5..d43d53a 100644 --- a/capitulo_5/5.5.3/package.json +++ b/capitulo_5/5.5.3/package.json @@ -20,6 +20,6 @@ "dnscache": "^1.0.2", "express": "^4.17.1", "pg": "8.5.1", - "redis": "3.0.2" + "redis": "3.1.1" } }