From d700487bad53f68e79411f4f1f35e655b14590cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Dec 2018 01:41:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mem:20180117 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 097dbc6..7ea61cb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "bluebird": "^3.5.0", - "eclint": "^2.0.1", + "eclint": "^2.4.0", "glob": "^7.1.1", "isbinaryfile": "^3.0.2", "sha.js": "^2.4.8",