From 37e0b4d213203e0ed967c7d93f00b358cf3b2bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 18:50:42 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.5.1 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.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.5.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04bb945..c652003 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "graphics": [] }, "devDependencies": { - "eslint": "^3.14.1", + "eslint": "^6.5.1", "eslint-config-xo": "^0.17.0", "eslint-plugin-html": "^1.7.0" }