From 17a725ec43defff07665250d93a937cc97779247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:43:38 +0000 Subject: [PATCH] chore(deps-dev): bump graphql from 16.10.0 to 16.11.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5568d63e6..63bb54921 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "expect": "30.0.4", "express": "5.1.0", "globals": "16.2.0", - "graphql": "16.10.0", + "graphql": "16.11.0", "graphql-tag": "^2.12.6", "husky": "9.1.7", "inquirer-test": "2.0.1",