From 10d2d604bf9d6ad41b4a47f143a333602a4ea4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:15:19 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-tagmanager from 5.12.1 to 5.12.2 (#2361) Bumps [gatsby-plugin-google-tagmanager](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-tagmanager) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.2/packages/gatsby-plugin-google-tagmanager) --- updated-dependencies: - dependency-name: gatsby-plugin-google-tagmanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 593d3935a..30fd04316 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gatsby-adapter-netlify": "^1.0.1", "gatsby-plugin-feed": "^5.12.1", "gatsby-plugin-google-gtag": "^5.12.1", - "gatsby-plugin-google-tagmanager": "^5.12.1", + "gatsby-plugin-google-tagmanager": "^5.12.2", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.12.1", @@ -12514,9 +12514,9 @@ } }, "node_modules/gatsby-plugin-google-tagmanager": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.1.tgz", - "integrity": "sha512-wik8eWul8yzQ6TBiVmkgHh6ZVpTecP8a0+RyDo3gjPY5ZuEcSxEcLnci7NzwV0JXd6xDSw8sGylO4s5Ea4ZP2w==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.2.tgz", + "integrity": "sha512-TjzND98n3NJFO3I+RjgjB+b5dQjWrXYlCFavwOAqbsmnzIA6dT4oRLZy83lxDLahT9kOiFV8s41+hFX3smZdIg==", "dependencies": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" @@ -36748,9 +36748,9 @@ } }, "gatsby-plugin-google-tagmanager": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.1.tgz", - "integrity": "sha512-wik8eWul8yzQ6TBiVmkgHh6ZVpTecP8a0+RyDo3gjPY5ZuEcSxEcLnci7NzwV0JXd6xDSw8sGylO4s5Ea4ZP2w==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.2.tgz", + "integrity": "sha512-TjzND98n3NJFO3I+RjgjB+b5dQjWrXYlCFavwOAqbsmnzIA6dT4oRLZy83lxDLahT9kOiFV8s41+hFX3smZdIg==", "requires": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" diff --git a/package.json b/package.json index 094cd99ce..46538910d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby-adapter-netlify": "^1.0.1", "gatsby-plugin-feed": "^5.12.1", "gatsby-plugin-google-gtag": "^5.12.1", - "gatsby-plugin-google-tagmanager": "^5.12.1", + "gatsby-plugin-google-tagmanager": "^5.12.2", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.12.1",