From 7df6434fbc87b0b54aae1107030159fe2bc1c4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:00:57 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.37.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6be3bd88ba..6022aaf0c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-jsx-expressions": "1.3.2", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-native": "4.1.0", "jest": "29.7.0", @@ -10387,9 +10387,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.36.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", - "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", + "version": "7.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8e86feabb8..5fa0eaad52 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-jsx-expressions": "1.3.2", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-native": "4.1.0", "jest": "29.7.0",