From d2e9584a0f2c8c25fdff3f06e516144bcadda8dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:26:49 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.33.2 to 7.34.1 Snyk has created this PR to upgrade eslint-plugin-react from 7.33.2 to 7.34.1. See this package in npm: https://www.npmjs.com/package/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..b3620d7e 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.34.1" }, "publishConfig": { "access": "public"