diff --git a/package-lock.json b/package-lock.json index e33aa4b..b69b966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.6.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-redux": "^4.1.0", "eslint-plugin-simple-import-sort": "^12.1.1", @@ -6034,11 +6034,10 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", - "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, - "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", diff --git a/package.json b/package.json index 57b3814..b2be0cc 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.6.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-redux": "^4.1.0", "eslint-plugin-simple-import-sort": "^12.1.1",