From aa8fc083c8e38cc3eabe444f217a2a2ea5d11f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 05:06:55 +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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3084a254..2df9ea05 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "bootstrap": "^4.0.0-alpha.5", "electron": "^2.0.1", - "eslint": "^3.10.2", + "eslint": "^6.7.2", "eslint-plugin-google-camelcase": "0.0.1", "eslint-plugin-one-variable-per-var": "0.0.1", "eslint-plugin-optional-comma-spacing": "0.0.3",