From 27ba0accafb65206ddf5b73da87e1d6ed83d980d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 12:30:22 -0400 Subject: [PATCH] build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#1308) Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.5.0 to 1.5.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.5.1/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 88ed33298..101c6f6a1 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1305,9 +1305,9 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.0.tgz", - "integrity": "sha512-VJo7igbrkZdl02rkCnGmfr124o7qKkY8YfZtsGTsXDMpwP43FDQjsZVB2TLXHdaKoeVQr3khD4wKKklGzpiOGg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.1.tgz", + "integrity": "sha512-mbOUu07aXEVbuzlcheZkVzLpnveKciQ1iuYXuWa26W141kKwdIFvd4JQV7emWpOG8KMMI9/GL3Lej7KRTAa41w==", "dev": true }, "@vuepress/plugin-last-updated": { diff --git a/docs/package.json b/docs/package.json index 785e1c8b7..5fed78192 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "build": "vuepress build" }, "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.5.0", + "@vuepress/plugin-google-analytics": "^1.5.1", "vuepress": "^1.5.1", "vuepress-theme-default-prefers-color-scheme": "^1.0.9", "vuepress-plugin-sitemap": "^2.3.1"