From 78b8e1d08f15908675f83be7af0cd8f379572618 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 15:04:55 +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/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..ec0c6b121d509 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.36.0", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {