From 746c0a0f2246c283f03ab84fbd7a8b181cade1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:20:59 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-gtag from 5.12.0 to 5.12.1 Bumps [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-gtag) from 5.12.0 to 5.12.1. - [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.12.1/packages/gatsby-plugin-google-gtag) --- updated-dependencies: - dependency-name: gatsby-plugin-google-gtag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd623c9a3..4ff806018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby": "^5.12.5", "gatsby-adapter-netlify": "^1.0.1", "gatsby-plugin-feed": "^5.12.0", - "gatsby-plugin-google-gtag": "^5.12.0", + "gatsby-plugin-google-gtag": "^5.12.1", "gatsby-plugin-google-tagmanager": "^5.12.0", "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1", @@ -12359,9 +12359,9 @@ } }, "node_modules/gatsby-plugin-google-gtag": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.12.0.tgz", - "integrity": "sha512-Ih9YmiJh06pTqHZbOFCcXDjeRavT7HCafBIW7m46yJtryB3dnda1N0HhmN75dww59kEh+cbVkZS8QM58ccIKyg==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.12.1.tgz", + "integrity": "sha512-pAqCW+FEww0l1Prvg7WeenwsMu5XJJg+/hyW2aP0uL2PETzTK6eQekkWE+moxrRXEt2r4V9+GdrpQnuma7a52A==", "dependencies": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" @@ -36335,9 +36335,9 @@ } }, "gatsby-plugin-google-gtag": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.12.0.tgz", - "integrity": "sha512-Ih9YmiJh06pTqHZbOFCcXDjeRavT7HCafBIW7m46yJtryB3dnda1N0HhmN75dww59kEh+cbVkZS8QM58ccIKyg==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.12.1.tgz", + "integrity": "sha512-pAqCW+FEww0l1Prvg7WeenwsMu5XJJg+/hyW2aP0uL2PETzTK6eQekkWE+moxrRXEt2r4V9+GdrpQnuma7a52A==", "requires": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" diff --git a/package.json b/package.json index ec227d96c..e1640976d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby": "^5.12.5", "gatsby-adapter-netlify": "^1.0.1", "gatsby-plugin-feed": "^5.12.0", - "gatsby-plugin-google-gtag": "^5.12.0", + "gatsby-plugin-google-gtag": "^5.12.1", "gatsby-plugin-google-tagmanager": "^5.12.0", "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1",