diff --git a/package-lock.json b/package-lock.json index 256b72e..c0cb43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9664,9 +9664,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 e378528..00f356d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "next": "^9.5.5", "next-seo": "^4.7.3", "next-svgr": "^0.0.2", - "react": "^16.13.1", + "react": "^16.14.0", "react-dom": "^16.13.1", "react-dropzone": "^11.3.1" },