From 2f9e2e48ca637d6c65ae9b2ff466afd0d9406818 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 19:20:34 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.37.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.37.2. 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..17451eeb7206f 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.37.2", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {