From 768234a9c3300dd5c99795981b2b2ba98c5835a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:24:48 +0000 Subject: [PATCH] Bump eslint from 7.11.0 to 7.12.0 in /packages/webapp Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.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.11.0...v7.12.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 714cc41f..3ba2cfcc 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -38,7 +38,7 @@ "devDependencies": { "cypress": "5.4.0", "cypress-file-upload": "4.1.1", - "eslint": "7.11.0", + "eslint": "7.12.0", "eslint-config-prettier": "6.13.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-react": "7.21.4",