diff --git a/package-lock.json b/package-lock.json index b7d9239..ac80aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15402,9 +15402,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 af475ea..439de99 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "polished": "^3.4.1", "prismjs": "^1.17.1", "ramda": "^0.26.1", - "react": "^16.10.2", + "react": "^16.11.0", "react-dom": "^16.10.2", "react-helmet": "^5.2.1", "react-highlight": "^0.12.0",