From b59bf2c8283806375f6dad9ec73abd7ffdb57e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:07:32 +0000 Subject: [PATCH] Bump eslint in /framework/webpack/webpack-in-action/examples/simple Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.19.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/v3.19.0...v4.19.1) Signed-off-by: dependabot[bot] --- .../webpack/webpack-in-action/examples/simple/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/webpack/webpack-in-action/examples/simple/package.json b/framework/webpack/webpack-in-action/examples/simple/package.json index c104288..73e25ef 100644 --- a/framework/webpack/webpack-in-action/examples/simple/package.json +++ b/framework/webpack/webpack-in-action/examples/simple/package.json @@ -14,7 +14,7 @@ "babel-loader": "^6.2.7", "babel-preset-latest": "^6.16.0", "css-loader": "^0.26.0", - "eslint": "^3.11.1", + "eslint": "^4.19.1", "eslint-config-enough": "^0.2.2", "eslint-loader": "^1.6.1", "file-loader": "^0.9.0",