diff --git a/package-lock.json b/package-lock.json index 535f48ee4bca..0d41cd32af87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-jest": "^27.6.3", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-testing-library": "^6.3.0", "eslint-webpack-plugin": "^4.2.0", "http-status": "^1.7.4", @@ -11847,9 +11847,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.37.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz", + "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", diff --git a/package.json b/package.json index 127f7a74e96f..cb7ebc10eb6d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint": "^8.57.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-jest": "^27.6.3", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.37.1", "eslint-plugin-testing-library": "^6.3.0", "eslint-webpack-plugin": "^4.2.0", "http-status": "^1.7.4",