From 70453a24e20c0fdc58ce955cd24f6194ea359122 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 08:41:53 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.34.3 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.34.3. 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..fa3641599b032 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.34.3", "eslint-config-turbo": "latest" }, "devDependencies": {