From bf8a6a7162bfe4d2d6258ec84ed261ecb5b521a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Oct 2019 01:52:31 +0000 Subject: [PATCH] chore: upgrade react from 16.9.0 to 16.10.1 Snyk has created this PR to upgrade react from 16.9.0 to 16.10.1. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/xmartinezpujol/project/9e43f135-1ef6-4d26-969f-83e85ec0e7cf?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 d37a1c8..886dccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13873,9 +13873,9 @@ } }, "react": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", - "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", + "version": "16.10.1", + "resolved": "https://registry.npmjs.org/react/-/react-16.10.1.tgz", + "integrity": "sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index df2b29d..99bd19a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": false, "dependencies": { "fetch-jsonp": "^1.1.3", - "react": "^16.9.0", + "react": "^16.10.1", "react-dom": "^16.9.0", "react-markdown": "^4.2.2", "react-redux": "^7.1.1",