From 18f5debdb3cff1ad3b9d9772c4210d9c0c8bd0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:04:56 +0000 Subject: [PATCH 1/2] Bump react from 16.13.1 to 16.14.0 in /packages/webapp Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 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] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 98390062..f8cbf6cf 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -24,7 +24,7 @@ "node-sass": "4.14.1", "path-browserify": "1.0.1", "prop-types": "15.7.2", - "react": "16.13.1", + "react": "16.14.0", "react-countup": "4.3.3", "react-dom": "16.13.1", "react-dropzone": "11.2.0", From a3b9685d2169f3b81e96cc3680a0fd28f87cecc3 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 20 Oct 2020 14:54:25 +0200 Subject: [PATCH 2/2] update react-dom and recreate yarn.lock --- packages/webapp/package.json | 2 +- yarn.lock | 19 +++++-------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index f8cbf6cf..714cc41f 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -26,7 +26,7 @@ "prop-types": "15.7.2", "react": "16.14.0", "react-countup": "4.3.3", - "react-dom": "16.13.1", + "react-dom": "16.14.0", "react-dropzone": "11.2.0", "react-helmet": "6.1.0", "react-mailchimp-form": "1.0.2", diff --git a/yarn.lock b/yarn.lock index c9658ba3..64d51a41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12492,10 +12492,10 @@ react-dev-utils@^4.2.3: strip-ansi "3.0.1" 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" @@ -12676,16 +12676,7 @@ react-visibility-sensor@5.1.1: dependencies: prop-types "^15.7.2" -react@16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" - integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - -react@^16.8.0: +react@16.14.0, react@^16.8.0: version "16.14.0" resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==