From 9ea90907973bd176e99c4cf256d2d5a9f0671ed6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 15:20:14 +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/sammytezzy/project/315eff47-f6c6-47d6-9858-ac7ec26cc136?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-pnpm/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-pnpm/packages/eslint-config-custom/package.json b/examples/with-pnpm/packages/eslint-config-custom/package.json index 9d725ffe18769..0bd9d2157a14c 100644 --- a/examples/with-pnpm/packages/eslint-config-custom/package.json +++ b/examples/with-pnpm/packages/eslint-config-custom/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint-config-next": "^12.0.8", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.28.0", + "eslint-plugin-react": "7.36.0", "eslint-config-turbo": "latest" }, "devDependencies": {