diff --git a/package-lock.json b/package-lock.json index 23ce98cd2..70fd0544c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "babel-core": "6.26.3", "eslint": "9.18.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-react": "7.37.3", + "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-simple-import-sort": "12.1.1", "jest": "29.7.0", @@ -5829,9 +5829,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz", - "integrity": "sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==", + "version": "7.37.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz", + "integrity": "sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3125e2dea..9765b6df0 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-core": "6.26.3", "eslint": "9.18.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-react": "7.37.3", + "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-simple-import-sort": "12.1.1", "jest": "29.7.0",