From 587b8c1eca2d04288d243daafbba72a3449f867a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 23:17:25 +0000 Subject: [PATCH] Bump react-ga4 from 1.0.5 to 1.1.2 in /client Bumps [react-ga4](https://github.com/PriceRunner/react-ga4) from 1.0.5 to 1.1.2. - [Release notes](https://github.com/PriceRunner/react-ga4/releases) - [Commits](https://github.com/PriceRunner/react-ga4/compare/v1.0.5...v1.1.2) --- updated-dependencies: - dependency-name: react-ga4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8f2be09..fbd5798 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "react-bootstrap": "^2.0.0-beta.6", "react-bootstrap-icons": "^1.5.0", "react-dom": "^17.0.2", - "react-ga4": "^1.0.5", + "react-ga4": "^1.1.2", "react-helmet-async": "^1.1.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", @@ -16206,9 +16206,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "node_modules/react-ga4": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/react-ga4/-/react-ga4-1.0.5.tgz", - "integrity": "sha512-rWpDdh5EeeEhKdkrcm/87UW8e9BqX3WEWv4f3sIm8qQ4xng+KCgAG8HmJ6GVAF5JVk9ssk1Ahf2ial7hfSAt/A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/react-ga4/-/react-ga4-1.1.2.tgz", + "integrity": "sha512-Mk5g8GovixwPsHUs2FvBNynDGgv89V5z72J5J2ypsUo4/5fx1BBQDUQtp642MgKdo832zLftvJnYSwTpc+wPNQ==" }, "node_modules/react-helmet-async": { "version": "1.1.2", @@ -34300,9 +34300,9 @@ "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" }, "react-ga4": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/react-ga4/-/react-ga4-1.0.5.tgz", - "integrity": "sha512-rWpDdh5EeeEhKdkrcm/87UW8e9BqX3WEWv4f3sIm8qQ4xng+KCgAG8HmJ6GVAF5JVk9ssk1Ahf2ial7hfSAt/A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/react-ga4/-/react-ga4-1.1.2.tgz", + "integrity": "sha512-Mk5g8GovixwPsHUs2FvBNynDGgv89V5z72J5J2ypsUo4/5fx1BBQDUQtp642MgKdo832zLftvJnYSwTpc+wPNQ==" }, "react-helmet-async": { "version": "1.1.2", diff --git a/client/package.json b/client/package.json index 84f408f..b9bc6c3 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "react-bootstrap": "^2.0.0-beta.6", "react-bootstrap-icons": "^1.5.0", "react-dom": "^17.0.2", - "react-ga4": "^1.0.5", + "react-ga4": "^1.1.2", "react-helmet-async": "^1.1.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3",