From 84089aca3973717a18e687e84749bb5aec258930 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 17:33:25 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.0 to 7.36.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.0 to 7.36.1. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/3b05d963-4653-4cc7-971f-b023872e92c0?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../with-changesets/packages/eslint-config-acme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-changesets/packages/eslint-config-acme/package.json b/examples/with-changesets/packages/eslint-config-acme/package.json index 9ced885da414b..fad5091a50cce 100644 --- a/examples/with-changesets/packages/eslint-config-acme/package.json +++ b/examples/with-changesets/packages/eslint-config-acme/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint-config-next": "^13.4.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.33.0", + "eslint-plugin-react": "7.36.1", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {