From 9f818f020aaf42f7d034a723ae405bd7f592d63e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 03:21:07 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 7.6.0 to 7.7.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.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/v7.6.0...v7.7.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 1eb1719035..1f42b32544 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "chai-as-promised": "^7.1.1", "concurrently": "^5.0.0", "cross-env": "^7.0.0", - "eslint": "7.6.0", + "eslint": "7.7.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-prettier": "3.1.4",