From f9fcfc28fa3dab9ad05df04d350ad9fdcf8125b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:17:56 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-analytics from 5.13.1 to 5.14.0 Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) 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-analytics/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.14.0/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b775d4ab..8996c78e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby": "^5.13.7", "gatsby-omni-font-loader": "^2.0.2", "gatsby-plugin-fontawesome-css": "^1.2.0", - "gatsby-plugin-google-analytics": "^5.13.1", + "gatsby-plugin-google-analytics": "^5.14.0", "gatsby-plugin-image": "^3.13.1", "gatsby-plugin-manifest": "^5.13.1", "gatsby-plugin-react-helmet": "^6.13.1", diff --git a/yarn.lock b/yarn.lock index bfa9d210..5fbe452c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6811,10 +6811,10 @@ gatsby-plugin-fontawesome-css@^1.2.0: resolved "https://registry.yarnpkg.com/gatsby-plugin-fontawesome-css/-/gatsby-plugin-fontawesome-css-1.2.0.tgz#fc828dd1d39ff46d7a22f1389642ba65d4755a18" integrity sha512-Me7zFKPDmFQAWZmC2MQN7vWSHGFneu6FeIylkVinSMh89C0wPeoF165rpfuEdpgG0HScNg0fSh3xCIxYr5gPOQ== -gatsby-plugin-google-analytics@^5.13.1: - version "5.13.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.13.1.tgz#6406e8b52a5df67ca3978a1d6f6ca661a7f6ac61" - integrity sha512-6TzvUPW7CBpfpSIqpcvaRwRKTYgM3CKqSnfyRIY16vlAKYkAtZLXm3PkIbg0+mM+WzY6GRnAoeXqRkXJv0FK9A== +gatsby-plugin-google-analytics@^5.14.0: + version "5.14.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-5.14.0.tgz#836104491938710d1e19ad15020ee43302a08713" + integrity sha512-mzUXk+0nmRKYJilKtZFaajO05MYM1aDd3LkJYDH7kDhgiiAjHo9n404n3I2D7/3G7ikxmlY31zg7y6EsIzZX7w== dependencies: "@babel/runtime" "^7.20.13" minimatch "^3.1.2"