From a19a40368dc26aed3d4312cd81b07d7afcb7ba5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:42:28 +0000 Subject: [PATCH] Bump gatsby-plugin-google-analytics from 1.0.14 to 1.0.31 Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 1.0.14 to 1.0.31. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-analytics/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@1.0.31/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a41d35..627b07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4641,11 +4641,11 @@ } }, "gatsby-plugin-google-analytics": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.14.tgz", - "integrity": "sha512-iwibBcUW4PDFvu0He387xOsRcB3Fclwnf3zPecTCQ2pwG1xYVFgPIf+cVhKkWsw68KpiMzK3JoSmK1P0kHq5eg==", + "version": "1.0.31", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.31.tgz", + "integrity": "sha1-6vFuGAlGGxC63xLAUDjEKXRXg8A=", "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.26.0" } }, "gatsby-plugin-hotjar": { diff --git a/package.json b/package.json index dc8381c..efc8c17 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "gatsby": "^1.9.73", "gatsby-link": "^2.0.5", - "gatsby-plugin-google-analytics": "^1.0.14", + "gatsby-plugin-google-analytics": "^1.0.31", "gatsby-plugin-hotjar": "1.1.1", "gatsby-plugin-react-helmet": "^1.0.8", "gatsby-plugin-react-next": "^1.0.6", diff --git a/yarn.lock b/yarn.lock index ec245a0..22ab35a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3033,9 +3033,9 @@ gatsby-module-loader@^1.0.7: babel-runtime "^6.26.0" loader-utils "^0.2.16" -gatsby-plugin-google-analytics@^1.0.14: - version "1.0.14" - resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.14.tgz#21fed8b4cbb13f5a638d35024e72dd3dd7e74051" +gatsby-plugin-google-analytics@^1.0.31: + version "1.0.31" + resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-1.0.31.tgz#eaf16e1809461b10badf12c05038c429745783c0" dependencies: babel-runtime "^6.26.0"