summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-06 10:53:59 -0400
committerGitHub <noreply@github.com>2020-06-06 10:53:59 -0400
commit42768cf9dd2c19f2578181cf05468d4a23c3100b (patch)
tree2b6926cb7a22fbe99779638ee8b154218cf83071 /docs
parent27fd51f8c7f4a0cacea78144ccb36ae06c7e9d17 (diff)
build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#1291)
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.3.1 to 1.5.0. - [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.5.0/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>
Diffstat (limited to 'docs')
-rw-r--r--docs/package-lock.json6
-rw-r--r--docs/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/package-lock.json b/docs/package-lock.json
index 6f8ff5a5b..40a9c49a6 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -1305,9 +1305,9 @@
}
},
"@vuepress/plugin-google-analytics": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.3.1.tgz",
- "integrity": "sha512-Xb7g86JT/LD1sLYG2txvpp4ztDTOqN5yNRZK5OtzEekCh0NWxIxz0fEYKqVlaskIFnzoA1dfizudyjGCKY+hMw==",
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.0.tgz",
+ "integrity": "sha512-VJo7igbrkZdl02rkCnGmfr124o7qKkY8YfZtsGTsXDMpwP43FDQjsZVB2TLXHdaKoeVQr3khD4wKKklGzpiOGg==",
"dev": true
},
"@vuepress/plugin-last-updated": {
diff --git a/docs/package.json b/docs/package.json
index b580023ef..72bfd912a 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -4,7 +4,7 @@
"build": "vuepress build"
},
"devDependencies": {
- "@vuepress/plugin-google-analytics": "^1.3.0",
+ "@vuepress/plugin-google-analytics": "^1.5.0",
"vuepress": "^1.5.0",
"vuepress-theme-default-prefers-color-scheme": "^1.0.5",
"vuepress-plugin-sitemap": "^2.3.1"