From cf4a0c874a891809154765df42820915465c9363 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 15:00:30 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.11.1 to 7.34.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.11.1 to 7.34.0. See this package in npm: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/mjperrins/project/83889b79-fc32-45c4-8cf0-733b4bcef039?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 4e614ec..c34bd1b 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "eslint-plugin-flowtype": "2.50.1", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.1.2", - "eslint-plugin-react": "7.11.1", + "eslint-plugin-react": "7.34.0", "file-loader": "2.0.0", "fork-ts-checker-webpack-plugin-alt": "0.4.14", "fs-extra": "7.0.0",