From ef838344bf05693e54d5b098737f344621d651c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:58:15 +0000 Subject: [PATCH] refactor: Bump @graphql-tools/utils from 11.0.0 to 11.2.2 Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 11.0.0 to 11.2.2. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@11.2.2/packages/utils) --- updated-dependencies: - dependency-name: "@graphql-tools/utils" dependency-version: 11.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90731447f1..1539a82ced 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fastify/busboy": "3.2.0", "@graphql-tools/merge": "9.1.7", "@graphql-tools/schema": "10.0.31", - "@graphql-tools/utils": "11.0.0", + "@graphql-tools/utils": "11.2.2", "@parse/fs-files-adapter": "3.0.0", "@parse/push-adapter": "8.4.0", "bcryptjs": "3.0.3", @@ -2777,10 +2777,9 @@ } }, "node_modules/@graphql-tools/utils": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz", - "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==", - "license": "MIT", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.2.tgz", + "integrity": "sha512-Do2A/t6ayqOma8m7PvpYMsCBswL+NB35BQSng4GWSBqafL2/BnfAZy/NSENPwV721Rm2fG0BHETFC0+FJJZmLw==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@whatwg-node/promise-helpers": "^1.0.0", @@ -29061,9 +29060,9 @@ } }, "@graphql-tools/utils": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz", - "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.2.tgz", + "integrity": "sha512-Do2A/t6ayqOma8m7PvpYMsCBswL+NB35BQSng4GWSBqafL2/BnfAZy/NSENPwV721Rm2fG0BHETFC0+FJJZmLw==", "requires": { "@graphql-typed-document-node/core": "^3.1.1", "@whatwg-node/promise-helpers": "^1.0.0", diff --git a/package.json b/package.json index 408e29730d..d74146789a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@fastify/busboy": "3.2.0", "@graphql-tools/merge": "9.1.7", "@graphql-tools/schema": "10.0.31", - "@graphql-tools/utils": "11.0.0", + "@graphql-tools/utils": "11.2.2", "@parse/fs-files-adapter": "3.0.0", "@parse/push-adapter": "8.4.0", "bcryptjs": "3.0.3",