Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
261 changes: 171 additions & 90 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1675,36 +1675,54 @@
tslib "2.6.2"

"@graphql-mesh/apollo-link@^0.105.0":
version "0.105.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.105.5.tgz#cef6c8adf63478c5e04f46dad9313af0f07ddfbb"
integrity sha512-5ZlI18Vzzdh7Iwm1S9vTiQOjkShrvPyXfmClV2j5PaFyO1JEVeQya9+KQRSu9jLJFgiQgGIgCXUVVe2XnsM0Uw==
version "0.105.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-0.105.6.tgz#8a73f600c03322eebfe5e062a847295b9da290cd"
integrity sha512-TWCtJ0n8Aof+R+kjyBMDv62GwbVQkvv22Sv7eCx1aOqMW1vh6jyrywFb/nNeCMaRt+fCnbR/isbrm3FXJNp+uw==
dependencies:
"@graphql-mesh/runtime" "^0.105.6"
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"

"@graphql-mesh/cache-localforage@^0.103.5":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.103.5.tgz#0433e4987196a656f67fe4cf01cd277fabd9270a"
integrity sha512-rBn19GxTeIMnZCWr/mi3xuYkepTN2Uh8CV3sXsjDDPjRo5qSkUvWepZiPnMnHRhindNbQjVaKJQ+X7KRor9+Tg==
"@graphql-mesh/cache-inmemory-lru@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-inmemory-lru/-/cache-inmemory-lru-0.0.1.tgz#2ec1bae89c22dc627f54a378aad746a6e9d95477"
integrity sha512-oBhxoESVZdWKJjOjh3STQCpTXBJIGXhPBjyJJ3P9zGt8SzCw9Pxqry76ia8rNVI8qZD0Fa6uEMrCBg6lB2G5ng==
dependencies:
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@whatwg-node/disposablestack" "^0.0.5"
tslib "^2.4.0"

"@graphql-mesh/cache-localforage@^0.103.6":
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.103.6.tgz#7632e27e124caf4b64f0bd68d056e62bde02906b"
integrity sha512-f94n9ztryisu6aQoMX8b/MXNbM/Kniazxf/RD4AM03Go6SMGEnQTSHIHoeUmmLx8J5FA2mq+dkQFrwfSNH+/6Q==
dependencies:
"@graphql-mesh/cache-inmemory-lru" "^0.0.1"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
localforage "1.10.0"
tslib "^2.4.0"

"@graphql-mesh/cli@^0.98.0":
version "0.98.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.98.6.tgz#c0f36f44f4a4d4bbf2c64e05e4c1ff253b8bd160"
integrity sha512-gY2iIZATfY0eRaZY6IRIdZPfqwGD9Sy7qC7hn9VLTnHPBq5uhPjPNO4aJIgStX2jHiv8zs4UUpmXGbB2n5W4Hw==
version "0.98.7"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.98.7.tgz#a4dbfcc2c804490bba8c2a939f6a27878245d160"
integrity sha512-SusZ5xx/NlhmPjI+gBJIzUfFa6z9Nn9iX5dzm27VAb2RgLyO47SDHv/jpFbjiictHI6atgkM13Fwv4X1jI1A5Q==
dependencies:
"@graphql-codegen/core" "^4.0.0"
"@graphql-codegen/typed-document-node" "^5.0.0"
"@graphql-codegen/typescript" "^4.0.0"
"@graphql-codegen/typescript-generic-sdk" "^3.1.0"
"@graphql-codegen/typescript-operations" "^4.0.0"
"@graphql-codegen/typescript-resolvers" "^4.0.0"
"@graphql-mesh/config" "^0.106.6"
"@graphql-mesh/cross-helpers" "^0.4.8"
"@graphql-mesh/http" "^0.105.5"
"@graphql-mesh/include" "^0.2.4"
"@graphql-mesh/runtime" "^0.105.5"
"@graphql-mesh/store" "^0.103.5"
"@graphql-mesh/types" "^0.103.5"
"@graphql-mesh/utils" "^0.103.5"
"@graphql-mesh/config" "^0.106.7"
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/http" "^0.105.6"
"@graphql-mesh/include" "^0.2.5"
"@graphql-mesh/runtime" "^0.105.6"
"@graphql-mesh/store" "^0.103.6"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/utils" "^10.6.0"
ajv "^8.12.0"
change-case "^4.1.2"
Expand All @@ -1723,35 +1741,43 @@
ws "^8.17.1"
yargs "^17.7.1"

"@graphql-mesh/config@^0.106.6":
version "0.106.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.106.6.tgz#d52790c24a119c135cc9e2b83caa1861f85ce427"
integrity sha512-bKd7UHFhEPHfSYb+A30J07ENnJHG+wQkcCwB9Dy1OlBTuhswMylWT9K3uFTAKd3GAllHH0K+Ol/OpRPhtosf2Q==
"@graphql-mesh/config@^0.106.7":
version "0.106.7"
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-0.106.7.tgz#255e66f53e4c0f76ac568320f22ddc44665f73d8"
integrity sha512-pufP5ZPhmvZhqnLaiJs9G/UPmSqUP316Ztw7/SXGDAzE2xjpns1xkoxPmcUHAiZEOyzFJolAqD38Kv6UN6ZFFg==
dependencies:
"@envelop/core" "^5.0.0"
"@graphql-mesh/cache-localforage" "^0.103.5"
"@graphql-mesh/merger-bare" "^0.104.6"
"@graphql-mesh/merger-stitching" "^0.104.5"
"@graphql-mesh/cache-localforage" "^0.103.6"
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/merger-bare" "^0.104.7"
"@graphql-mesh/merger-stitching" "^0.104.6"
"@graphql-mesh/runtime" "^0.105.6"
"@graphql-mesh/store" "^0.103.6"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/code-file-loader" "^8.0.0"
"@graphql-tools/graphql-file-loader" "^8.0.0"
"@graphql-tools/load" "^8.0.0"
"@graphql-tools/utils" "^10.6.0"
"@graphql-yoga/plugin-persisted-operations" "^3.0.0"
"@whatwg-node/fetch" "^0.10.0"
camel-case "^4.1.2"
param-case "^3.0.4"
pascal-case "^3.1.2"
tslib "^2.4.0"

"@graphql-mesh/cross-helpers@^0.4.8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.4.8.tgz#3c35264c7a61f579437a67a5c8d09c704d0d3af7"
integrity sha512-r7FLCefoXBVriHbx2mU9QTmH7Hz1gw7LWGRKzTeKV0o2X7KNT2TMLgxq8dsz0vGUec9/i2eNE7EIafZbQVIr5Q==
"@graphql-mesh/cross-helpers@^0.4.8", "@graphql-mesh/cross-helpers@^0.4.9":
version "0.4.9"
resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.4.9.tgz#33f9d35ffde4546620d211b9744a6494699f8163"
integrity sha512-p0Ds6tfD/icTiCAyul+/5M4Q4iS/MAc1GQyWWwE8Y3fjacvGvQiLUPFV7gDxUbGHJ13GDvibJgOBFw+KTHZfQA==
dependencies:
"@graphql-tools/utils" "^10.6.0"
path-browserify "1.0.1"

"@graphql-mesh/fusion-runtime@^0.10.0":
version "0.10.14"
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.14.tgz#32274fef18125ac09b585545d5583bc997452908"
integrity sha512-2D5nX5dCsxj1HuAUfiZyyabwndKff94tczpFGOa3byHEXgSkFSdIgaOcihAKCSk9bYwPsrGlsJqF/YxNPMiwlQ==
version "0.10.15"
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.15.tgz#5817c112a2666b8505fbdc750fc109d8c2c76343"
integrity sha512-q+qT644wzPK+FLBtblxRoedUr5AGj3VYE24XwiC8YJMj2o4XqX54CdipNeSpDk3u/asqcBYe09rE6a7lBi4BJw==
dependencies:
"@envelop/core" "^5.0.1"
"@graphql-mesh/cross-helpers" "^0.4.8"
Expand All @@ -1773,109 +1799,152 @@
tslib "^2.4.0"

"@graphql-mesh/graphql@^0.103.0":
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.103.6.tgz#20466356ec02cd9a3331862d5d0252e06f8e7b77"
integrity sha512-Rt5suq3Syhl9rMHRyE7eSJUrdo+Xrt7f03DX9uPBGTvC+3l0gYZaDb5DuDQ2TFzkLumQRY/RO9Y6hnRzZ3yL1g==
dependencies:
"@graphql-mesh/string-interpolation" "^0.5.6"
version "0.103.7"
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.103.7.tgz#dcd852e2c6b3c99245ec73197733b5585947a17a"
integrity sha512-CCIufQgDasF5p71r1OhUK5dHdXe0d5QubNsIBgYiXxwdrAzBsn3BUoJc/rdFQD5sTQPulMe0usbzEAnbuUC8cw==
dependencies:
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/store" "^0.103.6"
"@graphql-mesh/string-interpolation" "^0.5.7"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/federation" "^2.2.34"
"@graphql-tools/url-loader" "^8.0.9"
"@graphql-tools/utils" "^10.6.0"
lodash.get "^4.4.2"
tslib "^2.4.0"

"@graphql-mesh/http@^0.105.5":
version "0.105.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.105.5.tgz#adfbf56593b5146ac73d430a3b90b3e2691b40de"
integrity sha512-c5MzBs75q6KTvl+y+sFMQ1bxWYXWDCWXNmW0mikZ73X69l4iYZzR251YrhanEXiAWSNYqqfS7XO0icASxDcKTQ==
"@graphql-mesh/http@^0.105.6":
version "0.105.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.105.6.tgz#f76750dc841ad5228d7c707790f026cba965da89"
integrity sha512-kNCDNXnxjv4Xe4FBzP5LQb9/usM12l46dS14vgT6GLtEBz6S8e/utWXrQ/bOGvWutu6294GbAEIvc8PFaG/bRw==
dependencies:
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/runtime" "^0.105.6"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/utils" "^10.6.0"
"@whatwg-node/server" "^0.9.46"
graphql-yoga "^5.7.0"
tslib "^2.4.0"

"@graphql-mesh/include@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@graphql-mesh/include/-/include-0.2.4.tgz#1c0044b4dda1a8fbc5fdd969149ac68d2895e30e"
integrity sha512-PI1Ld1mMnxNLus63t411CHyUrK8/vB7hauNungislwqLe+0obzoHY/sQ3wPi9qvpg8B1CWuJNvZ44oJZvIJlOw==
"@graphql-mesh/include@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/include/-/include-0.2.5.tgz#0a760f7d597de8305fcd1db0c8dfe0427218c186"
integrity sha512-NsfWQnjyD/3N2hlqhaHxFILMp1yxG7NSKUcUs9/Ut94c6kJcNGqm0uswFzKAuD4ELTBJGKQCxGBnTlH3MC4kvg==
dependencies:
"@graphql-mesh/utils" "^0.103.5"
"@graphql-mesh/utils" "^0.103.6"
dotenv "^16.3.1"
get-tsconfig "^4.7.6"
jiti "^2.0.0"
sucrase "^3.35.0"

"@graphql-mesh/merger-bare@^0.104.6":
version "0.104.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.104.6.tgz#2daabb839e7587a31f554a95a9b96c856ecaa963"
integrity sha512-Q58XzJAreZO9gAdm+h9ONCxP0NoXUAKQdBwyzEJmV8Gu5F6OO5eFV55VIfmZ2xRyYabGCkkLRIMgcmm/xRb35A==
"@graphql-mesh/merger-bare@^0.104.7":
version "0.104.7"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.104.7.tgz#e40f3fd2e0c96ba7d54c103342b6b6fc26e57fe1"
integrity sha512-TFLwp+Gq8INZRF2DGTwRYuLWI/Uc+FG8/fv/HalYcYUyN9NiFoIkgo674Y0o3iGke1cB08B2E3tDFL5MFmnVew==
dependencies:
"@graphql-mesh/merger-stitching" "0.104.5"
"@graphql-mesh/merger-stitching" "0.104.6"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/schema" "10.0.11"
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"

"@graphql-mesh/[email protected].5", "@graphql-mesh/merger-stitching@^0.104.5":
version "0.104.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.104.5.tgz#3c5c2687791d6b3fc115fe0a751fcb05e3b4563a"
integrity sha512-P9CESFqMwpUc59z96Q5gUTYKz6Gb/9Xo/MgZUGJtY/TE+GzBNuQcCSUjCC0FCmi8xFnSv9OEZw1EiBO7fUjHfw==
"@graphql-mesh/[email protected].6", "@graphql-mesh/merger-stitching@^0.104.6":
version "0.104.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.104.6.tgz#0d594f9f692f784749196a99f5a6019e700c7f3e"
integrity sha512-7830Vnx9vTeMqHBQyYvUAHKcsFEVqjToTJigfvs0DOJDrKTG2InaoWzxKiR3P3hHtED67FvamTuvqmEz7l0ATw==
dependencies:
"@graphql-mesh/store" "^0.103.6"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/schema" "^10.0.5"
"@graphql-tools/stitch" "^9.2.17"
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"

"@graphql-mesh/runtime@^0.105.5":
version "0.105.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.105.5.tgz#e4ec0a0cb22b8c921c47c97574fbc75fdf9e40ad"
integrity sha512-JuWeqOWCxpddMqCEj1IWaeUv2DZ0zJSnZ6IJ4gwsipU/VBLg7Jh801dh2F6aZUy3Fj502Fn3l6+VqEpUXNVNOg==
"@graphql-mesh/runtime@^0.105.6":
version "0.105.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.105.6.tgz#d078363e5a001e8246c82cb67baa11441618a63b"
integrity sha512-j+t3IaDKwuXcSZ3wOD5bEXXlUFR6VOoV0wy9j29grNbQ1ck3r68vrotnZPXet9OcPmESyQ0JjWQLmoMAtDUuCA==
dependencies:
"@envelop/core" "^5.0.0"
"@envelop/extended-validation" "^4.0.0"
"@envelop/graphql-jit" "^8.0.0"
"@graphql-mesh/string-interpolation" "^0.5.6"
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/string-interpolation" "^0.5.7"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/batch-delegate" "^9.0.9"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/executor" "^1.3.2"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/wrap" "^10.0.12"
"@whatwg-node/fetch" "^0.10.0"
graphql-jit "^0.8.7"
tslib "^2.4.0"

"@graphql-mesh/store@^0.103.4", "@graphql-mesh/store@^0.103.5":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.103.5.tgz#fe21db328af19ccde7a70f6336e7682fdb2524c7"
integrity sha512-c2q8Po8CLhRcmYp7depTQiJyT/ACknFKKVwgokWFTF3HtKkQ/VyKqfiR025UriYm2tKUogw4Jbyq1kdi6vmP8g==
"@graphql-mesh/store@^0.103.4", "@graphql-mesh/store@^0.103.6":
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.103.6.tgz#6a048cec4610920068187bc72b4c131258d61fe7"
integrity sha512-pdNmyO46qS0O4yFk5FwcBH4KccTfSvc5qhABFDHh4ir1vsORAeeUI5lqFcKnFo6rkNHOEmb5pDBmRguqUC/vCw==
dependencies:
"@graphql-inspector/core" "6.2.0"
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"

"@graphql-mesh/string-interpolation@^0.5.6":
version "0.5.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.5.6.tgz#80068a832642bebc6998f249aed4a91125438aff"
integrity sha512-zcBCc68lzNAqiccVhq/lCVtAQi6zHiyu0VdIPdfq48P7wd95J9nBqdJI21caOVKiR5giDpRQL/uMFMzRoQYkRA==
"@graphql-mesh/string-interpolation@^0.5.7":
version "0.5.7"
resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.5.7.tgz#eec675e6a19116338898f6390c8745b65ee943f0"
integrity sha512-LzwlaL1BeGcB63Ay8Z/O/HxW48VngYH5JZlrq4bM4HZ1pfyjDrhjoChOacTgjRBGoOi0ygpK3d0BmXyU4hoThw==
dependencies:
dayjs "1.11.13"
json-pointer "0.6.2"
lodash.get "4.4.2"
tslib "^2.4.0"

"@graphql-mesh/transform-prefix@^0.103.0":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.103.5.tgz#d2fcd914a21253df36cbbd6dc88848379151b48f"
integrity sha512-2pgPbdOxDngud704+jh90JdQ9uKjrXhrQOHN8KGBIqzBKKlvNhunEHhB8ou6lR4Fuw+nZpJqKplqi42Xy6pzNA==
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.103.6.tgz#2b225f27b083eb4219b40cbfe14abf606b35300d"
integrity sha512-UV4KTrUiQfAEqDit9DW4+KnYD76nVjQADPMfl6pIa1cQ0UPIFpbSUwi0xgQ+AHtkgb3DtRpBrBPOMey+Osntag==
dependencies:
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/wrap" "^10.0.12"
graphql-scalars "^1.22.4"
tslib "^2.4.0"

"@graphql-mesh/transform-rename@^0.103.0":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.103.5.tgz#9a9fa9fe4785086defe100a006d4f6e8acc24651"
integrity sha512-kbnG08X+VPa6I9jvVxjLo6XovYOOCWXAYYpXOVhm+LMo054OlG0Zc8Cqw1TEwdc0+azr47B5VUASRgmsoBl7kg==
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.103.6.tgz#4b388d1a29e11e40952b7a46b2b1de753906ed08"
integrity sha512-fT1Q6EUNFH4qX5rR9kLOHIf1dZfgk9knABKW4LLBm756LadyT32VC3pApSDSZETT0omzCRmYqtPoLxSxw06PtQ==
dependencies:
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/wrap" "^10.0.12"
graphql-scalars "^1.22.4"
tslib "^2.4.0"

"@graphql-mesh/transform-type-merging@^0.103.0":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.103.5.tgz#64c21edb9d9a0890d433b439045c0dbad34ff537"
integrity sha512-0SV8b/im7OJ1nNJ+VWaGlBDy7PmEtjoZ3FDDXHSVgJbT1XH2VX/X1ZIHXjcEzIRe7n8mt3e29c0C+JCXKQ9wEA==
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.103.6.tgz#7944a1b010f0ecdaeacdf776b17d9c240f802482"
integrity sha512-RUBl/iFeSEGEQMujeWVEhGyKUsntjnumbPcHHVjhouCYdpyBFKJk9rsUprdgeI4vC29hWapkczhlE7uqmKThgQ==
dependencies:
"@graphql-mesh/types" "^0.103.6"
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/stitching-directives" "^3.1.9"
tslib "^2.4.0"

"@graphql-mesh/transport-common@^0.7.21":
version "0.7.21"
Expand All @@ -1888,28 +1957,39 @@
"@graphql-tools/utils" "^10.6.2"
tslib "^2.4.0"

"@graphql-mesh/types@^0.103.4", "@graphql-mesh/types@^0.103.5":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.103.5.tgz#ec7382264d96638dfdfc61fa431c8b1d3e85ed0d"
integrity sha512-U0Y4zIJdhIW8ChNgYd9LsBDTF0qtUZykk+ioIvxRcKWLUbXG/sOW1wL1LgivBLLQYJM4w2vyv0H93iDqCZOBtg==
"@graphql-mesh/types@^0.103.4", "@graphql-mesh/types@^0.103.6":
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.103.6.tgz#f7d7f21509e6d51345c34eb5ef88af087083541f"
integrity sha512-J28Fhff+E8mh7lKRxV/gq/fdiWKnD19yQ+m/rsOVMSPnF1P6Np0J4ngp1OA5u9iRXY42qI+xgqcPeSSe2p+FlQ==
dependencies:
"@graphql-mesh/store" "^0.103.6"
"@graphql-tools/batch-delegate" "^9.0.10"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/utils" "^10.6.0"
"@graphql-typed-document-node/core" "^3.2.0"
tslib "^2.4.0"

"@graphql-mesh/urql-exchange@^0.105.0":
version "0.105.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.105.5.tgz#1241f7ea77a2691f5f55ec27379471cec10c8d38"
integrity sha512-Um+xc2yX0eKv2Imdc84TEJxdJRuR2cvPbkN+2mEHRZpu5wStK8xgIX9lQn4y3eIQ+bNsqC9C16aoug6G6JuSkQ==
version "0.105.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-0.105.6.tgz#db01b7419316fdec65c6e8983db9bec774c368e5"
integrity sha512-nvgK7vrkptbVRiSXGTkybiS6lHYebirGc301vFvkUMORJnsHdSJCxReRMURh81Ys0/OzD9KHUvg5vh5basXyDw==
dependencies:
"@graphql-mesh/runtime" "^0.105.6"
"@graphql-tools/utils" "^10.6.0"
tslib "^2.4.0"
wonka "^6.3.1"

"@graphql-mesh/utils@^0.103.4", "@graphql-mesh/utils@^0.103.5":
version "0.103.5"
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.103.5.tgz#f0da2a5b2aebf0fbe6a6f87dc266f092a162e292"
integrity sha512-vhLabTOaDoCl7KQSOCdU9CyGBjwW97FmWkWZs2CCOLvIBxGXCl+AVJsrQZhKxx33Nk015H9o+jf0UY3Ty96fmQ==
"@graphql-mesh/utils@^0.103.4", "@graphql-mesh/utils@^0.103.6":
version "0.103.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.103.6.tgz#4856204cd7374e16fd3582e83b08e0be0fbf8edf"
integrity sha512-m7OHqnFlLFIo6ubXlZxEvRNiLYCRSQacyjvl7Nyj0NmBYWTYP8BbhCv7AclZz4BuqUkNBwRt2HMTx6WcHDg0sg==
dependencies:
"@graphql-mesh/string-interpolation" "^0.5.6"
"@graphql-mesh/cross-helpers" "^0.4.9"
"@graphql-mesh/string-interpolation" "^0.5.7"
"@graphql-mesh/types" "^0.103.6"
"@graphql-tools/batch-delegate" "^9.0.16"
"@graphql-tools/delegate" "^10.0.28"
"@graphql-tools/utils" "^10.6.0"
"@graphql-tools/wrap" "^10.0.18"
"@whatwg-node/disposablestack" "^0.0.5"
"@whatwg-node/fetch" "^0.10.0"
Expand All @@ -1918,6 +1998,7 @@
lodash.get "^4.4.2"
lodash.topath "^4.5.2"
tiny-lru "^11.0.0"
tslib "^2.4.0"

"@graphql-tools/batch-delegate@^9.0.10", "@graphql-tools/batch-delegate@^9.0.16", "@graphql-tools/batch-delegate@^9.0.22", "@graphql-tools/batch-delegate@^9.0.9":
version "9.0.22"
Expand Down Expand Up @@ -8158,7 +8239,7 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

wonka@^6.3.2:
wonka@^6.3.1, wonka@^6.3.2:
version "6.3.4"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594"
integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==
Expand Down
Loading