From f0842c89508799b83285e66412d660d2e463382d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:40:13 +0000 Subject: [PATCH 1/2] fix(deps): update all non-major dependencies --- examples/apollo/package.json | 2 +- examples/composition/package.json | 2 +- examples/execute/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/react-query/package.json | 2 +- examples/urql-live-query/package.json | 2 +- examples/urql/package.json | 2 +- packages/add-source-name/package.json | 2 +- packages/auto-pagination/package.json | 4 +- packages/auto-type-merging/package.json | 4 +- packages/cli/package.json | 4 +- yarn.lock | 475 ++++++++++-------------- 12 files changed, 218 insertions(+), 285 deletions(-) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 64e8ca32..0fbccfab 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.3", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.8.2", diff --git a/examples/composition/package.json b/examples/composition/package.json index bc855c0d..1701519c 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.69", + "@graphql-mesh/transform-rename": "0.12.70", "concurrently": "7.3.0", "graphql": "16.6.0", "nodemon": "2.0.19", diff --git a/examples/execute/package.json b/examples/execute/package.json index fa8e3547..a8e43251 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.3", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.8.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51ef190f..cbe2ef92 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@graphprotocol/client-cli": "2.2.3", "@types/node": "17.0.26", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "eslint": "8.23.0", "eslint-config-next": "12.2.5", "typescript": "4.8.2" diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 9d6ff5b0..489b52b3 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.3", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.8.2", diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index dd4fa0bb..2a62ca3b 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.3", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.8.2", diff --git a/examples/urql/package.json b/examples/urql/package.json index ec45755f..879e9f1c 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.3", - "@types/react": "18.0.17", + "@types/react": "18.0.18", "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.8.2", diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index 0e8b2ae4..afaac0ad 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" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" }, "type": "module" } diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 8c3ffa52..502100be 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.68" + "@graphql-mesh/transform-prefix": "0.11.69" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" }, "type": "module" } diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 32815620..97d43cd2 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.23", + "@graphql-mesh/transform-type-merging": "0.4.24", "tslib": "^2.4.0" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0" + "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0" }, "type": "module" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 2fba15cf..f1cbe471 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.76.2", - "@graphql-mesh/graphql": "0.30.0", + "@graphql-mesh/cli": "0.77.0", + "@graphql-mesh/graphql": "0.31.0", "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 6bfd3224..9c83eb93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1475,20 +1475,20 @@ "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-mesh/cache-localforage@0.6.29": - version "0.6.29" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.29.tgz#77bd940a0af3556cdc9d5b2080a22b716a1a3575" - integrity sha512-zulN55mMbVgs2WNoO2CrPZQQojjNvPpJfhX9+MG71mq2zR0oqVcFNfyPOK99TxCqU78D7xpdWT79Spwlu8EQ6A== +"@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== dependencies: - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" localforage "1.10.0" tslib "^2.4.0" -"@graphql-mesh/cli@0.76.2": - version "0.76.2" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.76.2.tgz#5e1c7305dfc58c67f5232e00d51b4d194f8f0655" - integrity sha512-n4DPxW4EkAwm4CwSdoftho3mba4tLqXFG61ufb76GeQOdt0g+Tejhr3xUZ6nwfP9RfY+AJhIeg0m6kwYbXpT+w== +"@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== dependencies: "@graphql-codegen/core" "2.6.2" "@graphql-codegen/typed-document-node" "2.3.3" @@ -1496,17 +1496,17 @@ "@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" "6.2.0" - "@graphql-mesh/cross-helpers" "0.2.2" - "@graphql-mesh/runtime" "0.42.3" - "@graphql-mesh/store" "0.8.32" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/code-file-loader" "7.3.3" - "@graphql-tools/graphql-file-loader" "7.5.2" - "@graphql-tools/load" "7.7.4" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/config" "7.0.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-tools/code-file-loader" "7.3.4" + "@graphql-tools/graphql-file-loader" "7.5.3" + "@graphql-tools/load" "7.7.5" + "@graphql-tools/utils" "8.10.1" + "@graphql-tools/wrap" "9.0.5" "@graphql-yoga/node" "^2.4.0" ajv "8.11.0" change-case "4.1.2" @@ -1527,114 +1527,117 @@ ts-node "10.9.1" tsconfig-paths "4.1.0" tslib "^2.4.0" - typescript "4.7.4" + typescript "4.8.2" ws "8.8.1" yargs "17.5.1" -"@graphql-mesh/config@6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-6.2.0.tgz#76f6b0f3d6982c21caac6066465b2e7dd0291075" - integrity sha512-lk0uOD14keVeye3dORo8xSwwPXX+dX+Xcy+h6oyAopz2pwmhHaADpAUwT5fhz9PFzb3So/6UTfR/yyCEw8I5bg== +"@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== dependencies: "@envelop/core" "2.5.0" - "@graphql-mesh/cache-localforage" "0.6.29" - "@graphql-mesh/cross-helpers" "0.2.2" - "@graphql-mesh/merger-bare" "0.15.13" - "@graphql-mesh/merger-stitching" "0.16.12" - "@graphql-mesh/store" "0.8.32" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/code-file-loader" "7.3.3" - "@graphql-tools/graphql-file-loader" "7.5.2" - "@graphql-tools/load" "7.7.4" - "@graphql-tools/utils" "8.10.0" + "@graphql-mesh/cache-localforage" "0.6.30" + "@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-tools/code-file-loader" "7.3.4" + "@graphql-tools/graphql-file-loader" "7.5.3" + "@graphql-tools/load" "7.7.5" + "@graphql-tools/utils" "8.10.1" + "@whatwg-node/fetch" "0.3.2" camel-case "4.1.2" param-case "3.0.4" pascal-case "3.1.2" tslib "^2.4.0" -"@graphql-mesh/cross-helpers@0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.2.tgz#5fa2c445cc6ec199d6455e1a5370fdf147c31166" - integrity sha512-6khb9577zeHtYbhs54yPcoUMSFPpN1JpkshdFTqgQdWe/AlyVcYRgwt0JNNrYC7MK7UCHmZqlAhnzBL11CrREg== +"@graphql-mesh/cross-helpers@0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.3.tgz#1051d8c6d804f45770ce0a43f8551b12fd09cb9c" + integrity sha512-4zjeXPcNB6HN2fIza+iGLDlzuH+5Ul2ut4mAcoMbHhXwdZaAOzTJcqY3E+9i+eNGI3LnmHnhP4OVur5UHufn0A== dependencies: - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/utils" "8.10.1" path-browserify "1.0.1" react-native-fs "2.20.0" react-native-path "0.0.5" -"@graphql-mesh/graphql@0.30.0": - version "0.30.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.30.0.tgz#b4710bd5bb6ad78a589be09575ea2f6a54888290" - integrity sha512-XwbOrIKmQTVr5cJU9ralhSw1WOQJinCLo3Fggu3EbIcvvmncXSZp6YXFX51Lg88Lm6ubYMa24oR/UTiC6xnYtw== +"@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== dependencies: - "@graphql-mesh/cross-helpers" "0.2.2" - "@graphql-mesh/store" "0.8.32" + "@graphql-mesh/cross-helpers" "0.2.3" + "@graphql-mesh/store" "0.8.33" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/url-loader" "7.14.0" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/url-loader" "7.14.1" + "@graphql-tools/utils" "8.10.1" + "@graphql-tools/wrap" "9.0.5" lodash.get "4.4.2" tslib "^2.4.0" -"@graphql-mesh/merger-bare@0.15.13": - version "0.15.13" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.13.tgz#942908eebb2b92a699e32a929e344ab54d219358" - integrity sha512-oGuknFg16BcSnATmAaYAcCtbckyNvGI8//6oD73uD3oafbRvzigIPkizTWkTQf3eveeZ0Ft6d0B/C19KnYPhTA== +"@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== dependencies: - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@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.12": - version "0.16.12" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.12.tgz#944bf0d1e87e4211c290e6e8cd1a411585038b38" - integrity sha512-w1seY7QxTdEAp1yQ+3m7b/a42JWjqHhoFWJSQjyqcQ/W/Z8tR6ooiCx7pGPIXV6tbBuY7UU9tNsS+Xxt9zc3HA== - dependencies: - "@graphql-mesh/store" "0.8.32" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/stitch" "8.7.6" - "@graphql-tools/stitching-directives" "2.3.6" - "@graphql-tools/utils" "8.10.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== + dependencies: + "@graphql-mesh/store" "0.8.33" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/schema" "9.0.2" + "@graphql-tools/stitch" "8.7.7" + "@graphql-tools/stitching-directives" "2.3.7" + "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-mesh/runtime@0.42.3": - version "0.42.3" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.42.3.tgz#fcdefd7e3b1293704db70f062b018985799db915" - integrity sha512-5SPTmpVqxblMF1bPs+dV4Zn0C1WWHoABBTU+A0rZkgTt70rhqebvhsuogIDm0MzodInqAxJRkCLx156YJ2mjdw== +"@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== dependencies: "@envelop/core" "2.5.0" "@envelop/extended-validation" "1.8.0" - "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/cross-helpers" "0.2.3" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/batch-delegate" "8.3.6" - "@graphql-tools/batch-execute" "8.5.3" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@graphql-tools/batch-delegate" "8.3.7" + "@graphql-tools/batch-execute" "8.5.4" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" + "@graphql-tools/wrap" "9.0.5" + "@whatwg-node/fetch" "0.3.2" + fetchache "0.1.2" tslib "^2.4.0" -"@graphql-mesh/store@0.8.32": - version "0.8.32" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.32.tgz#27a2a373c30b1fb44f27899e11e78e107c0fc3fb" - integrity sha512-jW4+j3RD1fxGC0ZZ9pgHxOPUHbWi+pB/E0PvvBW/w4KlMHfDCpCxa/kAjS3aeigK5zywijryIOFISYu6zrMIJw== +"@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== dependencies: "@graphql-inspector/core" "3.3.0" - "@graphql-mesh/cross-helpers" "0.2.2" - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/utils" "8.10.0" + "@graphql-mesh/cross-helpers" "0.2.3" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" "@graphql-mesh/string-interpolation@0.3.2": @@ -1646,50 +1649,51 @@ json-pointer "0.6.2" lodash.get "4.4.2" -"@graphql-mesh/transform-prefix@0.11.68": - version "0.11.68" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.68.tgz#78d4daae994a8dd2315ef40d17eb51c5b54e7410" - integrity sha512-TCkuYC+vRYNCbL1j3Pbz7BhOVkLd9KWq17OnKFeZn/Uq3ioimxDDXA1MgdnwCzCS3EyhaUItlMNCLlo73qqNlg== +"@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== dependencies: - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@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.69": - version "0.12.69" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.69.tgz#52b328dd48a246b28abb940f9375fac7ff0c0e80" - integrity sha512-8Alumt/zemBJYABXjMjYJACWxJMKDCaDeoVhd5rt07FFHIP+NqkW1rUFk71ANqhONSyn0ib2G/0I2o1SXD1ihA== +"@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== dependencies: - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@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.23": - version "0.4.23" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.23.tgz#5a165e27cef99186338abdc4fd4571a7a52e9d5b" - integrity sha512-EB7fZOeLobbEQnZrps+FIUDLHQpkyQZ+J/JJn3uT8iHsGpJirg29qBJtduM9+SiEw07Cf/Zp57qKCLgdnyNwmw== +"@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== dependencies: - "@graphql-mesh/types" "0.80.2" - "@graphql-mesh/utils" "0.40.0" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/stitching-directives" "2.3.6" + "@graphql-mesh/types" "0.81.0" + "@graphql-mesh/utils" "0.41.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/stitching-directives" "2.3.7" tslib "^2.4.0" -"@graphql-mesh/types@0.80.2": - version "0.80.2" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.80.2.tgz#3d96dd1d9755872cd0cf2e6b724e2f505ac1294a" - integrity sha512-N8ZNrAWqDxcwWk7G65sheKJCQPIvabPls6mxbiHEQRyjz3OtD02/r2MZ1Xvor62JXMdngP9abBFDNAKTNVyQmg== +"@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== dependencies: - "@graphql-mesh/store" "0.8.32" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" + "@graphql-mesh/store" "0.8.33" + "@graphql-tools/batch-delegate" "8.3.7" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" "@graphql-typed-document-node/core" "3.1.1" tslib "^2.4.0" @@ -1701,16 +1705,16 @@ "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-mesh/utils@0.40.0": - version "0.40.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.40.0.tgz#99d653a4a63e9ba96757cca4684fc93fe73a2e04" - integrity sha512-xuBNkYEGpGueo/iQcXqh0RNNuS9OmpY7LbvmmT0n9rurFpFbzFf9SsnM1N8S4u6xK/Eb9+Z72hVahxW/MW6fHg== +"@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== dependencies: - "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/cross-helpers" "0.2.3" "@graphql-mesh/string-interpolation" "0.3.2" - "@graphql-mesh/types" "0.80.2" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" + "@graphql-mesh/types" "0.81.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" "@graphql-typed-document-node/core" "3.1.1" "@whatwg-node/fetch" "0.3.2" fetchache "0.1.2" @@ -1722,25 +1726,15 @@ tiny-lru "8.0.2" tslib "^2.4.0" -"@graphql-tools/batch-delegate@8.3.6": - version "8.3.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.3.6.tgz#e6f66a07c00f80be5f99adb3c7a714ed191fd665" - integrity sha512-Qktkx4QK5BqazOapvzRmi2QLBJDlAcu1Fb58A6RAA5o88UvW2IcqqDO0jVgLZ+gwdo57r4Rywj7O/TlJ2a3CEQ== - dependencies: - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" - dataloader "2.1.0" - tslib "^2.4.0" - -"@graphql-tools/batch-execute@8.5.3": - version "8.5.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.3.tgz#a484063a3f6a625e5d20263e06aa965389038efb" - integrity sha512-dvP1bM02/NSDuAS5A6sLIUUJgs0fuMSk3Ib2jc3pL7HG7jzm/IXfvPURs48pJlMnxcawjVDC8fLh1oWfjmoAGg== +"@graphql-tools/batch-delegate@8.3.7": + version "8.3.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.3.7.tgz#96f3fb96ffdc7c28d9bec7ebfd8b5186c59029f1" + integrity sha512-TBu7hw23BjoUyYEix2hIILD9u0wkjxKJnboff1xJGzbLNNHsEfo/cZ1+ubNDPsiIwtRyXlNGLKKQr8BfHaaTAQ== dependencies: - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" dataloader "2.1.0" tslib "^2.4.0" - value-or-promise "1.0.11" "@graphql-tools/batch-execute@8.5.4": version "8.5.4" @@ -1752,29 +1746,17 @@ tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/code-file-loader@7.3.3": - version "7.3.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.3.tgz#fdcf3da6532b81b120f94c0e64ea1695cd7e6cc3" - integrity sha512-si4JFNLaM2hsTWUBLsLpf6t/dGy5Pen6F8348zc+Iao7Y8hgENBim11NxL61NbeJL5TD4v3E+tvf5CnAONZKaQ== +"@graphql-tools/code-file-loader@7.3.4": + version "7.3.4" + resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.4.tgz#8fee66b72cb77fa4b3ae145df74a9f5c8739c063" + integrity sha512-t8AKQQPfThNv61PouxKmWVIbsdHh0Ek93stgKqLsG4S8fNfRKtUBYX0oqIWoikeccnHXExkDxwbLBBf9H+SLWA== dependencies: - "@graphql-tools/graphql-tag-pluck" "7.3.3" - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/graphql-tag-pluck" "7.3.4" + "@graphql-tools/utils" "8.10.1" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/delegate@9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.3.tgz#c9ae8f0982d581356b1f568c91373915be6ee4b5" - integrity sha512-4noYCEL/0UeH+5KVRkkqLYH3iyXBb56hh120Y9DEc/JFmb1ldhgxGH2BuoINE2kt35dYhzRk9QA1+HG8FXIBWQ== - dependencies: - "@graphql-tools/batch-execute" "8.5.3" - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/utils" "8.10.0" - dataloader "2.1.0" - tslib "~2.4.0" - value-or-promise "1.0.11" - "@graphql-tools/delegate@9.0.4": version "9.0.4" resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.4.tgz#b9cf81a431c097a4377fe6d8921a6754308e5d87" @@ -1787,44 +1769,44 @@ tslib "~2.4.0" value-or-promise "1.0.11" -"@graphql-tools/graphql-file-loader@7.5.2": - version "7.5.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.2.tgz#3a3ec1a4a76d15b174de0e4fe4d7686ed2aa961a" - integrity sha512-4M5c5SRnxTURNwfq46dlEspWGk+nQpO2nF/p9kxaPiXG0iMAQ8suOd3jQk99LEefQpVhFNb5FumyvUnyW0BogA== +"@graphql-tools/graphql-file-loader@7.5.3": + version "7.5.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.3.tgz#83f874d7ea9e0c1a6fa9c7ea377df9662183fb59" + integrity sha512-KM2Rg5jWCYH91Vfc3L9bWk0uW7JDeC9+QUTaqY+yUQbjT3RckYOdjPdiLtNMgkJA8r432RM5/Ns/gO8QScOkmQ== dependencies: - "@graphql-tools/import" "6.7.3" - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/import" "6.7.4" + "@graphql-tools/utils" "8.10.1" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/graphql-tag-pluck@7.3.3": - version "7.3.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.3.tgz#a5806217a87e4a3860f1fb7ead58edcac92e7b2e" - integrity sha512-hU8/e8k2fdxK6gDUxnm7CDXmcyagpsMAxo7aNqY2Y4TzIZ0J1EeaM2Xi4wAqv7wRh3diR7TroGlsJ3zOCZx3Jw== +"@graphql-tools/graphql-tag-pluck@7.3.4": + version "7.3.4" + resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.4.tgz#211fd645fcd9e5a0f994aa440d6c495ed88770ea" + integrity sha512-vPCUuxUV+/vK2hDidzWvaqgGifQriwmDJUUlp5Js1CEIUKm3dFI4V1bCos2r25lQ6NbH9WSJt2cZTACnaH939g== dependencies: "@babel/parser" "^7.16.8" "@babel/traverse" "^7.16.8" "@babel/types" "^7.16.8" - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-tools/import@6.7.3": - version "6.7.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.3.tgz#0f6e5ed0c2c274680f5a11767a095daeb1b9cd74" - integrity sha512-7D/nDfwAj1TEkF+vAxm+hxgYNQW3h1kDz8JnYmvvY1Yv7OxZQQHDNd4tVg3BYVtW2kjsz3nzip46Z8ZQ9L7gHg== +"@graphql-tools/import@6.7.4": + version "6.7.4" + resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.4.tgz#7ad77a543d770dffea327078fe91986ab1cec7d7" + integrity sha512-fUlX+pVF2X6IiRFE9vUb8/Qiwm2WHadSN5i3YHjtFJ71nUyMeyfbcd6xYAHEpR1mwRCC+8US+JsMlo/KxT4TEA== dependencies: - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/utils" "8.10.1" resolve-from "5.0.0" tslib "^2.4.0" -"@graphql-tools/load@7.7.4": - version "7.7.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.7.4.tgz#8c96df814edb850bcf1b1652c56fb53a098455f8" - integrity sha512-2VtVWeMNizNTTc8Dv/hs0lrvGHaLko8jpBoP9TewFdBz6pAXPsLHYnNAhEfBYJd+Vk5GZbnWTfVColxhnF8NEQ== +"@graphql-tools/load@7.7.5": + version "7.7.5" + resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.7.5.tgz#a3e3115f98186911f6867523ca5301b6680dfa90" + integrity sha512-7AnT87hNG37gE8677D9/1P6yaRLKCxi52Ipr1YFN3vSIIARA692nv5/k9PkksHVmJitbvjPu4BxvnVcDOMtMSw== dependencies: - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/schema" "9.0.2" + "@graphql-tools/utils" "8.10.1" p-limit "3.1.0" tslib "^2.4.0" @@ -1836,14 +1818,6 @@ "@graphql-tools/utils" "8.9.0" tslib "^2.4.0" -"@graphql-tools/merge@8.3.3": - version "8.3.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.3.tgz#74dd4816c3fc7af38730fc59d1cba6e687d7fb2d" - integrity sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg== - dependencies: - "@graphql-tools/utils" "8.10.0" - tslib "^2.4.0" - "@graphql-tools/merge@8.3.4": version "8.3.4" resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.4.tgz#749f710d3a930512e6ca36e3bb053c12e22ef332" @@ -1868,16 +1842,6 @@ "@graphql-tools/utils" "8.8.0" tslib "^2.4.0" -"@graphql-tools/schema@9.0.1": - version "9.0.1" - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.1.tgz#ba8629107c1f0b9ffad14c08c2a85961967682fd" - integrity sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw== - dependencies: - "@graphql-tools/merge" "8.3.3" - "@graphql-tools/utils" "8.10.0" - tslib "^2.4.0" - value-or-promise "1.0.11" - "@graphql-tools/schema@9.0.2", "@graphql-tools/schema@^9.0.0": version "9.0.2" resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.2.tgz#f00dcd2600c25a2e8d69e3a4ab279ea150aab0c4" @@ -1898,41 +1862,41 @@ tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/stitch@8.7.6": - version "8.7.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.6.tgz#254856dde5a5ca2f7e9dcc0284b19d0c575431e7" - integrity sha512-ql/a40ZVMjwjqoJWF4DtAK1q9gL1qcGOX60eljYr/PmK93koYTL8k/POIcwtyV94Usv6Yz63RTgs9lRvXHnAyg== +"@graphql-tools/stitch@8.7.7": + version "8.7.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.7.tgz#a3e7f250e750de03e427f6d8e92c42e6a92db894" + integrity sha512-8QFxdsvLxAWOfWw379S1n81BpBuqlPJsR9ttTTCcDvwNaFul4WRbNkr1SbpEEGUfRWJPiYSH61Bc30KeR62sEg== dependencies: - "@graphql-tools/batch-delegate" "8.3.6" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/merge" "8.3.3" - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-tools/batch-delegate" "8.3.7" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/merge" "8.3.4" + "@graphql-tools/schema" "9.0.2" + "@graphql-tools/utils" "8.10.1" + "@graphql-tools/wrap" "9.0.5" tslib "^2.4.0" value-or-promise "^1.0.11" -"@graphql-tools/stitching-directives@2.3.6": - version "2.3.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.3.6.tgz#fc74104327a87470835ca683b32072420ad3a448" - integrity sha512-vIUZOfR+NJXGdZaJLHXsb/ZCByoaorKzjFk9C66+tXt6W1N/L6++5sIXugnqJMg6kelIJe7JOPdvmCrvEUIn2w== +"@graphql-tools/stitching-directives@2.3.7": + version "2.3.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.3.7.tgz#7dfdad32400fb3a07cdad77b3c7f847a65304bf1" + integrity sha512-Qy5ylJU9meX6I4YpXiCFE7nylvHEq/936OrNK4mYdUM7S/XaKk6sSTbUTfWDdkg1DO5moBOSXHbf5mPipyLZKw== dependencies: - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" tslib "^2.4.0" -"@graphql-tools/url-loader@7.14.0": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.14.0.tgz#ea11addaf394d46e4230fbaaf0862f3d11c3e4b8" - integrity sha512-AE3p1JymSUJugTx2y6ysoN9vqDJgHvirLH2g8AYm9Cn59bfTQdjSaQI6I3tFWSbBx8bTnpoxgYiTOz7v/EO//A== +"@graphql-tools/url-loader@7.14.1": + version "7.14.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.14.1.tgz#090558c47f801f0ab6a50bdaf01f184216700679" + integrity sha512-PMxPjzPDkKc1hg8CiTnxchz7pbxbiH4riDk9822eDJLye7SBHzRTeBkJTrytDAQDvtRcDaDvoLugVUStluCuzQ== dependencies: "@ardatan/sync-fetch" "0.0.1" - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/utils" "8.10.0" - "@graphql-tools/wrap" "9.0.4" + "@graphql-tools/delegate" "9.0.4" + "@graphql-tools/utils" "8.10.1" + "@graphql-tools/wrap" "9.0.5" "@n1ru4l/graphql-live-query" "^0.10.0" "@types/ws" "^8.0.0" - "@whatwg-node/fetch" "^0.2.9" + "@whatwg-node/fetch" "^0.3.0" dset "^3.1.2" extract-files "^11.0.0" graphql-ws "^5.4.1" @@ -1970,17 +1934,6 @@ dependencies: tslib "^2.4.0" -"@graphql-tools/wrap@9.0.4": - version "9.0.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.0.4.tgz#771d1a90db8532c78faf49778703cdd29f79cb35" - integrity sha512-l1t/LmVBec54NhLCJHXi8dCAENotkeqje+2XT0dl3N0RCetO8Fq5PkxWo/59DVM7AgGvqifJLvD/bmpZLGS4Bw== - dependencies: - "@graphql-tools/delegate" "9.0.3" - "@graphql-tools/schema" "9.0.1" - "@graphql-tools/utils" "8.10.0" - tslib "^2.4.0" - value-or-promise "1.0.11" - "@graphql-tools/wrap@9.0.5": version "9.0.5" resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.0.5.tgz#7dfd0ad15659fc527a6a1eaa8c4a0fc479916bfb" @@ -2697,10 +2650,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.0.17": - version "18.0.17" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.17.tgz#4583d9c322d67efe4b39a935d223edcc7050ccf4" - integrity sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ== +"@types/react@*", "@types/react@18.0.18": + version "18.0.18" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac" + integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -2822,7 +2775,7 @@ magic-string "^0.26.2" react-refresh "^0.14.0" -"@whatwg-node/fetch@0.3.2": +"@whatwg-node/fetch@0.3.2", "@whatwg-node/fetch@^0.3.0": version "0.3.2" resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287" integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ== @@ -2837,21 +2790,6 @@ undici "^5.8.0" web-streams-polyfill "^3.2.0" -"@whatwg-node/fetch@^0.2.9": - version "0.2.9" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.9.tgz#0f0e72f79957a0544d2a9455082802d87be93ffe" - integrity sha512-h+ehuqE/ZqJdRy+xywHyKpBIPmST0ms8Itgf4gGSu10pJrmod3/t9DbG/GlATvLBE4pvqYHrxKAKo3NNQVJc3g== - dependencies: - "@peculiar/webcrypto" "^1.4.0" - abort-controller "^3.0.0" - busboy "^1.6.0" - event-target-polyfill "^0.0.3" - form-data-encoder "^1.7.1" - formdata-node "^4.3.1" - node-fetch "^2.6.7" - undici "^5.8.0" - web-streams-polyfill "^3.2.0" - "@wry/context@^0.6.0": version "0.6.1" resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2" @@ -7912,11 +7850,6 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== - typescript@4.8.2: version "4.8.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" From dcd50c7df6d113688e452dcd21ef53f8a8030100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Sep 2022 10:40:35 +0000 Subject: [PATCH 2/2] chore(dependencies): updated changesets for modified dependencies --- ...aphprotocol_client-add-source-name-218-dependencies.md | 7 +++++++ ...aphprotocol_client-auto-pagination-218-dependencies.md | 7 +++++++ ...hprotocol_client-auto-type-merging-218-dependencies.md | 8 ++++++++ .changeset/@graphprotocol_client-cli-218-dependencies.md | 8 ++++++++ 4 files changed, 30 insertions(+) create mode 100644 .changeset/@graphprotocol_client-add-source-name-218-dependencies.md create mode 100644 .changeset/@graphprotocol_client-auto-pagination-218-dependencies.md create mode 100644 .changeset/@graphprotocol_client-auto-type-merging-218-dependencies.md create mode 100644 .changeset/@graphprotocol_client-cli-218-dependencies.md diff --git a/.changeset/@graphprotocol_client-add-source-name-218-dependencies.md b/.changeset/@graphprotocol_client-add-source-name-218-dependencies.md new file mode 100644 index 00000000..90c1eee4 --- /dev/null +++ b/.changeset/@graphprotocol_client-add-source-name-218-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` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-auto-pagination-218-dependencies.md b/.changeset/@graphprotocol_client-auto-pagination-218-dependencies.md new file mode 100644 index 00000000..4e7ec029 --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-pagination-218-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` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-auto-type-merging-218-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-218-dependencies.md new file mode 100644 index 00000000..f93b05da --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-type-merging-218-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-auto-type-merging": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.24` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.24) (from `0.4.23`, in `dependencies`) +- Updated dependency [`@graphql-mesh/types@^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/null) (from `^0.78.0 || ^0.79.0 || ^0.80.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-cli-218-dependencies.md b/.changeset/@graphprotocol_client-cli-218-dependencies.md new file mode 100644 index 00000000..a4545e66 --- /dev/null +++ b/.changeset/@graphprotocol_client-cli-218-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-cli": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/cli@0.77.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.77.0) (from `0.76.2`, in `dependencies`) +- Updated dependency [`@graphql-mesh/graphql@0.31.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.0) (from `0.30.0`, in `dependencies`)