diff --git a/package-lock.json b/package-lock.json index 064b594..abfa071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3312,9 +3312,9 @@ } }, "eslint-plugin-react": { - "version": "7.29.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.3.tgz", - "integrity": "sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==", + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", + "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", "requires": { "array-includes": "^3.1.4", "array.prototype.flatmap": "^1.2.5", diff --git a/package.json b/package.json index c714868..8c2d2dd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-jest": "26.1.1", "eslint-plugin-json": "3.1.0", "eslint-plugin-mocha": "10.0.3", - "eslint-plugin-react": "7.29.3", + "eslint-plugin-react": "7.29.4", "eslint-plugin-unicorn": "41.0.0", "glob-parent": "6.0.2", "hosted-git-info": "4.1.0",