From 0e04bd349e90880483883f1d5086c78e33f7b0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:13:47 +0000 Subject: [PATCH] Bump @vuepress/plugin-google-analytics from 1.9.5 to 1.9.9 Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.9.5 to 1.9.9. - [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.9/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..2b40d2f1 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.9", "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.9", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz", + "integrity": "sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ==", + "dev": true, + "dependencies": { + "@vuepress/types": "1.9.9" + } + }, + "node_modules/@vuepress/plugin-google-analytics/node_modules/@vuepress/types": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.9.tgz", + "integrity": "sha512-ukGW49ILzLhIc7CltHMr+BeIjWKloJNN1mrvbDz3beycp9b9kgH+DXNdRIK9QCKr4fJsy7x08vNMwZr9Nq/PTQ==", "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.9", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz", + "integrity": "sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ==", "dev": true, "requires": { - "@vuepress/types": "1.9.5" + "@vuepress/types": "1.9.9" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.9.tgz", + "integrity": "sha512-ukGW49ILzLhIc7CltHMr+BeIjWKloJNN1mrvbDz3beycp9b9kgH+DXNdRIK9QCKr4fJsy7x08vNMwZr9Nq/PTQ==", + "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..af33f35b 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.9" } }