From ee17ed0fd0295926b4900d68dcad10a074829f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 04:28:50 +0000 Subject: [PATCH] Bump @vuepress/plugin-google-analytics from 1.9.5 to 1.9.7 Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.9.5 to 1.9.7. - [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.7/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..b3b931f3 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.7", "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.7", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.7.tgz", + "integrity": "sha512-ZpsYrk23JdwbcJo9xArVcdqYHt5VyTX9UN9bLqNrLJRgRTV0X2jKUkM63dlKTJMpBf+0K1PQMJbGBXgOO7Yh0Q==", + "dev": true, + "dependencies": { + "@vuepress/types": "1.9.7" + } + }, + "node_modules/@vuepress/plugin-google-analytics/node_modules/@vuepress/types": { + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.7.tgz", + "integrity": "sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog==", "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.7", + "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.7.tgz", + "integrity": "sha512-ZpsYrk23JdwbcJo9xArVcdqYHt5VyTX9UN9bLqNrLJRgRTV0X2jKUkM63dlKTJMpBf+0K1PQMJbGBXgOO7Yh0Q==", "dev": true, "requires": { - "@vuepress/types": "1.9.5" + "@vuepress/types": "1.9.7" + }, + "dependencies": { + "@vuepress/types": { + "version": "1.9.7", + "resolved": "https://registry.npmjs.org/@vuepress/types/-/types-1.9.7.tgz", + "integrity": "sha512-moLQzkX3ED2o18dimLemUm7UVDKxhcrJmGt5C0Ng3xxrLPaQu7UqbROtEKB3YnMRt4P/CA91J+Ck+b9LmGabog==", + "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..57863f3e 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.7" } }