From 5ccb5a8cdc8f35e8f137cd47dbe1f78f80258b60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jul 2018 06:36:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1413723..3075e65 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": "^2.0.0", "node-uuid": "^1.4.7", "rxjs": "^5.0.0-beta.9" },