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

This commit is contained in:
dependabot[bot] 2021-11-02 03:10:25 +01:00 committed by GitHub
parent fe8f6c2fa7
commit e7b7478692
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": "^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"
}
@ -39336,9 +39336,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",

View File

@ -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",