From f30779e3a1166b44197a3f5bf0e4bcd363a71e56 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 09:01:51 +1000 Subject: [PATCH] [MISC] (deps): Bump react-ga from 2.7.0 to 3.0.0 in /web (#1096) Bumps [react-ga](https://github.com/react-ga/react-ga) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/react-ga/react-ga/releases) - [Commits](https://github.com/react-ga/react-ga/compare/v2.7.0...v3.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index c08125af..68d9a114 100644 --- a/web/package.json +++ b/web/package.json @@ -30,7 +30,7 @@ "query-string": "^6.13.0", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-ga": "^2.7.0", + "react-ga": "^3.0.0", "react-loading": "^2.0.3", "react-otp-input": "^1.0.1", "react-router-dom": "^5.2.0", diff --git a/web/yarn.lock b/web/yarn.lock index e990ab9a..2fa897f7 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9220,10 +9220,10 @@ react-error-overlay@^6.0.7: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108" integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA== -react-ga@*, react-ga@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-2.7.0.tgz#24328f157f31e8cffbf4de74a3396536679d8d7c" - integrity sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA== +react-ga@*, react-ga@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/react-ga/-/react-ga-3.0.0.tgz#4d665389cf0c489c36c5fdf97722a7e53efdfc5b" + integrity sha512-IKqqCtSMe0IfSRNvbHAiwXwIXbuza4VvHvB/2N3hEiMFGSjv8fNI6obPH6bkDdIjDpwzbUqKs8895OxBckWJ2g== react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6, react-is@^16.9.0: version "16.13.1"