From 8b7cea4ccdcc546ba1f36e7e88614ad5e722e206 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 20:11:16 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.37.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.37.1. 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..8dde5d543f024 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.37.1", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {