From 70884f0c36193d3134a84e1a7ae688fb778b1352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:48:24 +0000 Subject: [PATCH] Bump react from 16.12.0 to 16.14.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 16.14.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7aeeeceecd..ffb928f488 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "linkifyjs": "^2.1.9", "lodash-es": "^4.17.21", "preact": "^10.5.12", - "react": "16.12.0", + "react": "16.14.0", "react-dom": "16.12.0", "react-facebook-login": "^4.1.1", "react-markdown": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index bea1df6bc9..385528918c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7701,10 +7701,10 @@ react-window@1.8.5: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" -react@16.12.0: - version "16.12.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz" - integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA== +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"