From 5d0f548dd81d36fd10b50893d82a984c304c02fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:34:12 +0000 Subject: [PATCH] Bump minimatch and gatsby-plugin-google-analytics Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `gatsby-plugin-google-analytics` from 4.25.0 to 5.7.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@5.7.0/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 51 ++++++++++++++--------------------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 37 deletions(-) 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",