From 698cc47ed1d1f7e645138733ffeefd1196619536 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:44:57 +0200 Subject: [PATCH] Bump @vuepress/plugin-google-analytics from 1.5.0 to 1.5.1 (#232) 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> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5493c252..bfdd9b55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2919,9 +2919,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/package.json b/package.json index 25e7795d..24195220 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "devDependencies": { "@vuepress/plugin-back-to-top": "^1.5.0", - "@vuepress/plugin-google-analytics": "^1.5.0", + "@vuepress/plugin-google-analytics": "^1.5.1", "@vuepress/plugin-pwa": "^1.5.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0",