From cb50ccd1c994ee4cf6ce8dd6c30b3757f73803f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:25:13 +0000 Subject: [PATCH] fix(deps): update dependency @graphql-tools/utils to v10.6.3 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 99a641444..27266fb0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2227,9 +2227,9 @@ ws "^8.17.1" "@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.6.0", "@graphql-tools/utils@^10.6.1", "@graphql-tools/utils@^10.6.2": - version "10.6.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.2.tgz#2325d9f5c9db1ce97ef6dc763fddc8b637a78dbf" - integrity sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw== + version "10.6.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.3.tgz#d178bca50b260ea6e113b792e672fa1bc5b78bfe" + integrity sha512-hEaQTGyQUG3DJqCaIsiu4M+jUgWUf+h6kDwC8MtGElwkL1HWi+qX2qyynw8h9WoV7STmmHDSwkk2ET1IC3nRPw== dependencies: "@graphql-typed-document-node/core" "^3.1.1" cross-inspect "1.0.1"