diff --git a/scripts/admin/eslint/package-lock.json b/scripts/admin/eslint/package-lock.json index 6161617ace6..546b8ffcd93 100644 --- a/scripts/admin/eslint/package-lock.json +++ b/scripts/admin/eslint/package-lock.json @@ -420,9 +420,9 @@ } }, "eslint-plugin-react": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-2.5.0.tgz", - "integrity": "sha1-b2DLrW/6HcTl2TkZtaHtZ1IubLc=" + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-2.7.1.tgz", + "integrity": "sha1-XW8bylB9E4e2WTwjCZivBPC5rtY=" }, "eslint-scope": { "version": "4.0.0", diff --git a/scripts/admin/eslint/package.json b/scripts/admin/eslint/package.json index f53bc6310c7..33701c3f25f 100644 --- a/scripts/admin/eslint/package.json +++ b/scripts/admin/eslint/package.json @@ -7,6 +7,6 @@ "dependencies": { "babel-eslint": "4.1.7", "eslint": "^5.3.0", - "eslint-plugin-react": "2.5.0" + "eslint-plugin-react": "2.7.1" } }