From 9b1ca8ec45e0d7d4f0cca3885175fd7f433259c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Apr 2019 04:56:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:eslint:20180222 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce7cabd..d12310a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "atob": "^2.0.0", "babel": "^6.0.0", "babel-eslint": "^6.0.0", - "eslint": "^2.1.0", + "eslint": "^4.18.2", "github": "^0.2.4", "lodash": "^4.17.5" }