From 9c8d8d7f821c3edb66c6b5f5922f21682cdabcdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 23:56:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REDIS-1255645 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67e924e..96450c1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "bcrypt": "^2.0.1", "mongoose": "^5.0.17", - "redis": "^2.8.0", + "redis": "^3.1.1", "roli": "^0.2.1", "uws": "^9.148.0" },