diff --git a/package-lock.json b/package-lock.json index 84100fc..f46e270 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-n": "17.10.3", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "7.1.0", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.0", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "postcss-syntax": "^0.36.2", @@ -3712,9 +3712,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.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz", + "integrity": "sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==", "license": "MIT", "dependencies": { "array-includes": "^3.1.8", diff --git a/package.json b/package.json index 493c617..1763340 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-n": "17.10.3", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "7.1.0", - "eslint-plugin-react": "7.36.1", + "eslint-plugin-react": "7.37.0", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "postcss-syntax": "^0.36.2",