⬆️ Bump @nuxtjs/google-analytics from 2.2.0 to 2.2.1

Bumps [@nuxtjs/google-analytics](https://github.com/nuxt-community/analytics-module) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/nuxt-community/analytics-module/releases)
- [Changelog](https://github.com/nuxt-community/analytics-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/analytics-module/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-26 00:14:26 +00:00
committed by GitHub
parent 17adfeb553
commit a4aeb83a01
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1309,11 +1309,11 @@
}
},
"@nuxtjs/google-analytics": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.2.0.tgz",
"integrity": "sha512-Ds166zi7KAwc23gHOkKHovSdMEDJS55UJGkowT4IfVAOCE00l65J3fKI9t2P9+O5cdokXTadNiMLGZV5QM731Q==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.2.1.tgz",
"integrity": "sha512-li2Xd9G1v6+wdAiAM+G7USTrQ+/ND/fmf02cKs5IRLbKxba+RHDePKu4s5kvWyrgeczgZRaL+Tm4s24mGDYS6g==",
"requires": {
"vue-analytics": "^5.16.2"
"vue-analytics": "^5.17.2"
}
},
"@nuxtjs/google-tag-manager": {

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/google-tag-manager": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/sitemap": "^2.0.0",