From 791c45fbafeb8379fc81745b503835487449b758 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Mar 2020 22:31:33 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 2.5.0 to 2.7.1 Snyk has created this PR to upgrade eslint-plugin-react from 2.5.0 to 2.7.1. See this package in NPM: https://www.npmjs.com/package/eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/baophucct/project/cc602388-53b2-43bc-bd72-68f51b4eb924?utm_source=github&utm_medium=upgrade-pr --- scripts/admin/eslint/package-lock.json | 6 +++--- scripts/admin/eslint/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } }