From 5ff58c7fa5b19ce0c8e28c62652f90da2cafb4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 04:24:41 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 2.13.1 to 6.5.1 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 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/v2.13.1...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 73afe63..b1f6fa9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "debug": "2", - "eslint": "2", + "eslint": "6", "jmp": "2", "jsdoc": "3", "mocha": "3",