From 0c6b5666b3543f995699b2c1b7fd091f06095083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 05:34:50 +0000 Subject: [PATCH] Bump gatsby-plugin-google-analytics from 3.7.1 to 3.11.0 Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 3.7.1 to 3.11.0. - [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@3.11.0/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27ed511..b17b624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9025,12 +9025,13 @@ } }, "gatsby-plugin-google-analytics": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.7.1.tgz", - "integrity": "sha512-50NT0Fvv/f+pSxohheVixYxrRHf2mE/XtGOyGMVl9Qxbry8evaqSLMYaoLP6JCcm/pzEoHQk04Cyrlo173JBMQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.11.0.tgz", + "integrity": "sha512-GX+hVg8ma6L8bXfeJLitTeIi06MVfo3wFnsl0VhsIdVQ/i6NJdG6y0G2Cw1hPWdqnoJG9Y4YTiJkcZP330gmuQ==", "requires": { - "@babel/runtime": "^7.14.0", - "minimatch": "3.0.4" + "@babel/runtime": "^7.14.6", + "minimatch": "3.0.4", + "web-vitals": "^1.1.2" } }, "gatsby-plugin-mdx": { @@ -19316,6 +19317,11 @@ "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, + "web-vitals": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", + "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==" + }, "webpack": { "version": "5.39.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.39.1.tgz", diff --git a/package.json b/package.json index dc9b741..909de6a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@rocketseat/gatsby-theme-docs": "^2.3.1", "gatsby": "^3.7.2", "gatsby-plugin-canonical-urls": "^3.7.1", - "gatsby-plugin-google-analytics": "^3.7.1", + "gatsby-plugin-google-analytics": "^3.11.0", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1", "gatsby-plugin-sitemap": "^4.3.1",