From 95425e5028bf5a72bcc823cb3906395876ac70f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:07:58 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-tagmanager from 5.13.1 to 5.14.0 Bumps [gatsby-plugin-google-tagmanager](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-tagmanager) from 5.13.1 to 5.14.0. - [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.14.0/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] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 453435610..40647f1bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-adapter-netlify": "^1.1.7", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.14.0", - "gatsby-plugin-google-tagmanager": "^5.13.1", + "gatsby-plugin-google-tagmanager": "^5.14.0", "gatsby-plugin-image": "^3.14.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0", @@ -14788,10 +14788,9 @@ } }, "node_modules/gatsby-plugin-google-tagmanager": { - "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==", - "license": "MIT", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.14.0.tgz", + "integrity": "sha512-ob74OE2vfpOANl8eIuO/2Ohbt1QQWZjUmg1BtEy0r8OpCsyRwv6GXqJFiTcB0cz92WUCAkysvhnaIaFC6BpZcw==", "dependencies": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" diff --git a/package.json b/package.json index 543c063da..29673a2f3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gatsby-adapter-netlify": "^1.1.7", "gatsby-plugin-feed": "^5.13.1", "gatsby-plugin-google-gtag": "^5.14.0", - "gatsby-plugin-google-tagmanager": "^5.13.1", + "gatsby-plugin-google-tagmanager": "^5.14.0", "gatsby-plugin-image": "^3.14.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.14.0",