From 99ea6fa4f81e3c01c3e4baa9d6628c944937136f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:07:36 +0000 Subject: [PATCH] Bump eslint in /framework/webpack/webpack-in-action/examples/advanced 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/advanced/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/webpack/webpack-in-action/examples/advanced/package.json b/framework/webpack/webpack-in-action/examples/advanced/package.json index 5c99788..b6c56f5 100644 --- a/framework/webpack/webpack-in-action/examples/advanced/package.json +++ b/framework/webpack/webpack-in-action/examples/advanced/package.json @@ -18,7 +18,7 @@ "babel-preset-latest": "^6.16.0", "babel-preset-stage-2": "^6.18.0", "css-loader": "^0.26.1", - "eslint": "^3.12.2", + "eslint": "^4.19.1", "eslint-config-enough": "^0.2.2", "eslint-loader": "^1.6.1", "file-loader": "^0.9.0",