From fe144384aa74ff0af6ab176c5659080811a4b38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 01:48:58 +0000 Subject: [PATCH] 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0d673221..b02e4a51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index fbb5bcbbd..160dea1aa 100644 --- a/package.json +++ b/package.json @@ -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",