From d13200eb9d04aa0b94e369c10d2e603d573c9ef6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 16:47:08 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.1 to 7.35.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.1 to 7.35.1. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/7e076fce-cdb0-46c6-bfda-8a6931944005?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/design-system/packages/eslint-config-acme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/design-system/packages/eslint-config-acme/package.json b/examples/design-system/packages/eslint-config-acme/package.json index 4c34911be4a9e..947237f789649 100644 --- a/examples/design-system/packages/eslint-config-acme/package.json +++ b/examples/design-system/packages/eslint-config-acme/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint-config-next": "latest", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.33.1", + "eslint-plugin-react": "7.35.1", "eslint-config-turbo": "latest" }, "publishConfig": {