From afa3b1421e8bb375e2ce15aaabe5114bdf86f2de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 16:18:36 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.32.2 to 7.35.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.32.2 to 7.35.1. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/9c6410e4-437f-4eab-bf44-2df77fd21ddd?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/basic/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/packages/eslint-config-custom/package.json b/examples/basic/packages/eslint-config-custom/package.json index 64e3df892a30d..09d4753fb233f 100644 --- a/examples/basic/packages/eslint-config-custom/package.json +++ b/examples/basic/packages/eslint-config-custom/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint-config-next": "^13.4.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.32.2", + "eslint-plugin-react": "7.35.1", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {