diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 04db5d42e..114299c77 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21518,9 +21518,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 c4082e73d..8045fb1b1 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",