diff --git a/package.json b/package.json index 4778738..71b11ee 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gray-matter": "^4.0.2", "isomorphic-unfetch": "^3.0.0", "next": "^9.5.1", - "react": "^16.13.1", + "react": "^16.14.0", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-feather": "^2.0.8", diff --git a/yarn.lock b/yarn.lock index 042722f..ed95f2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4807,9 +4807,10 @@ react-transition-group@^4.4.1: loose-envify "^1.4.0" prop-types "^15.6.2" -react@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" +react@^16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"