From fd2911e13e2c7c67e4bab2b6173adde11cb7dbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 20:10:44 +0000 Subject: [PATCH] chore(deps)(deps): bump graphql from 16.14.2 to 17.0.2 in /backend Bumps [graphql](https://github.com/graphql/graphql-js) from 16.14.2 to 17.0.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.14.2...v17.0.2) --- updated-dependencies: - dependency-name: graphql dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index a0bc19c1..1145fe2c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -45,7 +45,7 @@ "express": "^4.18.2", "express-rate-limit": "^7.1.5", "express-validator": "^7.3.1", - "graphql": "^16.13.2", + "graphql": "^17.0.2", "graphql-http": "^1.22.4", "graphql-query-complexity": "^1.1.1", "graphql-ws": "^5.16.2",