build: bump @vuepress/plugin-google-analytics in /docs (#3495)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-24 17:03:04 +03:00 committed by GitHub
parent 4ee6e6ce3f
commit b71861e7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 10 deletions

42
docs/package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.5",
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",
@ -2266,12 +2266,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.5"
"@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": {
"@types/markdown-it": "^10.0.0",
"@types/webpack-dev-server": "^3",
"webpack-chain": "^6.0.0"
}
},
"node_modules/@vuepress/plugin-last-updated": {
@ -16484,12 +16495,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": {

View File

@ -4,7 +4,7 @@
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.5",
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",