From cbf157c0ebfea20bea1e155b6d887c925c5576d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:58:43 -0400 Subject: [PATCH] build(deps-dev): Bump @graphql-tools/utils from 10.0.13 to 10.1.1 (#1626) Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 10.0.13 to 10.1.1. - [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.1/packages/utils) --- updated-dependencies: - dependency-name: "@graphql-tools/utils" dependency-type: indirect update-type: version-update:semver-minor ... 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 ffb5f230e..7b07383b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4098,9 +4098,9 @@ "dev": true }, "node_modules/@graphql-tools/utils": { - "version": "10.0.13", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.13.tgz", - "integrity": "sha512-fMILwGr5Dm2zefNItjQ6C2rauigklv69LIwppccICuGTnGaOp3DspLt/6Lxj72cbg5d9z60Sr+Egco3CJKLsNg==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.1.1.tgz", + "integrity": "sha512-1kNkZsND12hPkb+YpuUeTRt8f9ZTGhYOfu23V5Z21HegYDjl1k9eX+Inher/eiHCf1eXCk5rKWL9Liol8MWixA==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1",