Skip to content

Commit b6f25eb

Browse files
fix(deps): update graphql-tools monorepo
1 parent c90fd62 commit b6f25eb

File tree

2 files changed

+36
-90
lines changed

2 files changed

+36
-90
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"author": "Matic Zavadlal <[email protected]>",
2626
"dependencies": {
27-
"@graphql-tools/delegate": "^10.0.21",
28-
"@graphql-tools/schema": "^10.0.6"
27+
"@graphql-tools/delegate": "^10.1.0",
28+
"@graphql-tools/schema": "^10.0.7"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^29.5.13",

yarn.lock

Lines changed: 34 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -601,35 +601,36 @@
601601
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
602602
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
603603

604-
"@graphql-tools/batch-execute@^9.0.4":
605-
version "9.0.4"
606-
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz#11601409c0c33491971fc82592de12390ec58be2"
607-
integrity sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==
604+
"@graphql-tools/batch-execute@^9.0.5":
605+
version "9.0.5"
606+
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.5.tgz#335a224d5fc18d66b6bd3bec82bf8c74e643c64a"
607+
integrity sha512-wkHLqBNtprKuNk+6ZoOw/RthsnGDycIjtOo976K8f0IgbE7fRNO9SnyhjSziHaIWVDjOuP3XaJD5v/i3vQsa5Q==
608608
dependencies:
609-
"@graphql-tools/utils" "^10.0.13"
609+
"@graphql-tools/utils" "^10.5.5"
610610
dataloader "^2.2.2"
611611
tslib "^2.4.0"
612612
value-or-promise "^1.0.12"
613613

614-
"@graphql-tools/delegate@^10.0.21":
615-
version "10.0.21"
616-
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.21.tgz#8ef35bc07e7e48c16d795d3a90a24342ae4076fb"
617-
integrity sha512-UytyYVvDfLQbCYG1aQo8Vc67c1WhEjzW9ytYKEEqMJSdlwfMCujHmCz7EyH5DNjTAKapDHuQcN5VivKGap/Beg==
614+
"@graphql-tools/delegate@^10.1.0":
615+
version "10.1.0"
616+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.1.0.tgz#659eaffd00049f7ef525697a0eb169453a4df3e2"
617+
integrity sha512-INGyOd8r2r42FCapGYnOqFjUCTaZVEsBG6tbR0fFXS5yieel1bgYfZTa3MEDpje34micxImW/Ohnc1kX0H5IZg==
618618
dependencies:
619-
"@graphql-tools/batch-execute" "^9.0.4"
620-
"@graphql-tools/executor" "^1.3.1"
621-
"@graphql-tools/schema" "^10.0.4"
622-
"@graphql-tools/utils" "^10.3.4"
619+
"@graphql-tools/batch-execute" "^9.0.5"
620+
"@graphql-tools/executor" "^1.3.2"
621+
"@graphql-tools/schema" "^10.0.7"
622+
"@graphql-tools/utils" "^10.5.5"
623623
"@repeaterjs/repeater" "^3.0.6"
624624
dataloader "^2.2.2"
625+
dset "^3.1.2"
625626
tslib "^2.5.0"
626627

627-
"@graphql-tools/executor@^1.3.1":
628-
version "1.3.1"
629-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.1.tgz#69de74932442a84017c49639e23e0202e169db60"
630-
integrity sha512-tgJDdGf9SCAm64ofEMZdv925u6/J+eTmv36TGNLxgP2DpCJsZ6gnJ4A+0D28EazDXqJIvMiPd+3d+o3cCRCAnQ==
628+
"@graphql-tools/executor@^1.3.2":
629+
version "1.3.2"
630+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.2.tgz#b0407102fd4eb0cdfebc2e2610f40c2bd8dfc317"
631+
integrity sha512-U8nAR709IPNjwf0aLG6U9FlX0t7vA4cdWvL4RtMR/L/Ll4OHZ39OqUtq6moy+kLRRwLTqLif6iiUYrxnWpUGXw==
631632
dependencies:
632-
"@graphql-tools/utils" "^10.3.4"
633+
"@graphql-tools/utils" "^10.5.5"
633634
"@graphql-typed-document-node/core" "3.2.0"
634635
"@repeaterjs/repeater" "^3.0.4"
635636
tslib "^2.4.0"
@@ -643,39 +644,21 @@
643644
"@graphql-tools/utils" "^9.2.1"
644645
tslib "^2.4.0"
645646

646-
"@graphql-tools/merge@^9.0.3":
647-
version "9.0.3"
648-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a"
649-
integrity sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw==
650-
dependencies:
651-
"@graphql-tools/utils" "^10.0.13"
652-
tslib "^2.4.0"
653-
654-
"@graphql-tools/merge@^9.0.6":
655-
version "9.0.6"
656-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
657-
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
647+
"@graphql-tools/merge@^9.0.8":
648+
version "9.0.8"
649+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.8.tgz#9db38170bfbeba3c5bfbb277d6cb5d5991119ff1"
650+
integrity sha512-RG9NEp4fi0MoFi0te4ahqTMYuavQnXlpEZxxMomdCa6CI5tfekcVm/rsLF5Zt8O4HY+esDt9+4dCL+aOKvG79w==
658651
dependencies:
659-
"@graphql-tools/utils" "^10.5.4"
652+
"@graphql-tools/utils" "^10.5.5"
660653
tslib "^2.4.0"
661654

662-
"@graphql-tools/schema@^10.0.4":
663-
version "10.0.4"
664-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.4.tgz#d4fc739a2cc07b4fc5f31a714178a561cba210cd"
665-
integrity sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==
655+
"@graphql-tools/schema@^10.0.7":
656+
version "10.0.7"
657+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.7.tgz#b90282f2446d160197282d4a90297a5f842dfb3f"
658+
integrity sha512-Cz1o+rf9cd3uMgG+zI9HlM5mPlnHQUlk/UQRZyUlPDfT+944taLaokjvj7AI6GcOFVf4f2D11XthQp+0GY31jQ==
666659
dependencies:
667-
"@graphql-tools/merge" "^9.0.3"
668-
"@graphql-tools/utils" "^10.2.1"
669-
tslib "^2.4.0"
670-
value-or-promise "^1.0.12"
671-
672-
"@graphql-tools/schema@^10.0.6":
673-
version "10.0.6"
674-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
675-
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
676-
dependencies:
677-
"@graphql-tools/merge" "^9.0.6"
678-
"@graphql-tools/utils" "^10.5.4"
660+
"@graphql-tools/merge" "^9.0.8"
661+
"@graphql-tools/utils" "^10.5.5"
679662
tslib "^2.4.0"
680663
value-or-promise "^1.0.12"
681664

@@ -689,40 +672,10 @@
689672
tslib "^2.4.0"
690673
value-or-promise "^1.0.12"
691674

692-
"@graphql-tools/utils@^10.0.13":
693-
version "10.1.0"
694-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.1.0.tgz#d8c23a8b8636a5df59b14991bf25eae5ac15d314"
695-
integrity sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw==
696-
dependencies:
697-
"@graphql-typed-document-node/core" "^3.1.1"
698-
cross-inspect "1.0.0"
699-
dset "^3.1.2"
700-
tslib "^2.4.0"
701-
702-
"@graphql-tools/utils@^10.2.1":
703-
version "10.2.1"
704-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.2.1.tgz#5816c1ebbe0adb8b039bd94b1f41c5ffa0dcc41e"
705-
integrity sha512-U8OMdkkEt3Vp3uYHU2pMc6mwId7axVAcSSmcqJcUmWNPqY2pfee5O655ybTI2kNPWAe58Zu6gLu4Oi4QT4BgWA==
706-
dependencies:
707-
"@graphql-typed-document-node/core" "^3.1.1"
708-
cross-inspect "1.0.0"
709-
dset "^3.1.2"
710-
tslib "^2.4.0"
711-
712-
"@graphql-tools/utils@^10.3.4":
713-
version "10.3.4"
714-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.3.4.tgz#676e76e759893192a309719e21735a49f28169d5"
715-
integrity sha512-5xUXVsp1Yh1ttYHYDLJscoyv2LcW1BjpbcooIAkGUzINftD/qRBw9zvVmALx+oQWr/9MSIYghHHZzbYHsVO0/A==
716-
dependencies:
717-
"@graphql-typed-document-node/core" "^3.1.1"
718-
cross-inspect "1.0.1"
719-
dset "^3.1.2"
720-
tslib "^2.4.0"
721-
722-
"@graphql-tools/utils@^10.5.4":
723-
version "10.5.4"
724-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
725-
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
675+
"@graphql-tools/utils@^10.5.5":
676+
version "10.5.5"
677+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.5.tgz#1c299ec0bd99528961b296ca4313810768c23f27"
678+
integrity sha512-LF/UDWmMT0mnobL2UZETwYghV7HYBzNaGj0SAkCYOMy/C3+6sQdbcTksnoFaKR9XIVD78jNXEGfivbB8Zd+cwA==
726679
dependencies:
727680
"@graphql-typed-document-node/core" "^3.1.1"
728681
cross-inspect "1.0.1"
@@ -2778,13 +2731,6 @@ create-require@^1.1.0:
27782731
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
27792732
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
27802733

2781-
2782-
version "1.0.0"
2783-
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
2784-
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
2785-
dependencies:
2786-
tslib "^2.4.0"
2787-
27882734
27892735
version "1.0.1"
27902736
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"

0 commit comments

Comments
 (0)