From 83de9ab84a22532803076002eaf39f2d41cb49ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:57:08 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-react from 7.37.3 to 7.37.4 (#1137) --- eslint-configs/eslint-config-react/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index e031024e..831a56ba 100644 --- a/eslint-configs/eslint-config-react/package.json +++ b/eslint-configs/eslint-config-react/package.json @@ -26,7 +26,7 @@ "@inrupt/eslint-config-base": "3.2.4", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^4.6.2" } } diff --git a/package-lock.json b/package-lock.json index 7bcde9fa..3c8fcd18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@inrupt/eslint-config-base": "3.2.4", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-react": "^7.37.3", + "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^4.6.2" } }, @@ -6487,9 +6487,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz", - "integrity": "sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==", + "version": "7.37.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz", + "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5",