From cae0b41c4f78dca3255d61e10a4f3117c15dd23e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 18:10:47 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.35.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.35.2. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/d45feb3a-687a-4234-bb6a-e7001cbc185d?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../with-tailwind/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwind/packages/eslint-config-custom/package.json b/examples/with-tailwind/packages/eslint-config-custom/package.json index 17574f3c58edb..8bc0dea52878b 100644 --- a/examples/with-tailwind/packages/eslint-config-custom/package.json +++ b/examples/with-tailwind/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.28.0", + "eslint-plugin-react": "7.35.2", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {