From 2c98cf9ea8a6435721aaceb7b6d0f13733ff967c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2019 08:04:32 +0000 Subject: [PATCH] chore: upgrade react from 16.10.1 to 16.11.0 Snyk has created this PR to upgrade react from 16.10.1 to 16.11.0. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/maxiplux/project/7195481b-359d-408d-aa18-a552e2e30bdf?utm_source=github&utm_medium=upgrade-pr --- 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 986c1429d4..d59e6889ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3118,9 +3118,9 @@ } }, "react": { - "version": "16.10.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.10.1.tgz", - "integrity": "sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==", + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.11.0.tgz", + "integrity": "sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index 420c4717da..fcaa9deaa3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "16.9.0", - "react": "16.10.1", + "react": "16.11.0", "react-redux": "5.1.1" }