From 2c101e5da572d45b27a7471edbc3118a0d0c8962 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 07:35:49 +0000 Subject: [PATCH] Bump eslint from 6.8.0 to 7.12.1 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.12.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.12.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21fa544..5218a49 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "babel-eslint": "^10.0.3", - "eslint": "^6.8.0", + "eslint": "^7.12.1", "eslint-plugin-react": "^7.18.3" } }