chore(deps): bump @nuxtjs/gtm from 2.2.3 to 2.3.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-02 03:52:49 +00:00
committed by GitHub
parent 0897bb24fd
commit 898b74a478
2 changed files with 24 additions and 4 deletions

26
package-lock.json generated
View File

@@ -2228,9 +2228,29 @@
} }
}, },
"@nuxtjs/gtm": { "@nuxtjs/gtm": {
"version": "2.2.3", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/gtm/-/gtm-2.2.3.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/gtm/-/gtm-2.3.0.tgz",
"integrity": "sha512-YRvxCo2rpe61kR49LmepK0lCjrrb3hvb89X7/AO5IFPzPU6hxUDpi4V3rnahUTwHcDdYknVqtjAn8ZFMp+HE2Q==" "integrity": "sha512-sMDQomgZ4MuxDPtka+zoi3hfnNkHL8B5q1XJZVoY9qgN3/P3PiOOrPG/MnbAy8o49HPW3ByPW3hicJYPEKQYmw==",
"requires": {
"chalk": "^4.0.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==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
}
},
"semver": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
}
}
}, },
"@nuxtjs/proxy": { "@nuxtjs/proxy": {
"version": "1.3.3", "version": "1.3.3",

View File

@@ -31,7 +31,7 @@
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.10.3", "@nuxtjs/axios": "^5.10.3",
"@nuxtjs/gtm": "^2.2.3", "@nuxtjs/gtm": "^2.3.0",
"@nuxtjs/robots": "^2.4.2", "@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.3.0", "@nuxtjs/sitemap": "^2.3.0",
"@nuxtjs/toast": "^3.3.0", "@nuxtjs/toast": "^3.3.0",