From 1d0889ec201139f9fb6baa5ce67bbd9ece7daf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:53:03 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.8.0 to 17.0.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 17.0.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...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] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2794c4a..7c3487e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "axios": "^1.2.6", "change-case": "^4.1.2", "commander": "^10.0.0", - "graphql": "^16.5.0", + "graphql": "^17.0.2", "typescript": "^5.0.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 85f96ea..57e7512 100644 --- a/yarn.lock +++ b/yarn.lock @@ -530,9 +530,9 @@ graceful-fs@^4.1.2: version "4.2.10" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" -graphql@^16.5.0: - version "16.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" +graphql@^17.0.2: + version "17.0.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-17.0.2.tgz#05ff6f18e0801e8d040d46957eba712c1459d5d7" handlebars@^4.7.7: version "4.7.7"