diff --git a/package-lock.json b/package-lock.json index a5480eb..a9cf0b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4913,9 +4913,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 54b7716..d7bf820 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-plugin-inline-react-svg": "^1.1.1", "mobile-detect": "^1.4.4", "next": "9.5.5", - "react": "16.13.1", + "react": "16.14.0", "react-device-detect": "^1.14.0", "react-dom": "16.13.1", "react-scroll-trigger": "^0.6.9",