From 94ebb8929a80906fd3aa4e857428d9b0e289acd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 02:25:05 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.2 to 7.37.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.2 to 7.37.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..2c959f91 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.37.0" }, "publishConfig": { "access": "public"