From 650cffd7b2bb32f49a680c84ebf216db5aef3355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:59:00 +0000 Subject: [PATCH] Bump eslint from 7.10.0 to 7.11.0 in /packages/webapp Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.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.10.0...v7.11.0) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 23a15173..af877eac 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -38,7 +38,7 @@ "devDependencies": { "cypress": "5.3.0", "cypress-file-upload": "4.1.1", - "eslint": "7.10.0", + "eslint": "7.11.0", "eslint-config-prettier": "6.12.0", "eslint-plugin-cypress": "2.11.1", "eslint-plugin-react": "7.20.6",