From eb144e9dea5e072f4f749281a99411317468700c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:52:47 +0000 Subject: [PATCH] Bump gatsby-plugin-google-tagmanager from 5.12.3 to 5.13.0 (#2506) Bumps [gatsby-plugin-google-tagmanager](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-tagmanager) from 5.12.3 to 5.13.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.13.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] 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 a0c61127b..62e2265e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "gatsby-adapter-netlify": "^1.0.4", "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.12.3", - "gatsby-plugin-google-tagmanager": "^5.12.3", + "gatsby-plugin-google-tagmanager": "^5.13.0", "gatsby-plugin-image": "^3.13.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.0", @@ -12963,9 +12963,9 @@ } }, "node_modules/gatsby-plugin-google-tagmanager": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-5.12.3.tgz", - "integrity": "sha512-qq5S+YmyZkC4LM6eRG24r3CqeIzdUZhcsR/x4MwJOYbIsy/X+Ify43YpQWlCrG2Mkbd0vMuyiRsv4IMELaB38g==", + "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==", "dependencies": { "@babel/runtime": "^7.20.13", "web-vitals": "^1.1.2" diff --git a/package.json b/package.json index 54f9f8c84..36dc96993 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gatsby-adapter-netlify": "^1.0.4", "gatsby-plugin-feed": "^5.13.0", "gatsby-plugin-google-gtag": "^5.12.3", - "gatsby-plugin-google-tagmanager": "^5.12.3", + "gatsby-plugin-google-tagmanager": "^5.13.0", "gatsby-plugin-image": "^3.13.0", "gatsby-plugin-local-search": "^2.0.1", "gatsby-plugin-manifest": "^5.13.0",