From a6f184580878e0994acec229d0976a69cb6e5092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 02:11:29 +0000 Subject: [PATCH] Bump react-ga from 3.0.0 to 3.3.0 Bumps [react-ga](https://github.com/react-ga/react-ga) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/react-ga/react-ga/releases) - [Commits](https://github.com/react-ga/react-ga/compare/v3.0.0...v3.3.0) --- updated-dependencies: - dependency-name: react-ga dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 1bc086c1..7125023b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13039,9 +13039,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-ga": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-3.0.0.tgz", - "integrity": "sha512-IKqqCtSMe0IfSRNvbHAiwXwIXbuza4VvHvB/2N3hEiMFGSjv8fNI6obPH6bkDdIjDpwzbUqKs8895OxBckWJ2g==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-3.3.0.tgz", + "integrity": "sha512-o8RScHj6Lb8cwy3GMrVH6NJvL+y0zpJvKtc0+wmH7Bt23rszJmnqEQxRbyrqUzk9DTJIHoP42bfO5rswC9SWBQ==" }, "react-helmet": { "version": "6.1.0", diff --git a/package.json b/package.json index b5b60f10..302b1ff1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react": "16.13.1", "react-app-polyfill": "1.0.6", "react-dom": "16.13.1", - "react-ga": "3.0.0", + "react-ga": "3.3.0", "react-helmet": "6.1.0", "react-loadable": "5.5.0", "react-metrics-graphics": "1.1.2",