From 7339dd908972328a0a1325305171ef84d4a90760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:35:12 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.23.0 to 7.23.2 in /packages/webapp Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.0 to 7.23.2. - [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.23.0...v7.23.2) 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 c920b110..2e9261af 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -40,7 +40,7 @@ "eslint": "7.22.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "2.11.2", - "eslint-plugin-react": "7.23.0", + "eslint-plugin-react": "7.23.2", "husky": "4.3.8", "lint-staged": "10.5.4", "prettier": "2.2.1"