diff --git a/package-lock.json b/package-lock.json index 27ed511..5c3752f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9025,12 +9025,28 @@ } }, "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.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.15.0.tgz", + "integrity": "sha512-4zvc1clwhPTd9nlPYfJSSmGFBwkdPIvatiO6+kWgBDZzIRCwQ0/WAQimQ7DV9Yw8sooaVhjYpFvAYDXUgR9Pow==", "requires": { - "@babel/runtime": "^7.14.0", - "minimatch": "3.0.4" + "@babel/runtime": "^7.15.4", + "minimatch": "3.0.4", + "web-vitals": "^1.1.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", + "requires": { + "regenerator-runtime": "^0.13.11" + } + }, + "regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + } } }, "gatsby-plugin-mdx": { @@ -19316,6 +19332,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..09c6fd1 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.15.0", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1", "gatsby-plugin-sitemap": "^4.3.1",