From 19029e276c02dbb8f90ef10fcd2c850f4efe2551 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 21:21:26 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.1 to 7.36.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.1 to 7.36.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..e4dbc055e6ed1 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.36.1", "eslint-config-turbo": "latest" }, "publishConfig": {