summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-21 21:02:34 -0400
committerGitHub <noreply@github.com>2020-08-21 21:02:34 -0400
commit46a51d7941a12fa991a3aec5ffeaab285bf52718 (patch)
tree64d4672029ff11ff949f62357c00c129b8290884
parent2f5d795546a33bf1bfc2084ea82f74bb393eed69 (diff)
build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#1571)
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.5.2 to 1.5.3. - [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.3/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>
-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 46e39f227..24611d6f1 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -1409,9 +1409,9 @@
}
},
"@vuepress/plugin-google-analytics": {
- "version": "1.5.2",
- "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.2.tgz",
- "integrity": "sha512-MrM/Zs0VbOclL0xKXS/Gi017Kl42oiWHUDr2Uz5VCQjqGB1FyAsQdGLtloE1Y6rtTuDXektsss9Bx9uX0f1amw==",
+ "version": "1.5.3",
+ "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.3.tgz",
+ "integrity": "sha512-wVcQb4luvK9C/apvGJZG+fvoGQRJQ4rc2fWbn6MxlTN8xTFH5RkQHXzHWVqvUYLBc2gMP67lRdgZephdYpoYNA==",
"dev": true
},
"@vuepress/plugin-last-updated": {
diff --git a/docs/package.json b/docs/package.json
index 0ab86f245..5651f5489 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -4,7 +4,7 @@
"build": "vuepress build"
},
"devDependencies": {
- "@vuepress/plugin-google-analytics": "^1.5.2",
+ "@vuepress/plugin-google-analytics": "^1.5.3",
"vuepress": "^1.5.3",
"vuepress-theme-default-prefers-color-scheme": "^1.1.0",
"vuepress-plugin-sitemap": "^2.3.1"