From 55fa2c18be7eb7f29d5a30091f22c21665832178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:13:04 +0000 Subject: [PATCH] build(deps): bump redis from 3.0.2 to 3.1.1 in /capitulo_5/5.4 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.4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capitulo_5/5.4/package.json b/capitulo_5/5.4/package.json index 99b0de6..6655f8c 100644 --- a/capitulo_5/5.4/package.json +++ b/capitulo_5/5.4/package.json @@ -12,6 +12,6 @@ "dependencies": { "mongoist": "^2.5.3", "pg": "8.5.1", - "redis": "3.0.2" + "redis": "3.1.1" } }