From 2d72749ef451b25564fa5a7c070a2985aa4cc5de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 05:00:45 +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 9d565ca..59918b9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "passport": "^0.3.2", "passport-anonymous": "^1.0.1", "passport-http": "^0.3.0", - "redis": "^2.5.2", + "redis": "^3.1.1", "request": "^2.69.0", "simple-service-registry": "0.1.1" },