From 6d72d691adccb3a87e52ed6d592fb33fc2125a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:34:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 2.13.1 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 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/v2.13.1...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 ea73efe..1ec0540 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-preset-es2015": "^6.6.0", - "eslint": "^2.10.2", + "eslint": "^6.6.0", "eslint-config-egg": "^2.0.0", "mocha": "^2.4.5" }