From e27a80258993967efa202777656e5cce16e33085 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:04:15 -0800 Subject: [PATCH] Bump react-ga from 2.6.0 to 2.7.0 (#1201) Bumps [react-ga](https://github.com/react-ga/react-ga) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/react-ga/react-ga/releases) - [Commits](https://github.com/react-ga/react-ga/compare/2.6.0...v2.7.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08ab337..f5458b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9110,9 +9110,9 @@ "integrity": "sha512-ze10aY0JBZxzMNN1kihIAkLABYhaBsEJOJRIsyN9JUXeatMGcxPMXbHiCSa3+8tSUTwItxG/VKzOSNMwkuJUMA==" }, "react-ga": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.6.0.tgz", - "integrity": "sha512-GWHBWZDFjDGMkIk1LzroIn0mNTygKw3adXuqvGvheFZvlbpqMPbHsQsTdQBIxRRdXGQM/Zq+dQLRPKbwIHMTaw==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.7.0.tgz", + "integrity": "sha512-AjC7UOZMvygrWTc2hKxTDvlMXEtbmA0IgJjmkhgmQQ3RkXrWR11xEagLGFGaNyaPnmg24oaIiaNPnEoftUhfXA==" }, "react-helmet": { "version": "5.2.1", diff --git a/package.json b/package.json index 5c5ca32..0e302db 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "react-debounce-input": "^3.2.2", "react-dom": "^16.12.0", "react-formbuilder": "^0.10.0", - "react-ga": "^2.6.0", + "react-ga": "^2.7.0", "react-helmet": "^5.2.1", "react-markdown": "^4.2.2", "react-modal": "^3.11.1",