Bump @nuxtjs/google-analytics from 2.3.0 to 2.4.0

Bumps [@nuxtjs/google-analytics](https://github.com/nuxt-community/analytics-module) from 2.3.0 to 2.4.0.
- [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.3.0...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-07-17 00:40:17 +00:00
committed by GitHub
parent d9734a8fd9
commit 115b3da62c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2222,9 +2222,9 @@
}
},
"@nuxtjs/google-analytics": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.3.0.tgz",
"integrity": "sha512-TBRWCZJJBywNU4Sxbe03w5uy76O9JiOJz5ZgFDAmU06IUhwMELWOoQFWTqgROmvhqzoZrXMPR5JiaEnvaCRuDA==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/google-analytics/-/google-analytics-2.4.0.tgz",
"integrity": "sha512-rDQTwHIjyjVrx8GywHPuWykJ3jRFGaHl5Iqji/y8tQWUc0yGEeHxOoR0yimzxnTS1Ph2/PubQYpgnVeEPEdL/A==",
"dev": true,
"requires": {
"vue-analytics": "^5.22.1"

View File

@@ -51,7 +51,7 @@
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"cypress": "^4.10.0",
"eslint": "^7.4.0",