From 6de0e40f9dcc66f5a0037d1c3c427546b08671c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 07:07:37 +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 8c0e273c..4ae01f12 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "openpgp": "2.5.10", "qrcode": "0.9.0", "redfour": "1.0.2", - "redis": "2.8.0", + "redis": "3.1.1", "restify": "6.0.0", "seq-index": "1.1.0", "smtp-server": "3.1.0",