From 9cc28502b5d75f61af2d72e0d18b9886b940d301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:48:39 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.6.0 in /compiler Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.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/v3.19.0...v6.6.0) Signed-off-by: dependabot[bot] --- compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/package.json b/compiler/package.json index 6554219..b85d5f3 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -25,7 +25,7 @@ "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.11.1", "browser-sync": "^2.13.0", - "eslint": "^3.17.1", + "eslint": "^6.6.0", "gulp": "^3.9.1", "gulp-notify": "^2.2.0", "gulp-sass": "^2.3.2",