From cddb562c1c4faf7f5951f5497373c1d91a435e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 20:08:17 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 4.19.1 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.19.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...v4.19.1) Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb682ff..778e561 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "babel-eslint": "^7.2.2", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-3": "^6.11.0", - "eslint": "^3.19.0", + "eslint": "^4.19.1", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-mocha": "^4.0.0", "mocha": "^2.5.3" @@ -43,6 +43,6 @@ "babel-preset-env": "^1.6.1", "eslint-plugin-mocha": "^4.0.0", "eslint-plugin-babel": "^4.1.1", - "eslint": "^3.19.0" + "eslint": "^4.19.1" } }