diff --git a/package-lock.json b/package-lock.json index 42b842f..f1347a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8205,9 +8205,9 @@ } }, "react": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", - "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index ffbc4b9..41ed1c1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.37.5", "prop-types": "^15.7.2", - "react": "^16.13.1", + "react": "^16.14.0", "react-dom": "^16.13.1" }, "devDependencies": {