From 9869ccc3e5771be2ad315f7369e7f9343af2e45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:00:31 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-gtag from 5.5.0 to 5.6.0 (#1490) Bumps [gatsby-plugin-google-gtag](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-gtag) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-google-gtag/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.6.0/packages/gatsby-plugin-google-gtag) --- updated-dependencies: - dependency-name: gatsby-plugin-google-gtag 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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a43586a1..8232779bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "gatsby": "^5.6.0", "gatsby-plugin-feed": "^5.6.0", "gatsby-plugin-gatsby-cloud": "^5.6.0", - "gatsby-plugin-google-gtag": "^5.5.0", + "gatsby-plugin-google-gtag": "^5.6.0", "gatsby-plugin-google-tagmanager": "^5.6.0", "gatsby-plugin-image": "^3.2.0", "gatsby-plugin-local-search": "^2.0.1", @@ -11894,11 +11894,11 @@ } }, "node_modules/gatsby-plugin-google-gtag": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.5.0.tgz", - "integrity": "sha512-y6hcbsVG9xV+djfeX9clfScX4mW6NeYzEs72lU1YpTYV2+NXxglZgk6OB2l99GyEq0fUpYEGwn9jPHwyHCFSLg==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.6.0.tgz", + "integrity": "sha512-GUKqBwhJZ5OU3P7BvlKn3Q6ctWMzt0Bfa+uCGouc5eREDsCswpl7TFXYuNAkNVksYMVX3TPtOS27VgDbZTznuQ==", "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" }, "engines": { @@ -35292,11 +35292,11 @@ } }, "gatsby-plugin-google-gtag": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.5.0.tgz", - "integrity": "sha512-y6hcbsVG9xV+djfeX9clfScX4mW6NeYzEs72lU1YpTYV2+NXxglZgk6OB2l99GyEq0fUpYEGwn9jPHwyHCFSLg==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-5.6.0.tgz", + "integrity": "sha512-GUKqBwhJZ5OU3P7BvlKn3Q6ctWMzt0Bfa+uCGouc5eREDsCswpl7TFXYuNAkNVksYMVX3TPtOS27VgDbZTznuQ==", "requires": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "minimatch": "^3.1.2" } }, diff --git a/package.json b/package.json index cb60717ad..1670a6a73 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby": "^5.6.0", "gatsby-plugin-feed": "^5.6.0", "gatsby-plugin-gatsby-cloud": "^5.6.0", - "gatsby-plugin-google-gtag": "^5.5.0", + "gatsby-plugin-google-gtag": "^5.6.0", "gatsby-plugin-google-tagmanager": "^5.6.0", "gatsby-plugin-image": "^3.2.0", "gatsby-plugin-local-search": "^2.0.1",