Skip to content

Commit 146b858

Browse files
fix(deps): update dependency @graphql-tools/schema to ^10.0.31
1 parent 6850ce8 commit 146b858

File tree

2 files changed

+32
-21
lines changed

2 files changed

+32
-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 <matic.zavadlal@gmail.com>",
2626
"dependencies": {
2727
"@graphql-tools/delegate": "^10.0.21",
28-
"@graphql-tools/schema": "^10.0.6"
28+
"@graphql-tools/schema": "^10.0.31"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^29.5.13",

yarn.lock

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -656,12 +656,21 @@
656656
"@graphql-tools/utils" "^10.0.13"
657657
tslib "^2.4.0"
658658

659-
"@graphql-tools/merge@^9.0.6":
660-
version "9.0.6"
661-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
662-
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
659+
"@graphql-tools/merge@^9.1.7":
660+
version "9.1.7"
661+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.7.tgz#8040553c19aeadf6df41060b811e9c5df8716be1"
662+
integrity sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==
663663
dependencies:
664-
"@graphql-tools/utils" "^10.5.4"
664+
"@graphql-tools/utils" "^11.0.0"
665+
tslib "^2.4.0"
666+
667+
"@graphql-tools/schema@^10.0.31":
668+
version "10.0.31"
669+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.31.tgz#dea275db4d7423f293826cff2aa11e7b3027ddce"
670+
integrity sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==
671+
dependencies:
672+
"@graphql-tools/merge" "^9.1.7"
673+
"@graphql-tools/utils" "^11.0.0"
665674
tslib "^2.4.0"
666675

667676
"@graphql-tools/schema@^10.0.4":
@@ -674,16 +683,6 @@
674683
tslib "^2.4.0"
675684
value-or-promise "^1.0.12"
676685

677-
"@graphql-tools/schema@^10.0.6":
678-
version "10.0.6"
679-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
680-
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
681-
dependencies:
682-
"@graphql-tools/merge" "^9.0.6"
683-
"@graphql-tools/utils" "^10.5.4"
684-
tslib "^2.4.0"
685-
value-or-promise "^1.0.12"
686-
687686
"@graphql-tools/schema@^9.0.0":
688687
version "9.0.19"
689688
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7"
@@ -724,14 +723,14 @@
724723
dset "^3.1.2"
725724
tslib "^2.4.0"
726725

727-
"@graphql-tools/utils@^10.5.4":
728-
version "10.5.4"
729-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
730-
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
726+
"@graphql-tools/utils@^11.0.0":
727+
version "11.0.0"
728+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-11.0.0.tgz#f54a09372e96c32416fcbd0eb8e9e0f1338900bd"
729+
integrity sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==
731730
dependencies:
732731
"@graphql-typed-document-node/core" "^3.1.1"
732+
"@whatwg-node/promise-helpers" "^1.0.0"
733733
cross-inspect "1.0.1"
734-
dset "^3.1.2"
735734
tslib "^2.4.0"
736735

737736
"@graphql-tools/utils@^9.2.1":
@@ -1864,6 +1863,13 @@
18641863
dependencies:
18651864
"@types/yargs-parser" "*"
18661865

1866+
"@whatwg-node/promise-helpers@^1.0.0":
1867+
version "1.3.2"
1868+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
1869+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
1870+
dependencies:
1871+
tslib "^2.6.3"
1872+
18671873
abbrev@^3.0.0, abbrev@^3.0.1:
18681874
version "3.0.1"
18691875
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-3.0.1.tgz#8ac8b3b5024d31464fe2a5feeea9f4536bf44025"
@@ -6601,6 +6607,11 @@ tslib@^2.5.0:
66016607
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
66026608
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
66036609

6610+
tslib@^2.6.3:
6611+
version "2.8.1"
6612+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
6613+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
6614+
66046615
tuf-js@^3.0.1:
66056616
version "3.1.0"
66066617
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-3.1.0.tgz#61b847fe9aa86a7d5bda655a4647e026aa73a1be"

0 commit comments

Comments
 (0)