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"