From 069fa3ce353c3083f48cb181444a38fc8affb622 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 10:15:02 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.2 to 7.36.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.2 to 7.36.0. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/o-urubuntu/project/fb0e4609-d0e8-49e4-b685-6de9fac3cac1?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index b9db1890..f251fbab 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -7,7 +7,7 @@ "eslint-config-next": "^14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^1.11.3", - "eslint-plugin-react": "7.33.2" + "eslint-plugin-react": "7.36.0" }, "publishConfig": { "access": "public"