From 163eaba498c4b61330b255602608252150d5f7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:10:15 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.14.2 to 17.0.0 in /packages/gitlab-mcp Bumps [graphql](https://github.com/graphql/graphql-js) from 16.14.2 to 17.0.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.14.2...v17.0.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gitlab-mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitlab-mcp/package.json b/packages/gitlab-mcp/package.json index 4429a4fc3..da57e186d 100644 --- a/packages/gitlab-mcp/package.json +++ b/packages/gitlab-mcp/package.json @@ -561,7 +561,7 @@ "@clack/prompts": "^1.5.1", "@modelcontextprotocol/sdk": "^1.29.0", "express": "^5.2.1", - "graphql": "^16.14.2", + "graphql": "^17.0.0", "graphql-tag": "^2.12.6", "open": "^11.0.0", "picomatch": "^4.0.4",