Skip to content

Commit 8f14eee

Browse files
fix(deps): update dependency @graphql-tools/schema to ^10.0.25
1 parent adaf745 commit 8f14eee

File tree

2 files changed

+38
-21
lines changed

2 files changed

+38
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Matic Zavadlal <[email protected]>",
2626
"dependencies": {
2727
"@graphql-tools/delegate": "^10.0.21",
28-
"@graphql-tools/schema": "^10.0.6"
28+
"@graphql-tools/schema": "^10.0.25"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^29.5.13",

yarn.lock

Lines changed: 37 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,21 @@
646646
"@graphql-tools/utils" "^10.0.13"
647647
tslib "^2.4.0"
648648

649-
"@graphql-tools/merge@^9.0.6":
650-
version "9.0.6"
651-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
652-
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
649+
"@graphql-tools/merge@^9.1.1":
650+
version "9.1.1"
651+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.1.tgz#6a51775f5ba6bdef213def1fd277536f9468b44c"
652+
integrity sha512-BJ5/7Y7GOhTuvzzO5tSBFL4NGr7PVqTJY3KeIDlVTT8YLcTXtBR+hlrC3uyEym7Ragn+zyWdHeJ9ev+nRX1X2w==
653653
dependencies:
654-
"@graphql-tools/utils" "^10.5.4"
654+
"@graphql-tools/utils" "^10.9.1"
655+
tslib "^2.4.0"
656+
657+
"@graphql-tools/schema@^10.0.25":
658+
version "10.0.25"
659+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.25.tgz#73de08bc765f482cde334562a1bebe95a2e5a3c4"
660+
integrity sha512-/PqE8US8kdQ7lB9M5+jlW8AyVjRGCKU7TSktuW3WNKSKmDO0MK1wakvb5gGdyT49MjAIb4a3LWxIpwo5VygZuw==
661+
dependencies:
662+
"@graphql-tools/merge" "^9.1.1"
663+
"@graphql-tools/utils" "^10.9.1"
655664
tslib "^2.4.0"
656665

657666
"@graphql-tools/schema@^10.0.4":
@@ -664,16 +673,6 @@
664673
tslib "^2.4.0"
665674
value-or-promise "^1.0.12"
666675

667-
"@graphql-tools/schema@^10.0.6":
668-
version "10.0.6"
669-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
670-
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
671-
dependencies:
672-
"@graphql-tools/merge" "^9.0.6"
673-
"@graphql-tools/utils" "^10.5.4"
674-
tslib "^2.4.0"
675-
value-or-promise "^1.0.12"
676-
677676
"@graphql-tools/schema@^9.0.0":
678677
version "9.0.19"
679678
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7"
@@ -714,14 +713,15 @@
714713
dset "^3.1.2"
715714
tslib "^2.4.0"
716715

717-
"@graphql-tools/utils@^10.5.4":
718-
version "10.5.4"
719-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
720-
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
716+
"@graphql-tools/utils@^10.9.1":
717+
version "10.9.1"
718+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.9.1.tgz#ff4067256f2080db0c66f4475858f29a8da65ecf"
719+
integrity sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==
721720
dependencies:
722721
"@graphql-typed-document-node/core" "^3.1.1"
722+
"@whatwg-node/promise-helpers" "^1.0.0"
723723
cross-inspect "1.0.1"
724-
dset "^3.1.2"
724+
dset "^3.1.4"
725725
tslib "^2.4.0"
726726

727727
"@graphql-tools/utils@^9.2.1":
@@ -1854,6 +1854,13 @@
18541854
dependencies:
18551855
"@types/yargs-parser" "*"
18561856

1857+
"@whatwg-node/promise-helpers@^1.0.0":
1858+
version "1.3.2"
1859+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
1860+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
1861+
dependencies:
1862+
tslib "^2.6.3"
1863+
18571864
abbrev@^3.0.0, abbrev@^3.0.1:
18581865
version "3.0.1"
18591866
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz#8ac8b3b5024d31464fe2a5feeea9f4536bf44025"
@@ -2728,6 +2735,11 @@ dset@^3.1.2:
27282735
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a"
27292736
integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==
27302737

2738+
dset@^3.1.4:
2739+
version "3.1.4"
2740+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
2741+
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==
2742+
27312743
duplexer2@~0.1.0:
27322744
version "0.1.4"
27332745
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
@@ -6589,6 +6601,11 @@ tslib@^2.5.0:
65896601
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
65906602
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
65916603

6604+
tslib@^2.6.3:
6605+
version "2.8.1"
6606+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
6607+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
6608+
65926609
tuf-js@^3.0.1:
65936610
version "3.1.0"
65946611
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-3.1.0.tgz#61b847fe9aa86a7d5bda655a4647e026aa73a1be"

0 commit comments

Comments
 (0)