From 9c5f3df6c584c297518cd54e1de0de9074d47e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 20:03:24 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-google-analytics in /docs Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-google-analytics@4.0.0/packages/gatsby-plugin-google-analytics/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.0.0/packages/gatsby-plugin-google-analytics) --- updated-dependencies: - dependency-name: gatsby-plugin-google-analytics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index f5e405ff4812..d555f548dafb 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18,7 +18,7 @@ "gatsby-plugin-canonical-urls": "^2.10.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-emotion": "^5.0.0", - "gatsby-plugin-google-analytics": "^3.14.0", + "gatsby-plugin-google-analytics": "^4.0.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-mdx": "^2.14.0", "gatsby-plugin-netlify": "^2.11.1", @@ -11789,19 +11789,19 @@ } }, "node_modules/gatsby-plugin-google-analytics": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.14.0.tgz", - "integrity": "sha512-yfSBRrGZZWruKDQMAJOHp7S1nUBQewT9MuvqegCqFsHhxUtm6PZ5JFv3k8385DfQ/+ux9MmzpY20vQ0E5/30fA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.0.0.tgz", + "integrity": "sha512-VZAy7aVaMMIKJgcQPWXnwKZqKNY8fA4ugdx+/7lzTGSrDs1extX8SVdwA8UCHjkL799vEveRkNFXOP4Bb01khg==", "dependencies": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", "web-vitals": "^1.1.2" }, "engines": { - "node": ">=12.13.0" + "node": ">=14.15.0" }, "peerDependencies": { - "gatsby": "^3.0.0-next.0", + "gatsby": "^4.0.0-next", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0" } @@ -39333,9 +39333,9 @@ } }, "gatsby-plugin-google-analytics": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-3.14.0.tgz", - "integrity": "sha512-yfSBRrGZZWruKDQMAJOHp7S1nUBQewT9MuvqegCqFsHhxUtm6PZ5JFv3k8385DfQ/+ux9MmzpY20vQ0E5/30fA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.0.0.tgz", + "integrity": "sha512-VZAy7aVaMMIKJgcQPWXnwKZqKNY8fA4ugdx+/7lzTGSrDs1extX8SVdwA8UCHjkL799vEveRkNFXOP4Bb01khg==", "requires": { "@babel/runtime": "^7.15.4", "minimatch": "3.0.4", diff --git a/docs/package.json b/docs/package.json index eccb48b37f0d..fc699106f64f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-canonical-urls": "^2.10.0", "gatsby-plugin-catch-links": "^2.10.0", "gatsby-plugin-emotion": "^5.0.0", - "gatsby-plugin-google-analytics": "^3.14.0", + "gatsby-plugin-google-analytics": "^4.0.0", "gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-mdx": "^2.14.0", "gatsby-plugin-netlify": "^2.11.1",