From 1e1a89c5120e30261e8175d149d78fdd4f3bf409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 19:45:43 +0000 Subject: [PATCH] Bump eslint from 2.13.1 to 6.5.1 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.5.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/v2.13.1...v6.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42b91ce..2cd8873 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-plugin-transform-flow-strip-types": "^6.7.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-2": "^6.5.0", - "eslint": "^2.7.0", + "eslint": "^6.5.1", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-flow-vars": "^0.3.0", "expect": "^1.16.0",