build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#2367)

Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/v1.8.2/packages/@vuepress/plugin-google-analytics)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-22 12:35:30 -06:00 committed by GitHub
parent 4d416773a1
commit b8e2c43099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1393,9 +1393,9 @@
} }
}, },
"@vuepress/plugin-google-analytics": { "@vuepress/plugin-google-analytics": {
"version": "1.8.1", "version": "1.8.2",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.1.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.2.tgz",
"integrity": "sha512-QvHPMYH5lFas4ulS5JghnnGLVnkR+G7PKDY7bZP8AqSWj4bgYMrns6FAl+N3giQs5EYK7uUGGvit2oo2M4DgfQ==", "integrity": "sha512-BMFayLzT2BvXmnhM9mDHw0UPU7J0pH1X9gQA4HmZxOf7f3+atK5eJGsc1Ia/+1FTG2ESvhFLUU/CC3h5arjEJw==",
"dev": true "dev": true
}, },
"@vuepress/plugin-last-updated": { "@vuepress/plugin-last-updated": {

View File

@ -4,7 +4,7 @@
"build": "vuepress build" "build": "vuepress build"
}, },
"devDependencies": { "devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.1", "@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.1", "vuepress": "^1.8.1",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0", "vuepress-theme-default-prefers-color-scheme": "^2.0.0",
"vuepress-plugin-sitemap": "^2.3.1" "vuepress-plugin-sitemap": "^2.3.1"