diff --git a/package-lock.json b/package-lock.json index 27ed511..b191002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9025,12 +9025,23 @@ } }, "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.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.12.0.tgz", + "integrity": "sha512-KthqhyFci/nGzzdrlGyZtZne+J79HTPZZ1Q+hVloMJJgIF8GzBHECApRqg/dNzz+MBnbEozww9iSFmvh4GzmJA==", "requires": { - "@babel/runtime": "^7.14.0", - "minimatch": "3.0.4" + "@babel/runtime": "^7.14.8", + "minimatch": "3.0.4", + "web-vitals": "^1.1.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", + "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-mdx": { @@ -19316,6 +19327,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..562579f 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.12.0", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1", "gatsby-plugin-sitemap": "^4.3.1",