From 4389320fbdc9df09cb00acf22903950bd3b7565c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 12:07:23 +0000 Subject: [PATCH] Bump react-ga from 2.5.7 to 2.6.0 Bumps [react-ga](https://github.com/react-ga/react-ga) from 2.5.7 to 2.6.0. - [Release notes](https://github.com/react-ga/react-ga/releases) - [Commits](https://github.com/react-ga/react-ga/compare/v2.5.7...2.6.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 d231d7a28..9be36c392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7657,9 +7657,9 @@ } }, "react-ga": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.5.7.tgz", - "integrity": "sha512-UmATFaZpEQDO96KFjB5FRLcT6hFcwaxOmAJZnjrSiFN/msTqylq9G+z5Z8TYzN/dbamDTiWf92m6MnXXJkAivQ==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.6.0.tgz", + "integrity": "sha512-GWHBWZDFjDGMkIk1LzroIn0mNTygKw3adXuqvGvheFZvlbpqMPbHsQsTdQBIxRRdXGQM/Zq+dQLRPKbwIHMTaw==" }, "react-is": { "version": "16.8.6", diff --git a/package.json b/package.json index 39853b4bf..2f27e4552 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", - "react-ga": "2.5.7", + "react-ga": "2.6.0", "shx": "^0.3.2", "webpack": "^4.32.2", "webpack-cli": "^3.3.1",