From 8124f6ed886d818a7971c8fd87848be774db010b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 14:14:19 +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 776785d..8047f0c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "devDependencies": { "ava": "^0.18.1", - "eslint": "^3.17.0", + "eslint": "^6.6.0", "lodash.every": "^4.6.0", "lodash.isfunction": "^3.0.8", "lodash.pick": "^4.4.0",