From 3f792d259aa6c908966af748c55f9e8f4a13263b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 06:08:12 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.6.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81ffb7fccd..acaea85da5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "csslint": "~1", "dockerfile_lint": "~0.3.2", "elm": "~0.18", - "eslint": "~3", + "eslint": "~6", "eslint-plugin-html": "~3.2.2", "eslint-plugin-import": "~2", "eslint-plugin-markdown": "~1.0.0-beta.6",