build(deps): bump gatsby-plugin-google-analytics in /docs (#1604)

Bumps [gatsby-plugin-google-analytics](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-google-analytics) from 2.3.14 to 2.8.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@2.8.0/packages/gatsby-plugin-google-analytics)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-01-02 20:10:03 -06:00 committed by GitHub
parent da67d3e5e6
commit 7b070edee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -9017,11 +9017,11 @@
}
},
"gatsby-plugin-google-analytics": {
"version": "2.3.14",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.14.tgz",
"integrity": "sha512-KgOIRbIULeMMyGBCY5WQVOM1AmB/1HgY1ypH1UZYxS15riTO6WSTfp+5hcxCS75Xc/6HgAOjZlNibCH02Tz1mQ==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.8.0.tgz",
"integrity": "sha512-gPJU80Pj3yK9eUOLJrX3vRXYMXzWZW9nuvnExdpqUX1fnCDMmFSnRtwWkb3CFqXm9SfmfKl2V/A8KqKAttXcXg==",
"requires": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"minimatch": "3.0.4"
}
},

View File

@ -16,7 +16,7 @@
"gatsby-plugin-canonical-urls": "^2.3.11",
"gatsby-plugin-catch-links": "^2.7.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-analytics": "^2.3.14",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-mdx": "^1.2.43",
"gatsby-plugin-netlify": "^2.3.13",