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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-02 15:32:54 +08:00 committed by GitHub
parent 07a5a2eedd
commit bb7731f768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
docs/package-lock.json generated
View File

@ -18,7 +18,7 @@
"gatsby-plugin-canonical-urls": "^4.11.0", "gatsby-plugin-canonical-urls": "^4.11.0",
"gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-catch-links": "^4.11.0",
"gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-emotion": "^7.11.0",
"gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-google-analytics": "^4.11.0",
"gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify": "^4.1.0",
@ -12379,9 +12379,9 @@
} }
}, },
"node_modules/gatsby-plugin-google-analytics": { "node_modules/gatsby-plugin-google-analytics": {
"version": "4.6.0", "version": "4.11.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.6.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.11.0.tgz",
"integrity": "sha512-HjWfYDwCKHs3k5RMvrlrTzJmEtyEnT573npiEOezBvy4MSHUhWRb7phNeHGFKcE7+lDwDfUXxrZrb8L8T6GvKw==", "integrity": "sha512-pa0KuZXdZ4nBGfdxK0Klg/Y+2odqHLpdbQHf2daIm7RkFsJ3dP/OhM2SZABhQXV1v+gfJvPUsiLXeCeANsyR2g==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"minimatch": "3.0.4", "minimatch": "3.0.4",
@ -12392,8 +12392,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"gatsby": "^4.0.0-next", "gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0", "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0" "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/gatsby-plugin-manifest": { "node_modules/gatsby-plugin-manifest": {
@ -35101,9 +35101,9 @@
} }
}, },
"gatsby-plugin-google-analytics": { "gatsby-plugin-google-analytics": {
"version": "4.6.0", "version": "4.11.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.6.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-4.11.0.tgz",
"integrity": "sha512-HjWfYDwCKHs3k5RMvrlrTzJmEtyEnT573npiEOezBvy4MSHUhWRb7phNeHGFKcE7+lDwDfUXxrZrb8L8T6GvKw==", "integrity": "sha512-pa0KuZXdZ4nBGfdxK0Klg/Y+2odqHLpdbQHf2daIm7RkFsJ3dP/OhM2SZABhQXV1v+gfJvPUsiLXeCeANsyR2g==",
"requires": { "requires": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"minimatch": "3.0.4", "minimatch": "3.0.4",

View File

@ -15,7 +15,7 @@
"gatsby-plugin-canonical-urls": "^4.11.0", "gatsby-plugin-canonical-urls": "^4.11.0",
"gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-catch-links": "^4.11.0",
"gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-emotion": "^7.11.0",
"gatsby-plugin-google-analytics": "^4.6.0", "gatsby-plugin-google-analytics": "^4.11.0",
"gatsby-plugin-manifest": "^4.11.1", "gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-mdx": "^3.11.1", "gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-netlify": "^4.1.0",