From 79b7a82eaffc345a78f1d04a3b5564389a56e0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:17:20 +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 3.15.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 | 20 +++++--------------- package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc2583c..2e97109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9085,23 +9085,13 @@ } }, "gatsby-plugin-google-analytics": { - "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==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.7.0.tgz", + "integrity": "sha512-PcRMyFR4UArAzIPT5KcZ2PG0ylFChf8j0m6e11njchET1+VV7Z05NKt+o8DOwrcX3kbdl5T7SZT+k6IZ7znECg==", "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-image": { diff --git a/package.json b/package.json index 7c367db..4d5cbd6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@react-icons/all-files": "^4.1.0", "gatsby": "^4.1.2", "gatsby-plugin-feed": "^3.15.0", - "gatsby-plugin-google-analytics": "^3.15.0", + "gatsby-plugin-google-analytics": "^5.7.0", "gatsby-plugin-image": "^1.15.0", "gatsby-plugin-manifest": "^3.15.0", "gatsby-plugin-offline": "^4.15.0",