From 37ed138af5e11b1b00fddb661044c2b904f64bc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 17:21:30 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.36.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.36.0. 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..eea11ce3939f1 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.36.0", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {