From 56ee1e740cd98b625b0b8e3c11d96935c1689dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:13:26 +0000 Subject: [PATCH] Bump redis from 3.1.2 to 4.3.0 Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.3.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@4.3.0) --- updated-dependencies: - dependency-name: redis 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 84ba72c..d4bd1c0 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "dependencies": { "express": "^4.16.3", - "redis": "^3.0.2" + "redis": "^4.3.0" } }