From 1fd437c84355e187594460e4d62434eb9fc88ffb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 16:07:37 +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 82aa00b6a..215438a35 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "url": "https://github.com/feross/standard/issues" }, "dependencies": { - "eslint": "~3.10.2", + "eslint": "~4.0.0", "eslint-config-standard": "6.2.1", "eslint-config-standard-jsx": "3.2.0", "eslint-plugin-promise": "~3.4.0",