diff --git a/package-lock.json b/package-lock.json index fb4ad593c..12cae7e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby": "4.25.6", "gatsby-link": "4.25.0", "gatsby-plugin-emotion": "7.25.0", - "gatsby-plugin-google-analytics": "4.25.0", + "gatsby-plugin-google-analytics": "5.8.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-manifest": "4.25.0", "gatsby-plugin-material-ui": "4.1.0", @@ -13722,32 +13722,21 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.25.0.tgz", - "integrity": "sha512-fbHrViBAbJ0Ch2gcpuJQlGxWoapaNed42k75eR4gCiZPzaTUvCKagJgLG8ro8ukD1rfD594lgLzdSEaYYcH4WQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.8.0.tgz", + "integrity": "sha512-v88qu7upp2ojGxk5N4TxZROvzs27wqvKyFdsTgTIwi7RUW0QoRfyBVAXwMSLKNKyLVJxa9cQgLX8WZ4Nqv0aJg==", "dependencies": { - "@babel/runtime": "^7.15.4", - "minimatch": "3.0.4", + "@babel/runtime": "^7.20.13", + "minimatch": "^3.1.2", "web-vitals": "^1.1.2" }, "engines": { - "node": ">=14.15.0" + "node": ">=18.0.0" }, "peerDependencies": { - "gatsby": "^4.0.0-next", - "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0", - "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0" - } - }, - "node_modules/gatsby-plugin-google-analytics/node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" + "gatsby": "^5.0.0-next", + "react": "^18.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^0.0.0" } }, "node_modules/gatsby-plugin-google-fonts": { @@ -57975,23 +57964,13 @@ } }, "gatsby-plugin-google-analytics": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.25.0.tgz", - "integrity": "sha512-fbHrViBAbJ0Ch2gcpuJQlGxWoapaNed42k75eR4gCiZPzaTUvCKagJgLG8ro8ukD1rfD594lgLzdSEaYYcH4WQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.8.0.tgz", + "integrity": "sha512-v88qu7upp2ojGxk5N4TxZROvzs27wqvKyFdsTgTIwi7RUW0QoRfyBVAXwMSLKNKyLVJxa9cQgLX8WZ4Nqv0aJg==", "requires": { - "@babel/runtime": "^7.15.4", - "minimatch": "3.0.4", + "@babel/runtime": "^7.20.13", + "minimatch": "^3.1.2", "web-vitals": "^1.1.2" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - } } }, "gatsby-plugin-google-fonts": { diff --git a/package.json b/package.json index 582b71ef2..68882033a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "gatsby": "4.25.6", "gatsby-link": "4.25.0", "gatsby-plugin-emotion": "7.25.0", - "gatsby-plugin-google-analytics": "4.25.0", + "gatsby-plugin-google-analytics": "5.8.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-manifest": "4.25.0", "gatsby-plugin-material-ui": "4.1.0",