From 5a9723cc1590d17712a96d54d9b3e40eea7ec87a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 23:03: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 54cf53e..d97b6a5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "express-pino-logger": "^4.0.0", "pg": "^7.8.1", "pino": "^5.11.1", - "redis": "^2.8.0", + "redis": "^3.1.1", "request": "^2.88.0", "workload": "^2.4.3" },