From b7fedd2b082a4e6566f8630937e14b22cb710261 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jan 2021 03:15:37 +0000 Subject: [PATCH] fix: upgrade eslint from 6.6.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.6.0 to 6.8.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/aahutsal/project/c1c6905a-e983-488e-a0b0-5ec4a88956bf?utm_source=github&utm_medium=upgrade-pr --- examples/cra-ejected-babel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cra-ejected-babel/package.json b/examples/cra-ejected-babel/package.json index 9f513a3..41d0b40 100644 --- a/examples/cra-ejected-babel/package.json +++ b/examples/cra-ejected-babel/package.json @@ -21,7 +21,7 @@ "css-loader": "3.6.0", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", - "eslint": "~6.6.0", + "eslint": "~6.8.0", "eslint-config-react-app": "~5.2.1", "eslint-loader": "3.0.3", "eslint-plugin-flowtype": "4.6.0",