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

Bumps [@nuxtjs/google-analytics](https://github.com/nuxt-community/analytics-module) from 2.2.1 to 2.2.2.
- [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.1...v2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-07 00:15:10 +00:00
committed by GitHub
parent 777fe9b42a
commit 6e208c3766
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -1353,11 +1353,11 @@
}
},
"@nuxtjs/google-analytics": {
"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==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.2.2.tgz",
"integrity": "sha512-uzjdj9GEvPa1jB2soPAeTH75u8qbEAMV36i9PLfkv23emfUIPF1PcgsRFJOBT1x19Zeg9ywC4U8q76li912vEQ==",
"requires": {
"vue-analytics": "^5.17.2"
"vue-analytics": "^5.18.0"
}
},
"@nuxtjs/google-tag-manager": {
@@ -10975,9 +10975,9 @@
"integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ=="
},
"vue-analytics": {
"version": "5.17.2",
"resolved": "https://registry.npmjs.org/vue-analytics/-/vue-analytics-5.17.2.tgz",
"integrity": "sha512-Vfbn5laOG8OVetrBNRfV64y/N5VVyw1PPC4LiowZFh58UOsfsGH8w+ZZn0pyMelSZmz9uxkgG5dNnce4bwJ6jg=="
"version": "5.18.0",
"resolved": "https://registry.npmjs.org/vue-analytics/-/vue-analytics-5.18.0.tgz",
"integrity": "sha512-rnDwx+4mksrwohIxqwJqRVuXotpyKjEPeqMoYveAK3vIp8MiO2BuUfVxELaPFN9/OXFt2ayuQDMParsjWDrNmA=="
},
"vue-client-only": {
"version": "2.0.0",

View File

@@ -19,7 +19,7 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/google-tag-manager": "^2.3.1",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/robots": "^2.4.2",