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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-11 00:12:49 +00:00
committed by GitHub
parent 35a0d50918
commit bb9db3b1ca
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -1437,11 +1437,11 @@
}
},
"@nuxtjs/google-analytics": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.2.2.tgz",
"integrity": "sha512-uzjdj9GEvPa1jB2soPAeTH75u8qbEAMV36i9PLfkv23emfUIPF1PcgsRFJOBT1x19Zeg9ywC4U8q76li912vEQ==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.2.3.tgz",
"integrity": "sha512-dPwgsRNECtZqHdmnbJRFy3T4DDVakrpeN7vM1DwAIV1FXYlIBMKvdi8nt1v8TPU4IZdaoXrQodfeNMCooPo/7g==",
"requires": {
"vue-analytics": "^5.18.0"
"vue-analytics": "^5.22.1"
}
},
"@nuxtjs/google-tag-manager": {
@@ -10972,9 +10972,9 @@
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
},
"vue-analytics": {
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/vue-analytics/-/vue-analytics-5.19.1.tgz",
"integrity": "sha512-vNMgKJn85sHw+7Q/iat+yVcUnHLd3sgXiFJvm7+NuyN3Wa+6TQY8G0yK/pUCJFW0bA+3QNAe6tPtUvq8mapG7A=="
"version": "5.22.1",
"resolved": "https://registry.npmjs.org/vue-analytics/-/vue-analytics-5.22.1.tgz",
"integrity": "sha512-HPKQMN7gfcUqS5SxoO0VxqLRRSPkG1H1FqglsHccz6BatBatNtm/Vyy8brApktZxNCfnAkrSVDpxg3/FNDeOgQ=="
},
"vue-client-only": {
"version": "2.0.0",

View File

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