diff --git a/.changeset/@graphprotocol_client-add-source-name-219-dependencies.md b/.changeset/@graphprotocol_client-add-source-name-219-dependencies.md new file mode 100644 index 000000000..32101eecc --- /dev/null +++ b/.changeset/@graphprotocol_client-add-source-name-219-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-add-source-name": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-auto-pagination-219-dependencies.md b/.changeset/@graphprotocol_client-auto-pagination-219-dependencies.md new file mode 100644 index 000000000..ba1d2e707 --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-pagination-219-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-auto-pagination": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-auto-type-merging-219-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-219-dependencies.md new file mode 100644 index 000000000..087ab8e8d --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-type-merging-219-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-auto-type-merging": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.25` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.25) (from `0.4.24`, in `dependencies`) +- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-cli-219-dependencies.md b/.changeset/@graphprotocol_client-cli-219-dependencies.md new file mode 100644 index 000000000..c2c014bd7 --- /dev/null +++ b/.changeset/@graphprotocol_client-cli-219-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-cli": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/cli@0.77.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.1) (from `0.77.0`, in `dependencies`) +- Updated dependency [`@graphql-mesh/graphql@0.31.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.1) (from `0.31.0`, in `dependencies`) diff --git a/examples/composition/package.json b/examples/composition/package.json index 1701519ca..8605c548f 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-cli": "2.2.3", - "@graphql-mesh/transform-rename": "0.12.70", + "@graphql-mesh/transform-rename": "0.12.71", "concurrently": "7.3.0", "graphql": "16.6.0", "nodemon": "2.0.19", diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index afaac0ad1..407f873f5 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -57,7 +57,7 @@ "@graphql-tools/delegate": "9.0.4", "@graphql-tools/wrap": "9.0.5", "@graphql-tools/utils": "8.10.1", - "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0" }, "type": "module" } diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 502100beb..2461298d6 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -54,11 +54,11 @@ }, "devDependencies": { "@types/lodash": "4.14.184", - "@graphql-mesh/transform-prefix": "0.11.69" + "@graphql-mesh/transform-prefix": "0.11.70" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0" }, "type": "module" } diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 97d43cd26..a50b32240 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -47,12 +47,12 @@ }, "dependencies": { "@graphql-tools/delegate": "9.0.4", - "@graphql-mesh/transform-type-merging": "0.4.24", + "@graphql-mesh/transform-type-merging": "0.4.25", "tslib": "^2.4.0" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0" }, "type": "module" } diff --git a/packages/cli/package.json b/packages/cli/package.json index f1cbe471d..95a8f49dc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.77.0", - "@graphql-mesh/graphql": "0.31.0", + "@graphql-mesh/cli": "0.77.1", + "@graphql-mesh/graphql": "0.31.1", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.4", "@graphprotocol/client-auto-type-merging": "1.0.6", diff --git a/yarn.lock b/yarn.lock index 30b1c4b40..b1dffd290 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1475,20 +1475,20 @@ "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-mesh/cache-localforage@0.6.30": - version "0.6.30" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.30.tgz#23f2464587cc7a1306212de186b1c5f26da8ef2c" - integrity sha512-JErJcLVaeSu+7Ks4Opy5sphBfUTIhG1TNIigTdOopbq8sICxWyoc+gBDAPAktJsHUMPB4kdixgEyCgWpYBfiWw== +"@graphql-mesh/cache-localforage@0.6.31": + version "0.6.31" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.31.tgz#38227d9bbc25bf3bd58832244d1216bd6b85537d" + integrity sha512-MF6CwGriUNfaniBML58xJzA/pDQjxzY/bq9CxsdZx6iJwNvpOi1X46+e6Pjha5rUE7rrvpIetCGfFak9PbVFjg== dependencies: - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" localforage "1.10.0" tslib "^2.4.0" -"@graphql-mesh/cli@0.77.0": - version "0.77.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.0.tgz#b4eefaf21977653976e817daa1902ff606e025cc" - integrity sha512-F4IF3fr1Hn7CTaAIfKR01RbiVlNEEnrEGn6xt5FxSNWOKpSt+jl8UQCi7oWAv4eDjyiOvzLX8AIPFWus0gEODg== +"@graphql-mesh/cli@0.77.1": + version "0.77.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.77.1.tgz#bdf4fd650db6dc47115eb42c0483f9e67f4371a6" + integrity sha512-+bIx0k6+WNLXnAmZsfeJQ/ekIHu59sJWdh9dWlJHl+dOO9hZmo9971Ck8pqMPlIAxbPTUXcZkKmVHVu4mRejaA== dependencies: "@graphql-codegen/core" "2.6.2" "@graphql-codegen/typed-document-node" "2.3.3" @@ -1496,12 +1496,12 @@ "@graphql-codegen/typescript-generic-sdk" "3.0.1" "@graphql-codegen/typescript-operations" "2.5.3" "@graphql-codegen/typescript-resolvers" "2.7.3" - "@graphql-mesh/config" "7.0.0" + "@graphql-mesh/config" "7.1.0" "@graphql-mesh/cross-helpers" "0.2.3" - "@graphql-mesh/runtime" "0.43.0" - "@graphql-mesh/store" "0.8.33" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/runtime" "0.43.1" + "@graphql-mesh/store" "0.8.34" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/code-file-loader" "7.3.4" "@graphql-tools/graphql-file-loader" "7.5.3" "@graphql-tools/load" "7.7.5" @@ -1531,19 +1531,19 @@ ws "8.8.1" yargs "17.5.1" -"@graphql-mesh/config@7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.0.0.tgz#dac813a2521a035b92a87fcd91730d990bd59e5a" - integrity sha512-fUcu2lvfklqkSGW3K03xSb9CbMNC5XuuVCE0jyBgu6GWF3f5Q8cZvO1Nue6e37IsErg2kkAsBBz1psfjFXKelw== +"@graphql-mesh/config@7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-7.1.0.tgz#cf7627c32275157167e45059cc151f41d653af6b" + integrity sha512-jpJ/7dhtRAz5iAMiH8rSFVrXlsMHquKjVApA7A2gOsiP8xv0tejtu0ykGEoQj/ScvUp4pDC9cj42kplDmxSbuA== dependencies: "@envelop/core" "2.5.0" - "@graphql-mesh/cache-localforage" "0.6.30" + "@graphql-mesh/cache-localforage" "0.6.31" "@graphql-mesh/cross-helpers" "0.2.3" - "@graphql-mesh/merger-bare" "0.15.14" - "@graphql-mesh/merger-stitching" "0.16.13" - "@graphql-mesh/store" "0.8.33" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/merger-bare" "0.15.15" + "@graphql-mesh/merger-stitching" "0.16.14" + "@graphql-mesh/store" "0.8.34" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/code-file-loader" "7.3.4" "@graphql-tools/graphql-file-loader" "7.5.3" "@graphql-tools/load" "7.7.5" @@ -1564,16 +1564,16 @@ react-native-fs "2.20.0" react-native-path "0.0.5" -"@graphql-mesh/graphql@0.31.0": - version "0.31.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.0.tgz#310c101a76a220ef9d2d2ca36532943e78e078b5" - integrity sha512-1jXN1mOzuyDn5JQ1rKGyfaiaXb3ULeSXWCqZxXhOctH581mavWPQjqATSaKUWAazq9UJzOGNutyuWUSgFJwU1Q== +"@graphql-mesh/graphql@0.31.1": + version "0.31.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.1.tgz#ed8a2209c0c66a2c6207b12d3a650da0104fd8e3" + integrity sha512-gaWCgIE04XHWoRFAFCTadbeFlES6H3HjatOyCucvL6a40JUOH2FpIAAoKw2rjb5T3Rx37AfN8xETCOI7Ws6OaA== dependencies: "@graphql-mesh/cross-helpers" "0.2.3" - "@graphql-mesh/store" "0.8.33" + "@graphql-mesh/store" "0.8.34" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/url-loader" "7.14.1" "@graphql-tools/utils" "8.10.1" @@ -1581,26 +1581,26 @@ lodash.get "4.4.2" tslib "^2.4.0" -"@graphql-mesh/merger-bare@0.15.14": - version "0.15.14" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.14.tgz#814860f61da5e6eaecdb3a1d78c1a7647867d26e" - integrity sha512-Xo0Q8SQ3eo06NS4XnNdeuC6SJQ1b0pA30JfWPIJgy+eVCkxZPTb2L4qrPuXtx3+3t0SJsiKIyqMk/sxT46LqnQ== +"@graphql-mesh/merger-bare@0.15.15": + version "0.15.15" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.15.tgz#f01df188883597d41e6f40ca633d45d12f537677" + integrity sha512-A68S8vEvSg05dm8WpgISz4ipIchWLC0zjGVD/z0+EMvblpPODnWzmaL0Q2PdcUr3hfq+fM7JUEFz4mOOWh6mzg== dependencies: - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/schema" "9.0.2" "@graphql-tools/utils" "8.10.1" "@graphql-tools/wrap" "9.0.5" tslib "^2.4.0" -"@graphql-mesh/merger-stitching@0.16.13": - version "0.16.13" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.13.tgz#90f189340578f18a63498086c248c21bda583d55" - integrity sha512-LPC6N+XCVH9yoaf2s+9RNr7LgCL8kJAeBsbhXr8vSV+2zMUmjMC+9PmGir8Fllygq1mVtb+o2BfqsdEseRMIVg== +"@graphql-mesh/merger-stitching@0.16.14": + version "0.16.14" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.14.tgz#7c4d840abb45407c475372120ce9e043c5b2b8fc" + integrity sha512-oUrYjAZpIMDL5b5z2BC3NuUP9XKyAp0eeiVF6YXJIp0vpyft09M/HDi8CUtQHWrb3mx7+7z5JAUsKjZG/rtM4Q== dependencies: - "@graphql-mesh/store" "0.8.33" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/store" "0.8.34" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/schema" "9.0.2" "@graphql-tools/stitch" "8.7.7" @@ -1608,17 +1608,17 @@ "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-mesh/runtime@0.43.0": - version "0.43.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.0.tgz#f7c2bc152955a970d5e08cb7a8e233cc1915e0b6" - integrity sha512-7y3yVbu95qETPEzZ1iw3S66CWDZodcnG4GvHPb98ZvT7G+AqwbQ9x8Ahe2PXCipuXJPyz7JZg7yw7L5KBp55XQ== +"@graphql-mesh/runtime@0.43.1": + version "0.43.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.43.1.tgz#1878c61589015d2dd734d0aaa02d5fb2223c319a" + integrity sha512-Ashmb46BtLdhz5KkxvDk5nJuyRplmDTicMIZ/DJWhTYO0P+QVKKZHLUyMXkBYYYk2kSsOp/mHwQdbZmcSLO/rg== dependencies: "@envelop/core" "2.5.0" "@envelop/extended-validation" "1.8.0" "@graphql-mesh/cross-helpers" "0.2.3" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/batch-delegate" "8.3.7" "@graphql-tools/batch-execute" "8.5.4" "@graphql-tools/delegate" "9.0.4" @@ -1628,15 +1628,15 @@ fetchache "0.1.2" tslib "^2.4.0" -"@graphql-mesh/store@0.8.33": - version "0.8.33" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.33.tgz#67a2a87ae918c87187682b6b489b925a23b50c4c" - integrity sha512-RaXlr+lbIzBxQF7fLUAxdcBTwGAySM3tKTrLqUmPPUokF2bPt5ayrfHrf+LCp1gDnkmOTWSVeqcmXvMuz49ZWQ== +"@graphql-mesh/store@0.8.34": + version "0.8.34" + resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.34.tgz#16ee5e89844dbd3649e87de5b93eb7145effca9e" + integrity sha512-EkaoSuYtQDu7CI/7IPFH9/6HPaCDsilw4Bs+SRQN1q3a2oOXanJ0lIdrxuhhgu1kp6P8KYD/cTB1FMMiGTQpYA== dependencies: "@graphql-inspector/core" "3.3.0" "@graphql-mesh/cross-helpers" "0.2.3" - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" @@ -1649,48 +1649,48 @@ json-pointer "0.6.2" lodash.get "4.4.2" -"@graphql-mesh/transform-prefix@0.11.69": - version "0.11.69" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.69.tgz#3df01b440ef5f6bedb8be83d7099f7b55c7323a6" - integrity sha512-bGWb04aPrOPseKgTar1KbFcRbOysVmqqMejq4YAl2QeajpAkCZfF04AcUBlzeFFH8GO7mA/IDJKdktMeyBKo4w== +"@graphql-mesh/transform-prefix@0.11.70": + version "0.11.70" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.70.tgz#32351caf3c57210de7625c5928ef0a1ad885bf68" + integrity sha512-eIPrXXQbqxFQs2KxbkGKfVnsa7p6xkcBMc09Gaev3AHfBVtvBaWr1DKehEYn/ElbmgAMxRBw4dRtBmZ03j2KOA== dependencies: - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/utils" "8.10.1" "@graphql-tools/wrap" "9.0.5" graphql-scalars "1.18.0" tslib "^2.4.0" -"@graphql-mesh/transform-rename@0.12.70": - version "0.12.70" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.70.tgz#458a6c82549c4847ccebdafd141d5aba3f9485ec" - integrity sha512-CEGaxWVCeFE/PVxv5T+LK7XuFschemQoDAAYufuL505fPH6a56vrDrtyVSN6qeQ04d9ZkwDIeDobdohDszrDTw== +"@graphql-mesh/transform-rename@0.12.71": + version "0.12.71" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.71.tgz#3a4d6b6d64d5b61f1615d5938a1fec214e0b4183" + integrity sha512-ZyVYqCjSY/8bQd8+r8mOE1oBoY+lH5AOigz/oW6Sb4nAQP/2u+/4ogOFfwXaiCtdqYZv2RIgI8HU5NMYEzBgVw== dependencies: - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/utils" "8.10.1" "@graphql-tools/wrap" "9.0.5" tslib "^2.4.0" -"@graphql-mesh/transform-type-merging@0.4.24": - version "0.4.24" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.24.tgz#005eb270026e34476525bc1ff33aad1a738c97fb" - integrity sha512-AIRVNdTZt18bnvhzUuA7gs/ieX4yaDjdVOQGjTOqLeNu0JH9rXWBCpZ1X6V8uKZnJTyHuME9nkFrPqqbteuwDw== +"@graphql-mesh/transform-type-merging@0.4.25": + version "0.4.25" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.25.tgz#02d8d361bb65af78aa25e28f93a61f7daf418d1c" + integrity sha512-P7X9dZaqQBkcxxbsdNg6KcEuMwdQYcZQ5kXo10H7BB+yiHXSJ8xcD4zP8aisdiK3Dy0qH5G+MiMMVxVEWaD+dA== dependencies: - "@graphql-mesh/types" "0.81.0" - "@graphql-mesh/utils" "0.41.0" + "@graphql-mesh/types" "0.82.0" + "@graphql-mesh/utils" "0.41.1" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/stitching-directives" "2.3.7" tslib "^2.4.0" -"@graphql-mesh/types@0.81.0": - version "0.81.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.81.0.tgz#9d9b2a4c36b6b885895d1dcc53025e3ad2fad6cf" - integrity sha512-az9yqijkC2duJ+tvLg44Wj70tai+QDlk64ufaw/JHTe1fJKpw71QdM79cNRRNnmgpG8O6SdSkf/hOwHoowODZg== +"@graphql-mesh/types@0.82.0": + version "0.82.0" + resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.82.0.tgz#6e395374007550700395f80a69da13bea5006a75" + integrity sha512-ioaQ3LtHf+GNBKgD0AA0DCHzFmZNgOm1Ec0ummbaoc9dgdYvSlp/gqRfgC0MEIL45xPrCSqLE79mrmNgh6PpWw== dependencies: - "@graphql-mesh/store" "0.8.33" + "@graphql-mesh/store" "0.8.34" "@graphql-tools/batch-delegate" "8.3.7" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/utils" "8.10.1" @@ -1705,14 +1705,14 @@ "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-mesh/utils@0.41.0": - version "0.41.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.0.tgz#a199ec5ccbc16d41b7a23779bd74e64652743b78" - integrity sha512-eExRk9RQx+/bfv4DGpnJv1k0VkG4n45/OMMYlJHU7tkbbx6grph9xDats74q32HQ6Rx/Vfjj0pVcf7D6DqxOZw== +"@graphql-mesh/utils@0.41.1": + version "0.41.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.41.1.tgz#c96ca15c9c16050abd445cb2088f4344658ca4ef" + integrity sha512-mq69z12lXBdMJxODk0KV3XnrufkQITGYgAZbY8WJSRzS9D2TUrZ1PxF9124hiI+rpeUAryPD3fm33ipL+krISw== dependencies: "@graphql-mesh/cross-helpers" "0.2.3" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/types" "0.82.0" "@graphql-tools/delegate" "9.0.4" "@graphql-tools/utils" "8.10.1" "@graphql-typed-document-node/core" "3.1.1"