From 5d29c9a4c47cac91e1c7aacf7a7d821d1297045c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:03:42 +0000 Subject: [PATCH] Bump graphql-tag from 2.12.6 to 2.12.7 Bumps [graphql-tag](https://github.com/apollographql/graphql-tag) from 2.12.6 to 2.12.7. - [Release notes](https://github.com/apollographql/graphql-tag/releases) - [Changelog](https://github.com/apollographql/graphql-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/graphql-tag/compare/v2.12.6...v2.12.7) --- updated-dependencies: - dependency-name: graphql-tag dependency-version: 2.12.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bd2e179df..f427319546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "echarts": "^6.1.0", "flot": "^4.2.6", "graphql": "^16.14.0", - "graphql-tag": "^2.12.6", + "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3", "jquery.cookie": "^1.4.1", @@ -9682,9 +9682,10 @@ } }, "node_modules/graphql-tag": { - "version": "2.12.6", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", - "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", + "version": "2.12.7", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.7.tgz", + "integrity": "sha512-xnE/NFzy+0eIesvAsREJZ284zTl/wYuBAvpsFSDhRGRdRHdnE90M21Q3xAWyYInb0J756c6x0pIQ62+vtvOs1Q==", + "license": "MIT", "dependencies": { "tslib": "^2.1.0" }, @@ -9692,7 +9693,7 @@ "node": ">=10" }, "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/growly": { diff --git a/package.json b/package.json index 8d9fdf72cf..a2b0d23b08 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "echarts": "^6.1.0", "flot": "^4.2.6", "graphql": "^16.14.0", - "graphql-tag": "^2.12.6", + "graphql-tag": "^2.12.7", "jquery": "^3.7", "jquery-ui-dist": "^1.13.3", "jquery.cookie": "^1.4.1",