From f786cc9f56229eefdf9b2f4fbec3516014b9ab5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 18:58:52 +0200 Subject: [PATCH] build(deps-dev): bump @vuepress/plugin-google-analytics in /docs (#1333) Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.5.1 to 1.5.2. - [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.2/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 58444d3a..900470c6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1305,9 +1305,9 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.5.1.tgz", - "integrity": "sha512-mbOUu07aXEVbuzlcheZkVzLpnveKciQ1iuYXuWa26W141kKwdIFvd4JQV7emWpOG8KMMI9/GL3Lej7KRTAa41w==", + "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==", "dev": true }, "@vuepress/plugin-last-updated": { diff --git a/docs/package.json b/docs/package.json index 45697fbf..5871d0eb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "build": "vuepress build" }, "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.5.1", + "@vuepress/plugin-google-analytics": "^1.5.2", "vuepress": "^1.5.2", "vuepress-theme-default-prefers-color-scheme": "^1.0.9", "vuepress-plugin-sitemap": "^2.3.1"