From b958e66aab518596a0e61503cb5c4898cb305268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 04:43:34 +0000 Subject: [PATCH] Bump eslint from 0.24.1 to 7.4.0 Bumps [eslint](https://github.com/eslint/eslint) from 0.24.1 to 7.4.0. - [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/v0.24.1...v7.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c113fde..2ed45a2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "babel-eslint": "^3.1.23", "babelify": "^6.1.3", - "eslint": "^0.24.1", + "eslint": "^7.4.0", "eslint-plugin-react": "^3.0.0", "gulp": "^3.8.8", "gulp-eslint": "^0.15.0",