From 76ca8d96e2392b94e5474786e70f1faeb1255fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:47:46 +0000 Subject: [PATCH] Bump graphql from 16.13.2 to 17.0.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.13.2 to 17.0.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.13.2...v17.0.1) --- updated-dependencies: - dependency-name: graphql dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 91dbc77..c9c0e27 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "@simulacrum/foundation-simulator": "^0.8.0", "assert-ts": "^0.3.4", "express": "^5.2.1", - "graphql": "^16.9.0", + "graphql": "^17.0.1", "graphql-yoga": "^5.21.2", "zod": "^4.4.3", }, @@ -567,7 +567,7 @@ "gopd": ["gopd@1.2.0", "", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="], - "graphql": ["graphql@16.13.2", "", {}, "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig=="], + "graphql": ["graphql@17.0.1", "", {}, "sha512-8eWbg5Zcv/8o20nzEjHUGPTj20MLFJjc5kagbIPxbaeGxvFwpitJhemEC/k17n5+UD4M/9ea5rTuce78mELujQ=="], "graphql-config": ["graphql-config@5.1.6", "", { "dependencies": { "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/json-file-loader": "^8.0.0", "@graphql-tools/load": "^8.1.0", "@graphql-tools/merge": "^9.0.0", "@graphql-tools/url-loader": "^9.0.0", "@graphql-tools/utils": "^11.0.0", "cosmiconfig": "^8.1.0", "jiti": "^2.0.0", "minimatch": "^10.0.0", "string-env-interpolation": "^1.0.1", "tslib": "^2.4.0" }, "peerDependencies": { "cosmiconfig-toml-loader": "^1.0.0", "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "optionalPeers": ["cosmiconfig-toml-loader"] }, "sha512-fCkYnm4Kdq3un0YIM4BCZHVR5xl0UeLP6syxxO7KAstdY7QVyVvTHP0kRPDYEP1v08uwtJVgis5sj3IOTLOniQ=="], diff --git a/package.json b/package.json index 4d1fd5f..1ce9080 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@simulacrum/foundation-simulator": "^0.8.0", "assert-ts": "^0.3.4", "express": "^5.2.1", - "graphql": "^16.9.0", + "graphql": "^17.0.1", "graphql-yoga": "^5.21.2", "zod": "^4.4.3" },