diff --git a/package-lock.json b/package-lock.json index c842dcd4..d44e136e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-css-modules": "^2.12.0", "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-require-explicit-generics": "^1.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", @@ -8767,9 +8767,9 @@ } }, "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, "dependencies": { "array-includes": "^3.1.8", diff --git a/package.json b/package.json index 01cf1a1b..d24e0caa 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint-plugin-css-modules": "^2.12.0", "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-require-explicit-generics": "^1.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0",