From 50500bde79ac2de4176bff1376143c9065ed2c80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2019 08:04:30 +0000 Subject: [PATCH] chore: upgrade react from 16.10.1 to 16.10.2 Snyk has created this PR to upgrade react from 16.10.1 to 16.10.2. 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..9b30175ec1 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.10.2", + "resolved": "https://registry.npmjs.org/react/-/react-16.10.2.tgz", + "integrity": "sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index 420c4717da..e568fc0e8f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-dom": "16.9.0", - "react": "16.10.1", + "react": "16.10.2", "react-redux": "5.1.1" }