From cd8528c30f81fe80465d7582fbc96e7484ed3ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jan 2019 06:46:46 -0500 Subject: [PATCH] Bump eslint-plugin-react from 7.12.3 to 7.12.4 (#2804) Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.12.3 to 7.12.4. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.12.3...v7.12.4) Signed-off-by: dependabot[bot] <support@dependabot.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18fca4c08e..f235f7dbb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5399,9 +5399,9 @@ "dev": true }, "eslint-plugin-react": { - "version": "7.12.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.12.3.tgz", - "integrity": "sha512-WTIA3cS8OzkPeCi4KWuPmjR33lgG9r9Y/7RmnLTRw08MZKgAfnK/n3BO4X0S67MPkVLazdfCNT/XWqcDu4BLTA==", + "version": "7.12.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz", + "integrity": "sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==", "dev": true, "requires": { "array-includes": "^3.0.3", diff --git a/package.json b/package.json index ddb9d0895f..20e55414df 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "eslint-plugin-no-extension-in-require": "^0.2.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.0", - "eslint-plugin-react": "^7.12.3", + "eslint-plugin-react": "^7.12.4", "eslint-plugin-standard": "^4.0.0", "fetch-ponyfill": "^6.0.0", "fs-readfile-promise": "^3.0.1", -- GitLab