From cc08bb0a855021abc93b6688bb215c7ed0819d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:02:30 +0000 Subject: [PATCH] chore(deps): bump redis from 3.1.2 to 4.6.4 Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.6.4. - [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.6.4) --- 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 7a1124d2..1354909d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "mongoose": "^6.6.5", "mysql2": "^2.3.3", "pg": "^8.8.0", - "redis": "^3.0.2", + "redis": "^4.6.4", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.7",