From 1e258a5980249f64bf46b65ed429bf1c88b07cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 29 Mar 2019 16:36:53 +0000 Subject: [PATCH] Update eslint requirement from 5.15.2 to 5.15.3 Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [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/v5.15.2...v5.15.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e001ca0..f2cbe7e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "babel-loader": "8.0.5", "babel-plugin-add-module-exports": "1.0.0", "codacy-coverage": "3.4.0", - "eslint": "5.15.2", + "eslint": "5.15.3", "eslint-loader": "2.1.2", "eslint-plugin-babel": "5.3.0", "jest": "24.5.0",