From 383d09e74a01e2c9bf91c3de7f43a677a8d36be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:31:56 +0000 Subject: [PATCH] Bump eslint in /examples/webpack2-gulp-react-flux-babel-karma Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 7.11.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/v2.13.1...v7.11.0) Signed-off-by: dependabot[bot] --- examples/webpack2-gulp-react-flux-babel-karma/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webpack2-gulp-react-flux-babel-karma/package.json b/examples/webpack2-gulp-react-flux-babel-karma/package.json index 7b3f1f032..868879db0 100644 --- a/examples/webpack2-gulp-react-flux-babel-karma/package.json +++ b/examples/webpack2-gulp-react-flux-babel-karma/package.json @@ -40,7 +40,7 @@ "babel-preset-es2016": "^6.16.0", "babel-preset-react": "^6.0.0", "del": "^2.0.2", - "eslint": "^2.0.0", + "eslint": "^7.11.0", "express": "^4.13.3", "glob": "^7.0.0", "gulp": "^3.9.0",