From 427b9b964dd5c94071baba9ad7c83b85457378b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:26:28 +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 - [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.13.1 - [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.13.1/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 | 31 ++++++++++--------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 119a774..8ab9add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "apexcharts": "^3.35.3", "gatsby": "^4.0.0", "gatsby-plugin-eslint": "^4.0.1", - "gatsby-plugin-google-analytics": "^4.25.0", + "gatsby-plugin-google-analytics": "^5.13.1", "gatsby-plugin-react-axe": "^0.5.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-sass": "^5.25.0", @@ -11086,32 +11086,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.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.13.1.tgz", + "integrity": "sha512-6TzvUPW7CBpfpSIqpcvaRwRKTYgM3CKqSnfyRIY16vlAKYkAtZLXm3PkIbg0+mM+WzY6GRnAoeXqRkXJv0FK9A==", "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-page-creator": { diff --git a/package.json b/package.json index 2d69df1..6a323ee 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "apexcharts": "^3.35.3", "gatsby": "^4.0.0", "gatsby-plugin-eslint": "^4.0.1", - "gatsby-plugin-google-analytics": "^4.25.0", + "gatsby-plugin-google-analytics": "^5.13.1", "gatsby-plugin-react-axe": "^0.5.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-sass": "^5.25.0",