From 6e3fa4985d83544e07aca993c0039276822d8db4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 16:53:30 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.1 to 7.35.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.1 to 7.35.0. 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..e1405837a4d26 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.0", "eslint-config-turbo": "latest" }, "publishConfig": {