From 68e4bbc04044bc0242ca4f5507d07cbaf169e0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 08:36:35 +0000 Subject: [PATCH] chore(deps): bump redis from 3.1.2 to 4.1.1 in /images/socketio Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.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.1.2...redis@4.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- images/socketio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/socketio/package.json b/images/socketio/package.json index 04539034..60019517 100644 --- a/images/socketio/package.json +++ b/images/socketio/package.json @@ -6,7 +6,7 @@ "license": "MIT", "dependencies": { "express": "^4.17.1", - "redis": "^3.1.1", + "redis": "^4.1.1", "socket.io": "^2.4.0", "superagent": "^5.1.0" }