From 3aeace2522c8cd0c484baa7b252909001b534ece Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2019 08:04:54 +0000 Subject: [PATCH] chore: upgrade react from 16.10.2 to 16.11.0 Snyk has created this PR to upgrade react from 16.10.2 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/keonik/project/2d7bfe50-892e-400d-a19f-e1e726f6cb5f?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 3048822..99a95a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15349,9 +15349,9 @@ } }, "react": { - "version": "16.10.2", - "resolved": "https://registry.npmjs.org/react/-/react-16.10.2.tgz", - "integrity": "sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==", + "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 4511c6e..dfb3793 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "version": "0.1.3", "private": false, "dependencies": { - "react": "^16.10.2", + "react": "^16.11.0", "react-dom": "^16.10.2", "react-redux": "^7.1.1", "redux": "^4.0.4",