From e08c5ec26f88cdc58a9076c77cdfa11fcdcb4450 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Aug 2021 23:07:22 +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 1413723..10ec9c4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "collections": "^5.0.4", "guid": "^0.0.12", - "ioredis": "^1.15.1", + "ioredis": "^4.27.8", "node-uuid": "^1.4.7", "rxjs": "^5.0.0-beta.9" },