From a75c0f24f56c24caa2ea38eb8cbeb01abc7c1c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 04:26:54 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.20.5 to 7.20.6 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.5 to 7.20.6. - [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.20.5...v7.20.6) Signed-off-by: dependabot[bot] --- 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 0bccbdb..82276ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11253,9 +11253,9 @@ } }, "eslint-plugin-react": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz", - "integrity": "sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw==", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz", + "integrity": "sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==", "dev": true, "requires": { "array-includes": "^3.1.1", diff --git a/package.json b/package.json index 9cf5270..2e13eff 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "electron-devtools-installer": "^3.1.1", "eslint": "^7.6.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-react": "^7.20.5", + "eslint-plugin-react": "^7.20.6", "identity-obj-proxy": "^3.0.0", "jest": "^26.2.2", "next": "^9.5.1",