From e9a9fadefde8a0b0bec58b9afaf636d5d8365e6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2019 08:39:38 +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/cds-snc/project/762c54e6-bad5-4b75-b4e7-c2ac53716139?utm_source=github&utm_medium=upgrade-pr --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 486adb740..d23c5c923 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21466,9 +21466,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/frontend/package.json b/frontend/package.json index 1e982cb00..89f9bcff6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,7 +55,7 @@ "isomorphic-unfetch": "^3.0.0", "query-string": "^6.8.3", "razzle": "3.0.0", - "react": "^16.10.2", + "react": "^16.11.0", "react-apollo": "^2.5.8", "react-dom": "^16.10.2", "react-final-form": "^6.3.0",