From b6ca9613c06432f317a5ca39ef9cbe59ab8bba14 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 17 Aug 2019 00:48:02 +0000 Subject: [PATCH] chore: upgrade react from 16.6.0 to 16.9.0 Snyk have raised this PR to upgrade react from 16.6.0 to 16.9.0. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/mutmatt/project/c26bf067-3510-401d-8306-af35ccd0ebf1?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 c80fe065..be74863f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13695,14 +13695,13 @@ } }, "react": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.6.0.tgz", - "integrity": "sha512-zJPnx/jKtuOEXCbQ9BKaxDMxR0001/hzxXwYxG8septeyYGfsgAei6NgfbVgOhbY1WOP2o3VPs/E9HaN+9hV3Q==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", + "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.10.0" + "prop-types": "^15.6.2" } }, "react-dev-utils": { diff --git a/package.json b/package.json index c5462102..72f9d089 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "promise": "^8.0.2", "prop-types": "^15.6.2", "raf": "^3.4.0", - "react": "^16.6.0", + "react": "^16.9.0", "react-dev-utils": "^5.0.2", "react-dom": "^16.6.0", "redux": "^4.0.1",