From 621d8bf540a734a030e05128ff16bd1852b5c0c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 15:19:16 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.34.2 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.34.2. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/13b9ea0a-7855-4b52-96c0-5128239fb20d?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../kitchen-sink/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kitchen-sink/packages/eslint-config-custom/package.json b/examples/kitchen-sink/packages/eslint-config-custom/package.json index 14da8dea49408..02668877ccddf 100644 --- a/examples/kitchen-sink/packages/eslint-config-custom/package.json +++ b/examples/kitchen-sink/packages/eslint-config-custom/package.json @@ -7,7 +7,7 @@ "dependencies": { "eslint-config-next": "^13.4.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.28.0", + "eslint-plugin-react": "7.34.2", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {