Bump @nuxtjs/gtm from 2.3.0 to 2.3.2

Bumps [@nuxtjs/gtm](https://github.com/nuxt-community/gtm-module) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/nuxt-community/gtm-module/releases)
- [Changelog](https://github.com/nuxt-community/gtm-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/gtm-module/compare/v2.3.0...v2.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-07-24 01:48:58 +00:00
committed by GitHub
parent e3226b734d
commit fe144384aa
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -2231,18 +2231,18 @@
}
},
"@nuxtjs/gtm": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/gtm/-/gtm-2.3.0.tgz",
"integrity": "sha512-sMDQomgZ4MuxDPtka+zoi3hfnNkHL8B5q1XJZVoY9qgN3/P3PiOOrPG/MnbAy8o49HPW3ByPW3hicJYPEKQYmw==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/@nuxtjs/gtm/-/gtm-2.3.2.tgz",
"integrity": "sha512-DC4m8mqKv8WkmFZJ/qEnpDXhJgbMQfTyny1p2GGbV+QzEtm61tAsNIjx9tO15KYH99EG3LqJN68RxsEMtn2ZVQ==",
"requires": {
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"semver": "^7.3.2"
},
"dependencies": {
"chalk": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz",
"integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
"integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"

View File

@@ -31,7 +31,7 @@
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/gtm": "^2.3.0",
"@nuxtjs/gtm": "^2.3.2",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",