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

This commit is contained in:
dependabot-preview[bot]
2020-10-19 15:55:22 +00:00
committed by GitHub
parent cdb8e6279d
commit f9bed976c1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1417,9 +1417,9 @@
} }
}, },
"@vuepress/plugin-google-analytics": { "@vuepress/plugin-google-analytics": {
"version": "1.6.0", "version": "1.7.1",
"resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.7.1.tgz",
"integrity": "sha512-CPRTQsq6KnZEb4SEB/6KdXHFKGvKdsg0GWtSYpLTbF/aUETVRUVJsqR7i/tLWgtyB8qFMwzPUiTc7KlEFjvYyg==", "integrity": "sha512-27fQzRMsqGYpMf+ruyhsdfLv/n6z6b6LutFLE/pH66Itlh6ox9ew31x0pqYBbWIC/a4lBfXYUwFvi+DEvlb1EQ==",
"dev": true "dev": true
}, },
"@vuepress/plugin-last-updated": { "@vuepress/plugin-last-updated": {
+1 -1
View File
@@ -4,7 +4,7 @@
"build": "vuepress build" "build": "vuepress build"
}, },
"devDependencies": { "devDependencies": {
"@vuepress/plugin-google-analytics": "^1.6.0", "@vuepress/plugin-google-analytics": "^1.7.1",
"vuepress": "^1.7.1", "vuepress": "^1.7.1",
"vuepress-theme-default-prefers-color-scheme": "^1.1.2", "vuepress-theme-default-prefers-color-scheme": "^1.1.2",
"vuepress-plugin-sitemap": "^2.3.1" "vuepress-plugin-sitemap": "^2.3.1"