From 5767a8d8d5460a3eb8f36fb48afd52089f529c1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 06:47:15 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.7.2 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.7.2. - [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.2) 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..8227ce2 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.2", "eslint-plugin-node": "^4.2.2", "istanbul": "^0.4.5", "mocha": "^3.4.2",