From bcf3aca74ebc60e7d1509713d206262e39baf4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 15 Aug 2018 11:33:39 -0400 Subject: [PATCH] Bump eslint-plugin-react from 7.11.0 to 7.11.1 (#1921) Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.11.0 to 7.11.1. - [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.11.0...v7.11.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index de5f334685..1ac2016986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5055,9 +5055,9 @@ "dev": true }, "eslint-plugin-react": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.0.tgz", - "integrity": "sha512-SJOh2p3Mr1nbp/Nd5odTuSn2rvaMvO5DaOpuAGc9Sc+Gcxqkyffb1mqQGIKB9tWQJlvrfsrzWnMJexZJ7YRDUw==", + "version": "7.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz", + "integrity": "sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==", "dev": true, "requires": { "array-includes": "^3.0.3",