From cf1ebdd9db84f74584b3ad2329a35976a3f7aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:46:14 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.8.1 to 16.13.0 in /sdk/typescript Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.13.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.13.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/typescript/package.json | 2 +- sdk/typescript/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index ccba0e4ec6d..6f32a0d2784 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -20,7 +20,7 @@ "adm-zip": "^0.5.10", "env-paths": "^3.0.0", "execa": "^8.0.1", - "graphql": "^16.8.0", + "graphql": "^16.13.0", "graphql-request": "^6.1.0", "graphql-tag": "^2.12.6", "node-color-log": "^11.0.0", diff --git a/sdk/typescript/yarn.lock b/sdk/typescript/yarn.lock index 1d325b245c1..e7f0241adbb 100644 --- a/sdk/typescript/yarn.lock +++ b/sdk/typescript/yarn.lock @@ -1089,10 +1089,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql@^16.8.0: - version "16.8.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" - integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== +graphql@^16.13.0: + version "16.13.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.13.0.tgz#726857e897e87d54412d62356ec0b6b76bfab409" + integrity sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA== has-flag@^3.0.0: version "3.0.0"