From a0435758d9901efda37fed780211c120dbed6128 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 06:53:18 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.2.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.2.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...v7.2.0) 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..10174a8 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": "^7.2.0", "eslint-plugin-node": "^4.2.2", "istanbul": "^0.4.5", "mocha": "^3.4.2",