From eaddf7b163b3e8f4d11408229a1675f88b56a2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:08:52 +0000 Subject: [PATCH] Bump gatsby-plugin-google-tagmanager from 5.13.0 to 5.13.1 (#2607) Bumps [gatsby-plugin-google-tagmanager](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-tagmanager) from 5.13.0 to 5.13.1. - [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.13.1/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c33946417..d39c35833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-adapter-netlify": "^1.1.2", "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.13.0", - "gatsby-plugin-google-tagmanager": "^5.13.0", + "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.13.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.0", @@ -13416,9 +13416,9 @@ } }, "node_modules/gatsby-plugin-google-tagmanager": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.13.0.tgz", - "integrity": "sha512-xArxIfNOF4uvzS+aoJTohp5yogLBDi1MnlNtR8dX0wUL+lFxtPiVMN7/8VpMYEM9OyNjrdTOyJwm6olWUEHssQ==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.13.1.tgz", + "integrity": "sha512-n6I164KvPtl+Nx9bBpXXkb6aw1oA1GuAccswjQ5lpQqB2JG5MtcQU6hwdQlwkIVv9+VCRQSZf3mOn6zU7BDO+A==", "dependencies": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" diff --git a/package.json b/package.json index 046f205f4..b699179a7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-adapter-netlify": "^1.1.2", "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.13.0", - "gatsby-plugin-google-tagmanager": "^5.13.0", + "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.13.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.0",