From ebb1e8ecfbd6b0cbf28fca9856865201f13e128d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2019 00:33:22 +0000 Subject: [PATCH] fix: upgrade eslint from 5.6.0 to 5.16.0 Snyk has created this PR to upgrade eslint from 5.6.0 to 5.16.0. See this package in NPM: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/jakeherp/project/485a82ae-68c1-471a-8e81-3cbfd9a0f534?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08eb5a9..1f82cc6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "css-loader": "1.0.0", "dotenv": "6.0.0", "dotenv-expand": "4.2.0", - "eslint": "5.6.0", + "eslint": "5.16.0", "eslint-config-react-app": "^3.0.6", "eslint-loader": "2.1.1", "eslint-plugin-flowtype": "2.50.1",