From 055ec30461e3dd4a60cd8cd4207fd1551e3f7673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:15:04 +0000 Subject: [PATCH] Bump gatsby-plugin-google-tagmanager from 5.12.0 to 5.13.1 (#990) Bumps [gatsby-plugin-google-tagmanager](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-tagmanager) from 5.12.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-minor ... 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 91b751fce..32e4257c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby": "^5.12.4", "gatsby-plugin-feed": "^5.12.0", "gatsby-plugin-google-gtag": "^5.12.3", - "gatsby-plugin-google-tagmanager": "^5.12.0", + "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1", @@ -12460,9 +12460,9 @@ } }, "node_modules/gatsby-plugin-google-tagmanager": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.0.tgz", - "integrity": "sha512-W4lRhKF5ydAnoA4zBpKh8dp/8WLMbrRjkJdf5cxpoC49DdMjC5Dl1VoQEN2xpmhfYqcy7fweEdyVR9M9UJVQKQ==", + "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" @@ -36692,9 +36692,9 @@ } }, "gatsby-plugin-google-tagmanager": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.0.tgz", - "integrity": "sha512-W4lRhKF5ydAnoA4zBpKh8dp/8WLMbrRjkJdf5cxpoC49DdMjC5Dl1VoQEN2xpmhfYqcy7fweEdyVR9M9UJVQKQ==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" diff --git a/package.json b/package.json index bc1d35625..107a45cf0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gatsby": "^5.12.4", "gatsby-plugin-feed": "^5.12.0", "gatsby-plugin-google-gtag": "^5.12.3", - "gatsby-plugin-google-tagmanager": "^5.12.0", + "gatsby-plugin-google-tagmanager": "^5.13.1", "gatsby-plugin-image": "^3.12.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.1",