From 5b8ce5c9f4aa65494617a27f41968b63b4ba9e11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 06:50:47 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.7.1 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.7.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/v3.19.0...v6.7.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13ac41a..566981f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "chai": "^4.0.0", "coveralls": "^2.13.1", - "eslint": "^3.19.0", + "eslint": "^6.7.1", "eslint-plugin-node": "^4.2.2", "istanbul": "^0.4.5", "mocha": "^3.4.2",