From 02a3eced46481f08c7304a82d995d722c1780563 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 02:25:16 +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 f99dd19..23b8e1c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "express-rate-limit": "^5.0.0", "ip": "^1.1.5", "ping": "^0.2.2", - "redis": "^2.8.0", + "redis": "^3.1.1", "request": "^2.88.0", "systeminformation": "^5.6.4", "uuid": "^3.3.2",