From 71ef960e5d745397562525fff4f154429781093c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:34:45 -0400 Subject: [PATCH] build(deps-dev): Bump @graphql-tools/utils from 10.1.1 to 10.1.2 (#1752) Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 10.1.1 to 10.1.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@10.1.2/packages/utils) --- updated-dependencies: - dependency-name: "@graphql-tools/utils" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb7a67de3..989ffa8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4123,9 +4123,9 @@ "dev": true }, "node_modules/@graphql-tools/utils": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.1.1.tgz", - "integrity": "sha512-1kNkZsND12hPkb+YpuUeTRt8f9ZTGhYOfu23V5Z21HegYDjl1k9eX+Inher/eiHCf1eXCk5rKWL9Liol8MWixA==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.1.2.tgz", + "integrity": "sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1",