From 10f2a90364498904be6005ee2002650438373129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 05:27:23 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-gtag from 5.11.0 to 5.12.0 Bumps [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-gtag) from 5.11.0 to 5.12.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.12.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46bf97387..2332d15c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "flexsearch": "^0.7.31", "gatsby": "^5.11.0", "gatsby-plugin-feed": "^5.12.0", - "gatsby-plugin-google-gtag": "^5.11.0", + "gatsby-plugin-google-gtag": "^5.12.0", "gatsby-plugin-google-tagmanager": "^5.11.0", "gatsby-plugin-image": "^3.11.0", "gatsby-plugin-local-search": "^2.0.1", @@ -12231,9 +12231,9 @@ } }, "node_modules/gatsby-plugin-google-gtag": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.11.0.tgz", - "integrity": "sha512-GeXfYksdrrJ6/Bbgr1rBG9UwppyA0ZdA6Q8R9kDbLtTyFLpumM9BiiPPsrbBSrE+CfiUD7uKhbgZlXQk6VNSUQ==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" @@ -36142,9 +36142,9 @@ } }, "gatsby-plugin-google-gtag": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.11.0.tgz", - "integrity": "sha512-GeXfYksdrrJ6/Bbgr1rBG9UwppyA0ZdA6Q8R9kDbLtTyFLpumM9BiiPPsrbBSrE+CfiUD7uKhbgZlXQk6VNSUQ==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" diff --git a/package.json b/package.json index 5929c29eb..46b828f23 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "flexsearch": "^0.7.31", "gatsby": "^5.11.0", "gatsby-plugin-feed": "^5.12.0", - "gatsby-plugin-google-gtag": "^5.11.0", + "gatsby-plugin-google-gtag": "^5.12.0", "gatsby-plugin-google-tagmanager": "^5.11.0", "gatsby-plugin-image": "^3.11.0", "gatsby-plugin-local-search": "^2.0.1",