From 8a41e191130693ec93db1ecb593a1a289da8ba99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2019 08:39:50 +0000 Subject: [PATCH] chore: upgrade react from 16.10.1 to 16.10.2 Snyk has created this PR to upgrade react from 16.10.1 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/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 647aaa18d..97c3c3a1f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21541,9 +21541,9 @@ } }, "react": { - "version": "16.10.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.10.1.tgz", - "integrity": "sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA==", + "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", diff --git a/frontend/package.json b/frontend/package.json index f6a3448de..1c6ee1048 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "isomorphic-unfetch": "^3.0.0", "query-string": "^6.8.3", "razzle": "3.0.0", - "react": "^16.10.1", + "react": "^16.10.2", "react-apollo": "^2.5.8", "react-dom": "^16.10.1", "react-final-form": "^6.3.0",