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",