From 492c2571e94dc5e1940a610b9427a5204e85463f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:18:21 +0000 Subject: [PATCH] Bump @gtm-support/vue2-gtm from 1.3.0 to 2.0.0 Bumps [@gtm-support/vue2-gtm](https://github.com/gtm-support/vue-gtm) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/gtm-support/vue-gtm/releases) - [Changelog](https://github.com/gtm-support/vue-gtm/blob/main/CHANGELOG.md) - [Commits](https://github.com/gtm-support/vue-gtm/compare/1.3.0...2.0.0) --- updated-dependencies: - dependency-name: "@gtm-support/vue2-gtm" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf9a83b5..cdea4cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.38.0", "dependencies": { "@egjs/vue-flicking": "^4.12.0", - "@gtm-support/vue2-gtm": "^1.3.0", + "@gtm-support/vue2-gtm": "^2.0.0", "@octokit/rest": "^19.0.5", "@quasar/extras": "^1.16.12", "ajv": "^8.13.0", @@ -2827,19 +2827,21 @@ } }, "node_modules/@gtm-support/core": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@gtm-support/core/-/core-1.3.0.tgz", - "integrity": "sha512-+dGzsV9hu4XgtlLmUps+nxWuLmnu57ByZuoExBpc9D6KsZ3Q9gk4dFf7H1TxLqcIOtTW2KlrOtO5hPV5Hoo2JA==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@gtm-support/core/-/core-2.3.1.tgz", + "integrity": "sha512-eD0hndQjhgKm5f/7IA9fZYujmHiVMY+fnYv4mdZSmz5XJQlS4TiTmpdZx2l7I2A9rI9J6Ysz8LpXYYNo/Xq4LQ==", + "license": "MIT" }, "node_modules/@gtm-support/vue2-gtm": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@gtm-support/vue2-gtm/-/vue2-gtm-1.3.0.tgz", - "integrity": "sha512-yO7+gxSQEEcPH6gWMNcdhRDyj4ApBnG4JHIizP1HfY8y1+8SFNQIWE1icJY8l3wNW6DYVz3wtP+Ri2Wk4aF7Kw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@gtm-support/vue2-gtm/-/vue2-gtm-2.0.0.tgz", + "integrity": "sha512-GctELllbEhXzYEyKLFi9HgS4nyvOfhQVTDzo+uvqQXnf8hG8Cj4KppEIdFWEygbzLLTDescdZZEyeVCxJizdBg==", + "license": "MIT", "dependencies": { - "@gtm-support/core": "1.3.0" + "@gtm-support/core": "^2.0.0" }, "peerDependencies": { - "vue": "^2.6.14" + "vue": "^2.7.0" } }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 9a90cc97..0c83c287 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@egjs/vue-flicking": "^4.12.0", - "@gtm-support/vue2-gtm": "^1.3.0", + "@gtm-support/vue2-gtm": "^2.0.0", "@octokit/rest": "^19.0.5", "@quasar/extras": "^1.16.12", "ajv": "^8.13.0",