From 17a4f6c34981d2fdab2c651997a2e11f076e6bb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Sep 2023 18:29:51 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.1 to 7.33.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.1 to 7.33.2. See this package in npm: https://www.npmjs.com/package/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..7baae552bff60 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.33.2", "eslint-config-turbo": "latest" }, "publishConfig": {