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>
This commit is contained in:
parent
0feaffb94c
commit
3d0a1244fc
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue