From f51c33c22d7d26b722c54db9926a79b7ec84d2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:05:34 +0000 Subject: [PATCH] chore(deps): 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 ce9703b1..244533b5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "multer": "^1.4.4", "mysql2": "^2.2.5", "pg": "^8.5.1", - "redis": "^3.0.2", + "redis": "^4.3.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.2",