From 3f3f5a9d9a2c3b7adf4645509c4b6d67d4388864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:57:53 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-gtag from 5.13.1 to 5.14.0 Bumps [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-gtag) from 5.13.1 to 5.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-gtag/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.14.0/packages/gatsby-plugin-google-gtag) --- updated-dependencies: - dependency-name: gatsby-plugin-google-gtag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4bb9568a..a77775ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gatsby": "^5.13.7", "gatsby-adapter-netlify": "^1.1.7", "gatsby-plugin-feed": "^5.13.1", - "gatsby-plugin-google-gtag": "^5.13.1", + "gatsby-plugin-google-gtag": "^5.14.0", "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-local-search": "^2.0.1", @@ -14775,10 +14775,9 @@ } }, "node_modules/gatsby-plugin-google-gtag": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.13.1.tgz", - "integrity": "sha512-aaJKIDwUWwhooJnalse1uvcusBmCwCVK33pp1IrDU02E7IohMen3eR5TsjLbfKO7Z+SbfKJEqUoi/r0ozrJarA==", - "license": "MIT", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.14.0.tgz", + "integrity": "sha512-iXBQR4xjU20vR1b0zSE1McDxJZdm3pNxm8FMSvFIa9IswZskRgnjSYUBjGLMeGf8+t8y8rSTie94Ni0pJqf6dA==", "dependencies": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" diff --git a/package.json b/package.json index dee8710e1..21af121a1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby": "^5.13.7", "gatsby-adapter-netlify": "^1.1.7", "gatsby-plugin-feed": "^5.13.1", - "gatsby-plugin-google-gtag": "^5.13.1", + "gatsby-plugin-google-gtag": "^5.14.0", "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-local-search": "^2.0.1",