From 17e0f6dc4c1df9363fa5bd6dfb522067f73b036d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:47:02 +0000 Subject: [PATCH] Bump @vuepress/plugin-google-analytics from 1.0.2 to 1.6.0 Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.0.2 to 1.6.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.6.0/packages/@vuepress/plugin-google-analytics) Signed-off-by: dependabot-preview[bot] --- 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 27eb372..f9eb49b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2442,9 +2442,9 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.2.tgz", - "integrity": "sha512-NdU18hTBW4TkNK80dgpPu4yq/smNkIUZi9gL5hCiuW43BnXFA7WFfhGcvZJ61+keNDr6gw9UIv4HQuFFPoRXQA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.6.0.tgz", + "integrity": "sha512-CPRTQsq6KnZEb4SEB/6KdXHFKGvKdsg0GWtSYpLTbF/aUETVRUVJsqR7i/tLWgtyB8qFMwzPUiTc7KlEFjvYyg==", "dev": true }, "@vuepress/plugin-last-updated": { diff --git a/package.json b/package.json index ce0f12d..bdc2d5c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "ava" }, "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.0.2", + "@vuepress/plugin-google-analytics": "^1.6.0", "@zazen/eslint-config": "^1.0.0", "@zazen/stylelint-config": "^1.0.0", "ava": "^2.2.0",