From 6c613c63c8053627c12aa08b109a129ef61a9244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 07:16:13 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.10.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.10.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/v3.19.0...v7.10.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 24f02ab..868240f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "babel-eslint": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.9.0", - "eslint": "^3.16.1", + "eslint": "^7.10.0", "eslint-config-airbnb-base": "^11.1.0", "eslint-plugin-import": "^2.2.0", "istanbul": "^0.4.5",