From f0b52ec51a501340b3387a5aefb82c8d14bc6cbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:20:08 +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 e59fc7148..1a5152c40 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "eslint": "^3.10.0", + "eslint": "^4.0.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-plugin-import": "^2.2.0" },