From c0ac5358145dd9ac27efa19bd917a17405bcd6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 01:02:52 +0000 Subject: [PATCH] Bump react-ga from 2.7.0 to 3.0.0 in /client 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[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9c782f9..975ac85 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19162,9 +19162,9 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "react-ga": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.7.0.tgz", - "integrity": "sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-3.0.0.tgz", + "integrity": "sha512-IKqqCtSMe0IfSRNvbHAiwXwIXbuza4VvHvB/2N3hEiMFGSjv8fNI6obPH6bkDdIjDpwzbUqKs8895OxBckWJ2g==" }, "react-helmet": { "version": "6.0.0", diff --git a/client/package.json b/client/package.json index 0da3875..d2ad13b 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "react-dom": "^16.13.1", "react-dotdotdot": "^1.3.1", "react-dropzone": "^11.0.1", - "react-ga": "^2.7.0", + "react-ga": "^3.0.0", "react-helmet": "^6.0.0", "react-markdown": "^4.3.1", "react-modal": "^3.11.2",