From 093465ac84c26b4aef417ef4fe11805a37e693f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 11:31:09 +0200 Subject: [PATCH] Bump react-dom from 16.13.1 to 16.14.0 (#686) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 79d4e378..20a44b5b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@docusaurus/core": "^2.0.0-alpha.64", "classnames": "^2.2.6", "react": "^16.14.0", - "react-dom": "^16.13.1" + "react-dom": "^16.14.0" }, "resolutions": { "@docusaurus/core/**/selfsigned": "1.10.8", diff --git a/yarn.lock b/yarn.lock index e880007a..315ddf6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8412,10 +8412,10 @@ react-dev-utils@^10.2.1: strip-ansi "6.0.0" text-table "0.2.0" -react-dom@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f" - integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag== +react-dom@^16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89" + integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"