From d2ad5a080e3bd46e89a0f4a79aed960c7f900ae8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Aug 2021 21:15:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IOREDIS-1567196 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a18f8b28..69ce3691 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "fs-extra-promise": "^0.4.1", "human-interval": "^0.1.6", "inquirer": "^5.1.0", - "ioredis": "^3.1.4", + "ioredis": "^4.27.8", "joi": "13.0.0", "jsonata": "^1.5.2", "jsonwebtoken": "^8.2.0",