From 8d6484983d05e883f11a12a2a7026faa9883804a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2019 21:46:04 +0000 Subject: [PATCH] chore: upgrade react from 16.8.6 to 16.10.2 Snyk has created this PR to upgrade react from 16.8.6 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/ajesse11x/project/d1033f83-eafe-498b-a99d-7294c3d37b11?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ec830f..e749e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9934,14 +9934,13 @@ } }, "react": { - "version": "16.8.6", - "resolved": "https://registry.npmjs.org/react/-/react-16.8.6.tgz", - "integrity": "sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==", + "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", - "prop-types": "^15.6.2", - "scheduler": "^0.13.6" + "prop-types": "^15.6.2" } }, "react-app-polyfill": { diff --git a/package.json b/package.json index 0529962..1badf46 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "react": "^16.8.6", + "react": "^16.10.2", "react-dom": "^16.8.6", "react-scripts": "3.0.1" },