From 11d99ba7a12cf148cb244729eaada808abb91872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 18:11:00 +0000 Subject: [PATCH] chore(deps): bump eslint from 5.16.0 to 7.9.0 Bumps [eslint](https://github.com/eslint/eslint) from 5.16.0 to 7.9.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/v5.16.0...v7.9.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a3d07..5f36585 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "watch": "lerna run watch --parallel" }, "dependencies": { - "eslint": "5.16.0", + "eslint": "7.9.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-typescript": "0.14.0", "lerna": "3.20.2",