From f3e3189de086ed4bc6b1303a265985af61cd165b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 10:13:16 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.21.4 to 7.21.5 in /packages/webapp Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.4 to 7.21.5. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.4...v7.21.5) 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 143beb14..24760a3b 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -41,7 +41,7 @@ "eslint": "7.12.0", "eslint-config-prettier": "6.14.0", "eslint-plugin-cypress": "2.11.2", - "eslint-plugin-react": "7.21.4", + "eslint-plugin-react": "7.21.5", "husky": "4.3.0", "lint-staged": "10.4.2", "prettier": "2.1.2"