From b9746f6d2c3dc69b869847c623321d9bd3c5dac8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 16:06:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1bf27f2..a944c2d9 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.0.0", "eslint-config-xo": "^0.17.0", "eslint-formatter-pretty": "^1.0.0", "eslint-plugin-ava": "^3.1.0",