summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-16 17:00:33 -0500
committerGitHub <noreply@github.com>2021-02-16 17:00:33 -0500
commit3917b228ffaeb711ec9e589f1a64bf16451f4fd9 (patch)
tree59763b0848e0bafb2ed82d2795c762bc94803d93
parentcbc7a21b14a26fa4869cb74f38593870a802b2dd (diff)
build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#2317)
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.8.0 to 1.8.1. - [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.1/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 731566e08..fb8b7a9ca 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -1393,9 +1393,9 @@
}
},
"@vuepress/plugin-google-analytics": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.0.tgz",
- "integrity": "sha512-1aILIrGjyGOtNROZhNRezrnAsTq3RA4Q9/euTkpdNDyRs4etmW6hWm5yx43Sp+upREMycpbXZ/QoOWmahGwMNA==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.1.tgz",
+ "integrity": "sha512-QvHPMYH5lFas4ulS5JghnnGLVnkR+G7PKDY7bZP8AqSWj4bgYMrns6FAl+N3giQs5EYK7uUGGvit2oo2M4DgfQ==",
"dev": true
},
"@vuepress/plugin-last-updated": {
diff --git a/docs/package.json b/docs/package.json
index a93ab1874..9609ffff0 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -4,7 +4,7 @@
"build": "vuepress build"
},
"devDependencies": {
- "@vuepress/plugin-google-analytics": "^1.8.0",
+ "@vuepress/plugin-google-analytics": "^1.8.1",
"vuepress": "^1.8.1",
"vuepress-theme-default-prefers-color-scheme": "^1.1.2",
"vuepress-plugin-sitemap": "^2.3.1"