summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-27 10:07:43 +0300
committerGitHub <noreply@github.com>2021-12-27 10:07:43 +0300
commit3d0a1244fce7de4dc5bc556f1ecac853eda5e2f8 (patch)
tree9a17f5019c891706fa8db18043c1718ea6bf38b6
parent0feaffb94c617c34808612ac7328ea270a83bb0b (diff)
build: bump @vuepress/plugin-google-analytics in /docs (#3350)
Bumps [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) from 1.8.2 to 1.9.5. - [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.5/packages/@vuepress/plugin-google-analytics) --- updated-dependencies: - dependency-name: "@vuepress/plugin-google-analytics" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--docs/package-lock.json24
-rw-r--r--docs/package.json2
2 files changed, 16 insertions, 10 deletions
diff --git a/docs/package-lock.json b/docs/package-lock.json
index 11d8425ac..6f7658354 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
- "@vuepress/plugin-google-analytics": "^1.8.2",
+ "@vuepress/plugin-google-analytics": "^1.9.5",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",
@@ -2266,10 +2266,13 @@
}
},
"node_modules/@vuepress/plugin-google-analytics": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.2.tgz",
- "integrity": "sha512-BMFayLzT2BvXmnhM9mDHw0UPU7J0pH1X9gQA4HmZxOf7f3+atK5eJGsc1Ia/+1FTG2ESvhFLUU/CC3h5arjEJw==",
- "dev": true
+ "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==",
+ "dev": true,
+ "dependencies": {
+ "@vuepress/types": "1.9.5"
+ }
},
"node_modules/@vuepress/plugin-last-updated": {
"version": "1.9.5",
@@ -16481,10 +16484,13 @@
}
},
"@vuepress/plugin-google-analytics": {
- "version": "1.8.2",
- "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.8.2.tgz",
- "integrity": "sha512-BMFayLzT2BvXmnhM9mDHw0UPU7J0pH1X9gQA4HmZxOf7f3+atK5eJGsc1Ia/+1FTG2ESvhFLUU/CC3h5arjEJw==",
- "dev": true
+ "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==",
+ "dev": true,
+ "requires": {
+ "@vuepress/types": "1.9.5"
+ }
},
"@vuepress/plugin-last-updated": {
"version": "1.9.5",
diff --git a/docs/package.json b/docs/package.json
index 80566d81c..2080fd8e5 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -4,7 +4,7 @@
"build": "vuepress build"
},
"devDependencies": {
- "@vuepress/plugin-google-analytics": "^1.8.2",
+ "@vuepress/plugin-google-analytics": "^1.9.5",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",