From 2b96ff267179e58035360f727966ceb210f9d2df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 19:56:08 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.1 to 7.37.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.1 to 7.37.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..831701c3166db 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.37.1", "eslint-config-turbo": "latest" }, "publishConfig": {