From 64c197a75183f81ea3004c2aa789516487cbf953 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 15:24:13 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.35.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.35.0. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/13b9ea0a-7855-4b52-96c0-5128239fb20d?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../kitchen-sink/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kitchen-sink/packages/eslint-config-custom/package.json b/examples/kitchen-sink/packages/eslint-config-custom/package.json index 14da8dea49408..b4490c5e71d73 100644 --- a/examples/kitchen-sink/packages/eslint-config-custom/package.json +++ b/examples/kitchen-sink/packages/eslint-config-custom/package.json @@ -7,7 +7,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.0", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {