From 99df7da4bfe69a3c0b64f8e9f6c2d3da2bbfcb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:23:18 +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 e4003864..e7c9546f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-preset-es2015": "^6.18.0", "commander": "^2.11.0", "coveralls": "^2.11.15", - "eslint": "^3.13.1", + "eslint": "^6.6.0", "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-import": "^2.2.0", "expect": "^1.20.2",