From fdc35acc4ab130980d92fdb2f48630481d8da414 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Mar 2018 08:09:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:eslint:20180222 Latest report for admindevelopment/xo: https://snyk.io/test/github/admindevelopment/xo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1bf27f2..9ab7b283 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "arrify": "^1.0.0", "debug": "^2.2.0", "deep-assign": "^1.0.0", - "eslint": "^3.6.0", + "eslint": "^4.18.2", "eslint-config-xo": "^0.17.0", "eslint-formatter-pretty": "^1.0.0", "eslint-plugin-ava": "^3.1.0",