From c84f95acf45f4d076e40c4a9f374a78686e6e802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:13:05 +0000 Subject: [PATCH] Bump @vuepress/plugin-google-analytics from 1.9.5 to 1.9.8 Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.9.5 to 1.9.8. - [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.9.8/packages/@vuepress/plugin-google-analytics) --- updated-dependencies: - dependency-name: "@vuepress/plugin-google-analytics" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d368422..9dfe4399 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/eslint-parser": "^7.16.3", "@nuxtjs/eslint-config-typescript": "^8.0.0", "@vuepress/plugin-back-to-top": "^1.9.5", - "@vuepress/plugin-google-analytics": "^1.9.5", + "@vuepress/plugin-google-analytics": "^1.9.8", "eslint": "^8.1.0", "typescript": "4.2.4", "vuepress": "1.4.0" @@ -2846,12 +2846,23 @@ } }, "node_modules/@vuepress/plugin-google-analytics": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.5.tgz", - "integrity": "sha512-tuEDq/5xwdK//0W3FZgAGJgTRlgV15fdVm6Nbo/nn2K/O0SmgJd3exybblZCOg2ZiVB8IGDyqzCflINc7u6G8Q==", + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.8.tgz", + "integrity": "sha512-bLB7UxmSaSHuD0dEZe4IBGou9pbMUSCPopjkaU41edb4tEQJwejvT32q3lX8Z+29jVLFQZ8XN2RGsu5e21oMiQ==", + "dev": true, + "dependencies": { + "@vuepress/types": "1.9.8" + } + }, + "node_modules/@vuepress/plugin-google-analytics/node_modules/@vuepress/types": { + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz", + "integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==", "dev": true, "dependencies": { - "@vuepress/types": "1.9.5" + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" } }, "node_modules/@vuepress/plugin-last-updated": { @@ -19830,12 +19841,25 @@ } }, "@vuepress/plugin-google-analytics": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.5.tgz", - "integrity": "sha512-tuEDq/5xwdK//0W3FZgAGJgTRlgV15fdVm6Nbo/nn2K/O0SmgJd3exybblZCOg2ZiVB8IGDyqzCflINc7u6G8Q==", + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.8.tgz", + "integrity": "sha512-bLB7UxmSaSHuD0dEZe4IBGou9pbMUSCPopjkaU41edb4tEQJwejvT32q3lX8Z+29jVLFQZ8XN2RGsu5e21oMiQ==", "dev": true, "requires": { - "@vuepress/types": "1.9.5" + "@vuepress/types": "1.9.8" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.8.tgz", + "integrity": "sha512-ygRFqILi4SQjExxvpVUFXB/h76dN+k8GrDWYhAgmox1zhWEEzsskbqewXGKWE48RW9EJDYGgh8jy+CWvm7ILXg==", + "dev": true, + "requires": { + "@types/markdown-it": "^10.0.0", + "@types/webpack-dev-server": "^3", + "webpack-chain": "^6.0.0" + } + } } }, "@vuepress/plugin-last-updated": { diff --git a/package.json b/package.json index 0e771a4e..684ccc49 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "typescript": "4.2.4", "vuepress": "1.4.0", "@vuepress/plugin-back-to-top": "^1.9.5", - "@vuepress/plugin-google-analytics": "^1.9.5" + "@vuepress/plugin-google-analytics": "^1.9.8" } }