From 61aa2681a53ba3fff02d5c44444b80fbc92e9a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 23:17:13 +0000 Subject: [PATCH] Bump eslint from 1.10.3 to 7.12.0 Bumps [eslint](https://github.com/eslint/eslint) from 1.10.3 to 7.12.0. - [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/v1.10.3...v7.12.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce3cf81..bd3a013 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-preset-es2015": "^6.3.13", "babel-register": "^6.3.13", "chai": "^3.2.0", - "eslint": "^1.10.3", + "eslint": "^7.12.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-filenames": "^0.2.0", "eslint-plugin-react": "^5.1.1",