diff --git a/package-lock.json b/package-lock.json index 50de51692..3becf7b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "cypress-visual-regression": "^5.2.1", "cypress-wait-until": "^3.0.2", "eslint-plugin-cypress": "^3.5.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12", @@ -10980,9 +10980,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 dac3559d6..e42c22c05 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cypress-visual-regression": "^5.2.1", "cypress-wait-until": "^3.0.2", "eslint-plugin-cypress": "^3.5.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "module-replace-webpack-plugin": "0.0.12",