From 86f644a2be61a04fb02ed3042832e042f23da8da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 03:17:39 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 7.20.0 to 7.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.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.20.0...v7.21.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 a5de11e104..f1473ee765 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chai-as-promised": "~7.1.1", "concurrently": "~6.0.0", "cross-env": "~7.0.0", - "eslint": "7.20.0", + "eslint": "7.21.0", "eslint-config-prettier": "7.2.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-prettier": "3.3.1",