From 1ae2b15aa57e070960a5d45c40914a8e8587683b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:54:37 +0000 Subject: [PATCH] Update dependency graphql-request to v7 --- package.json | 2 +- packages/github/package.json | 2 +- packages/gitlab/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4ef6615a..535ddf80 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@swc/helpers": "0.5.17", "axios": "^1.0.0", "graphql": "^16.6.0", - "graphql-request": "^6.1.0", + "graphql-request": "^7.0.0", "js-base64": "^3.7.2", "octokit": "^3.0.0", "tslib": "^2.3.0" diff --git a/packages/github/package.json b/packages/github/package.json index ad8d07e3..55d8f948 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -21,7 +21,7 @@ "@git-filesystem/abstractions": "*", "octokit": "^3.0.0", "@git-filesystem/utils": "*", - "graphql-request": "^6.1.0", + "graphql-request": "^7.0.0", "tslib": "^2.3.0" } } diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index 4e3ec18f..9dbdf53f 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "axios": "^1.0.0", - "graphql-request": "^6.1.0", + "graphql-request": "^7.0.0", "@git-filesystem/abstractions": "*", "@git-filesystem/utils": "*", "tslib": "^2.3.0"