From dbe884098674cb40bcf72d16aa703158c994de5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:33:20 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-google-analytics from 5.10.0 to 5.11.0 Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 5.10.0 to 5.11.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.11.0/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a8e14a..aed2204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "babel-plugin-styled-components": "^2.1.4", "gatsby": "^5.9.1", "gatsby-image": "3.11.0", - "gatsby-plugin-google-analytics": "^5.9.0", + "gatsby-plugin-google-analytics": "^5.11.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-google-gtag": "^5.9.0", "gatsby-plugin-image": "^3.9.0", @@ -9652,9 +9652,9 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.10.0.tgz", - "integrity": "sha512-zMvqqOVyTx2IB3i3ObDL7mAAwyLW0ehniKeXj1oxx2gHF6hea0QxJ5GWl6+vtvCiBqI1/ZCwrS6zGwsxkMYd9w==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.11.0.tgz", + "integrity": "sha512-XSWoJIxRlAvEV0rkPg6LiLPIj40/EIIM7tvonKsmoO2AwOyk5lMOLPa7IO9hAFv8m7Ztsa4woYbfTysAXV7jcQ==", "dependencies": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2", diff --git a/package.json b/package.json index 32c7cb4..6c3e485 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "babel-plugin-styled-components": "^2.1.4", "gatsby": "^5.9.1", "gatsby-image": "3.11.0", - "gatsby-plugin-google-analytics": "^5.9.0", + "gatsby-plugin-google-analytics": "^5.11.0", "gatsby-plugin-google-fonts": "1.0.1", "gatsby-plugin-google-gtag": "^5.9.0", "gatsby-plugin-image": "^3.9.0",