From 75730e9bcb6d5aed12fa0cf41f9e606b32cd09eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:06:40 -0600 Subject: [PATCH] build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#2120) Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.7.1 to 1.8.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.8.0/packages/@vuepress/plugin-google-analytics) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 69372d66..cb650d67 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1405,9 +1405,9 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.7.1.tgz", - "integrity": "sha512-27fQzRMsqGYpMf+ruyhsdfLv/n6z6b6LutFLE/pH66Itlh6ox9ew31x0pqYBbWIC/a4lBfXYUwFvi+DEvlb1EQ==", + "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==", "dev": true }, "@vuepress/plugin-last-updated": { diff --git a/docs/package.json b/docs/package.json index 5e4b4668..895f89db 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "build": "vuepress build" }, "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.7.1", + "@vuepress/plugin-google-analytics": "^1.8.0", "vuepress": "^1.8.0", "vuepress-theme-default-prefers-color-scheme": "^1.1.2", "vuepress-plugin-sitemap": "^2.3.1"