From 9622d863be185e037c9937b81e593a8066f724db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:54:51 +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/package.json | 2 +- package.json | 2 +- packages/apollo/package.json | 2 +- packages/auto-pagination/package.json | 2 +- packages/auto-type-merging/package.json | 2 +- packages/cli/package.json | 4 +- packages/urql/package.json | 2 +- yarn.lock | 557 +++++++++++------------- 13 files changed, 260 insertions(+), 323 deletions(-) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index d81362cae..9b167aff1 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -22,6 +22,6 @@ "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.7.4", - "vite": "3.0.6" + "vite": "3.0.7" } } diff --git a/examples/composition/package.json b/examples/composition/package.json index 40e1bae09..26cf33233 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-cli": "2.1.3", - "@graphql-mesh/transform-rename": "0.12.64", + "@graphql-mesh/transform-rename": "0.12.65", "concurrently": "7.3.0", "graphql": "16.5.0", "nodemon": "2.0.19", diff --git a/examples/execute/package.json b/examples/execute/package.json index 0ef77b2d4..c16b1f8f9 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -20,6 +20,6 @@ "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.7.4", - "vite": "3.0.6" + "vite": "3.0.7" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 40863cf9b..9323b0774 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -19,7 +19,7 @@ "@graphprotocol/client-cli": "2.1.3", "@types/node": "17.0.26", "@types/react": "18.0.17", - "eslint": "8.21.0", + "eslint": "8.22.0", "eslint-config-next": "12.2.5", "typescript": "4.7.4" } diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 5fff08105..26140f7e0 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -21,6 +21,6 @@ "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.7.4", - "vite": "3.0.6" + "vite": "3.0.7" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index fddf8b7dc..0e2473277 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -22,6 +22,6 @@ "@types/react-dom": "18.0.6", "@vitejs/plugin-react": "2.0.1", "typescript": "4.7.4", - "vite": "3.0.6" + "vite": "3.0.7" } } diff --git a/package.json b/package.json index c3064a6ae..fa807b314 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "rimraf": "3.0.2", "typescript": "4.7.4", "weak-napi": "2.0.2", - "ts-jest": "28.0.7" + "ts-jest": "28.0.8" }, "resolutions": { "graphql": "16.5.0" diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 3210ab52c..4dc7746f2 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/apollo-link": "5.0.1", + "@graphql-mesh/apollo-link": "5.0.2", "tslib": "2.4.0" }, "peerDependencies": { diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index f8d1ac3c8..fe8be918c 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@types/lodash": "4.14.182", - "@graphql-mesh/transform-prefix": "0.11.63" + "@graphql-mesh/transform-prefix": "0.11.64" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 86cc4267e..d555303dc 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@graphql-tools/delegate": "9.0.3", - "@graphql-mesh/transform-type-merging": "0.4.18", + "@graphql-mesh/transform-type-merging": "0.4.19", "tslib": "2.4.0" }, "peerDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 4a635a3af..325a01f65 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.75.8", - "@graphql-mesh/graphql": "0.29.8", + "@graphql-mesh/cli": "0.75.9", + "@graphql-mesh/graphql": "0.29.9", "tslib": "2.4.0", "@graphprotocol/client-auto-pagination": "1.1.2", "@graphprotocol/client-auto-type-merging": "1.0.3", diff --git a/packages/urql/package.json b/packages/urql/package.json index 3c6e2dc3b..9a0de1c8f 100644 --- a/packages/urql/package.json +++ b/packages/urql/package.json @@ -60,7 +60,7 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/urql-exchange": "5.0.1", + "@graphql-mesh/urql-exchange": "5.0.2", "tslib": "2.4.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index d6ef13383..edb98b775 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1356,13 +1356,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@graphql-codegen/core@2.6.1": - version "2.6.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.1.tgz#57599a2e97d3c5109d888781587eba65f3c6cabe" - integrity sha512-X6IIQCIvEm+g6xcd/5ml/Tmz8U6pd4q9s1mM4WcstBQ26v+gzzlj6lc7+6ALhrNm25gHKQ4PiVoG2W0pw503Dw== +"@graphql-codegen/core@2.6.2": + version "2.6.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.2.tgz#29c766d2e9e5a3deeeb4f1728c1f7b1aca054a22" + integrity sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" - "@graphql-tools/schema" "^8.5.0" + "@graphql-tools/schema" "^9.0.0" "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" @@ -1467,46 +1467,46 @@ object-inspect "1.10.3" tslib "^2.0.0" -"@graphql-mesh/apollo-link@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-5.0.1.tgz#740eea53326cb30a4321de726400eb361363d712" - integrity sha512-VZalnauiKSqqYjIDiu13ffHmJKTDtWlNFJKlUYdQ6Yh9w5scMtxJfTxCy3ii/UQpti2ql9QVrWqj8Ab9n9M4Ag== +"@graphql-mesh/apollo-link@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-5.0.2.tgz#d40d74cd872a8974d898b7dcfe9e1aad04d18255" + integrity sha512-SS2fKtLuINvv8SitvZLpNUqdZJ7yxOmZGqV5rZYk8o+zUC1S+5JAVXF14juYPwr7LujgcOb52qBCIJVCYXDKOg== dependencies: - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-mesh/cache-localforage@0.6.24": - version "0.6.24" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.24.tgz#399be1d2eabf87755ebb4cd271d44513a0796a05" - integrity sha512-4WFXKenyHg9ol7MfKto6/yHYRNKra9IGbSFneYQkcfEc3u9+9N1eXpYVnGngGPunLgoKJdC6/vH58PCSEtEYiQ== +"@graphql-mesh/cache-localforage@0.6.25": + version "0.6.25" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.25.tgz#2c173724faf9a4c04f72d791ade21ac3f2cfe14b" + integrity sha512-g5qwPxqJdSn0/dOoPJUKb3X7rXWYm+K483Fwar62pcpZbL6fcvC/qBgZxJbvwyY+G0w60gMl/WoF3iEvUjpYpg== dependencies: - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" localforage "1.10.0" tslib "^2.4.0" -"@graphql-mesh/cli@0.75.8": - version "0.75.8" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.8.tgz#8baa31ad8dc0823bef9fa64c11019ee34f9f2cb0" - integrity sha512-/wpO+0kkK95CHpbhekzLqpxV2uMy7WdSJM7qbWBdExUIqkJCjG6hRpBr1ISzKTfnzQ+NqtpU79aEuTY1Nr8omQ== +"@graphql-mesh/cli@0.75.9": + version "0.75.9" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.75.9.tgz#f434a08ee2d2c61c9952d2780c8e6b57b3dd9621" + integrity sha512-LzHLhOyG086mzhgTSHz1Z9WgmqWwbEWCoXR6pq9bhlMgQqGYh3dkiUIuMsIapy7Vn5NCi3QALtvaNAdHomnBIA== dependencies: - "@graphql-codegen/core" "2.6.1" + "@graphql-codegen/core" "2.6.2" "@graphql-codegen/typed-document-node" "2.3.3" "@graphql-codegen/typescript" "2.7.3" "@graphql-codegen/typescript-generic-sdk" "3.0.0" "@graphql-codegen/typescript-operations" "2.5.3" "@graphql-codegen/typescript-resolvers" "2.7.3" - "@graphql-mesh/config" "5.1.6" - "@graphql-mesh/cross-helpers" "0.2.1" - "@graphql-mesh/runtime" "0.41.8" - "@graphql-mesh/store" "0.8.27" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/code-file-loader" "7.3.2" - "@graphql-tools/graphql-file-loader" "7.5.1" - "@graphql-tools/load" "7.7.3" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" + "@graphql-mesh/config" "5.1.7" + "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/runtime" "0.41.9" + "@graphql-mesh/store" "0.8.28" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@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-yoga/node" "^2.4.0" ajv "8.11.0" change-case "4.1.2" @@ -1531,23 +1531,23 @@ ws "8.8.1" yargs "17.5.1" -"@graphql-mesh/config@5.1.6": - version "5.1.6" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-5.1.6.tgz#201640dbaf0d59e646b96da05645a18779887156" - integrity sha512-IVg9OLPvaJ5pjufGjL20SWR09LtTK6cEb+FIYOgrBfRAPUFlKPs45+XXc2FMDhYD5kYmofL0dxRGJ6tpNnEJVg== +"@graphql-mesh/config@5.1.7": + version "5.1.7" + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-5.1.7.tgz#922a01c9ade57fbdf1a0a1835696f532a788dbe7" + integrity sha512-CllDlEuqgDEgx3yBzHwwkbrHF0hmQ2Cp3u6V4W+Wc24hFyZdlHCWhP+BfbT0VABiiItuDHD8cuzjqzvv6J2qhA== dependencies: "@envelop/core" "2.4.2" - "@graphql-mesh/cache-localforage" "0.6.24" - "@graphql-mesh/cross-helpers" "0.2.1" - "@graphql-mesh/merger-bare" "0.15.8" - "@graphql-mesh/merger-stitching" "0.16.7" - "@graphql-mesh/store" "0.8.27" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/code-file-loader" "7.3.2" - "@graphql-tools/graphql-file-loader" "7.5.1" - "@graphql-tools/load" "7.7.3" - "@graphql-tools/utils" "8.9.1" + "@graphql-mesh/cache-localforage" "0.6.25" + "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/merger-bare" "0.15.9" + "@graphql-mesh/merger-stitching" "0.16.8" + "@graphql-mesh/store" "0.8.28" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@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" "@whatwg-node/fetch" "^0.2.7" camel-case "4.1.2" fetchache "0.1.2" @@ -1555,162 +1555,162 @@ pascal-case "3.1.2" tslib "^2.4.0" -"@graphql-mesh/cross-helpers@0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.1.tgz#9c16991d9b9051bcaa5b473bd1b50f4b7a4aab22" - integrity sha512-g2JNr6cj0yBd36OykLOdj+cz2BomOJcqRR1L8F91eYykrWCB7FQxLs2UsFIwdrjg7ImYurr/EB1OyF/aR9/zxA== +"@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== dependencies: - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/utils" "8.10.0" path-browserify "1.0.1" react-native-fs "2.20.0" react-native-path "0.0.5" -"@graphql-mesh/graphql@0.29.8": - version "0.29.8" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.8.tgz#178d91d64b04787bdc65ab17679e81964dcc6af0" - integrity sha512-eLVC3uhd+SLW/gRGnR3KvNscAuwE6THYHJdsYkVNUbGSP1u0LrvlRkQ+6yEVn/wRQYdg6tN3Ln4m3cw04WzRdg== - dependencies: - "@graphql-mesh/cross-helpers" "0.2.1" - "@graphql-mesh/store" "0.8.27" - "@graphql-mesh/string-interpolation" "0.3.0" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/url-loader" "7.13.4" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" +"@graphql-mesh/graphql@0.29.9": + version "0.29.9" + resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.9.tgz#809a667a17760f9d905da0e0030a6756f371f1b1" + integrity sha512-fOcGgROI2NmwEWPukc8udPIJJmVD8p1S1XtEWirm1uB7CRYmLH9SsAptFgyXOM7/rqqbKI5QbOZzmUAgd4p6Cw== + dependencies: + "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/store" "0.8.28" + "@graphql-mesh/string-interpolation" "0.3.1" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/url-loader" "7.13.8" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" lodash.get "4.4.2" tslib "^2.4.0" -"@graphql-mesh/merger-bare@0.15.8": - version "0.15.8" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.8.tgz#419d4d894056a6ccfd9e09e269ea7667a1a5af68" - integrity sha512-ql74wBuLYZ43CBSd9yVx/13IzkEawn0wX61XvvTS4LY9NuE+b+gKUQAzlPmh7LBpz8mu3rFQBrrQkLpiNz7w6g== +"@graphql-mesh/merger-bare@0.15.9": + version "0.15.9" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.9.tgz#050eb9fcddfc2c93424c874cb5e8199e847d19bb" + integrity sha512-dU02KsTJRVo1+ACTkdrcYwh/KH9wCIT3U8l/WfbDY0FTVEcUdkHlRvl1K+y2Sh0q9FbU639kJ9gX4WN9aAf7KQ== dependencies: - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/schema" "9.0.1" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" tslib "^2.4.0" -"@graphql-mesh/merger-stitching@0.16.7": - version "0.16.7" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.7.tgz#89e2c11b39936801a986d0fb9d8fb15c30a1f5a5" - integrity sha512-2XR+RJqqGPxZ2LS0PhiFFUGp6WPFhOq9wtDhxWHmySrQPB3zYlgrw2WJL/6EyHGxvRBVuh87fm4Q5T1c6tEzoA== - dependencies: - "@graphql-mesh/store" "0.8.27" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/stitch" "8.7.2" - "@graphql-tools/stitching-directives" "2.3.2" - "@graphql-tools/utils" "8.9.1" +"@graphql-mesh/merger-stitching@0.16.8": + version "0.16.8" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.16.8.tgz#b96a2d38bc211750c7777a4c8abb17ef9aeefc6f" + integrity sha512-pGfIbRVcq7MIDFGByvxwaH2Q5roUyRjDX6PJT+ZfHEF02wnhY6O11W9IpXwDrBcaQB7RlP1sBVrHavF43PriFw== + dependencies: + "@graphql-mesh/store" "0.8.28" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@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" tslib "^2.4.0" -"@graphql-mesh/runtime@0.41.8": - version "0.41.8" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.41.8.tgz#2c82950deaa4f20ebf8b12d52cc9250a6247405d" - integrity sha512-2PMEQKnm4LyciOw5sxm+AswEE3mEnm8XqbeFmZEzO3Iv6Yar84dwrE3KJadEV7lfY8qVL/a3x2bA4PyiqLMIZg== +"@graphql-mesh/runtime@0.41.9": + version "0.41.9" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.41.9.tgz#1f0a03f8ce96f8555da6413862eab89ed56fe588" + integrity sha512-52D9oAsibUyMWhkpkBkLojRe2HADOBH3LtAkjrojqWZLD+EvMRLBG7bWV1vbpJkjKolYljSIxKRCLv3d5WFwEg== dependencies: "@envelop/core" "2.4.2" "@envelop/extended-validation" "1.7.2" - "@graphql-mesh/string-interpolation" "0.3.0" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/batch-delegate" "8.3.2" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" + "@graphql-mesh/string-interpolation" "0.3.1" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/batch-delegate" "8.3.6" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" tslib "^2.4.0" -"@graphql-mesh/store@0.8.27": - version "0.8.27" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.27.tgz#f1ac46a15d61268e160a27a33ce313bb3d1c6596" - integrity sha512-xdcpHYTCCADRU/uy01M1lh+H70m/bdgd0hnYu+dmrADofZnWcgYW3UhPmZFoSGKSlBIs0Mgb3STyrLB9z1OeHA== +"@graphql-mesh/store@0.8.28": + version "0.8.28" + resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.28.tgz#a92cb725a75909dc1f9a2d119742c388e146d903" + integrity sha512-7xxhi4YbUZZdVeoWxlr8gXCdYK0G1bz8Ay+zZQDvpsS1wp4xtdJ9VxzI+Z8fDm0pdfRwzYRyli2pKgH5qVRo3g== dependencies: "@graphql-inspector/core" "3.3.0" - "@graphql-mesh/cross-helpers" "0.2.1" - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/utils" "8.9.1" + "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-mesh/string-interpolation@0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.3.0.tgz#3bdf2fa4001ca446cae1df959c1709d534b23534" - integrity sha512-sL7/YQW038dsuwxTpskkE4fEDJI9Jt4XE/D/ucYgJkWp8R2uM6sgpPlYvROxUFDTZyU5+L/fGd1sEegMQZDYFg== +"@graphql-mesh/string-interpolation@0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.3.1.tgz#5d8864d0346e5332837f3218f707e1b12b7e81f8" + integrity sha512-tdlsyCayTOPDUgVfV2Xwglf2wATyZQXYrrrYwLonMa+QPeKUPVr8YWvodj85rgib25Ftv28bw/43aB7UzEfB0w== dependencies: - dayjs "1.11.3" + dayjs "1.11.5" json-pointer "0.6.2" lodash.get "4.4.2" -"@graphql-mesh/transform-prefix@0.11.63": - version "0.11.63" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.63.tgz#5f42c426d224ca0123ba6b8adb5c5163e776cf5b" - integrity sha512-j77Q8W6mBFdCN2PtgHf2MbWcgpeR2Yn+2VXmN5lMMa0UqwHIV9PD+54w0835gfXEcn1WFdU9juLy88pXRWdxhg== - dependencies: - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" - graphql-scalars "1.17.0" +"@graphql-mesh/transform-prefix@0.11.64": + version "0.11.64" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.64.tgz#a25850b2c9dc8aa1f7c36faa50fa08e3980edfb9" + integrity sha512-jXjpgt1jorNW2PZ9aZRqR4yXblqHLQ389u1tPVNM4GeN/N7t63f+lsH3eJC0GECw12nwWpMyk7bY32nsXjyvxg== + dependencies: + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" + graphql-scalars "1.18.0" tslib "^2.4.0" -"@graphql-mesh/transform-rename@0.12.64": - version "0.12.64" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.64.tgz#ea9abaabde5a0fbde13e9db859994c1066938f49" - integrity sha512-Z9YKlVm7orNDcNLCOuPn/xMkLYPJxkA4J+ZEhtFLoxCXw187p+G2FBQoHyoKg/+LS5T3ElDQa23WA2ZYLOyPGQ== +"@graphql-mesh/transform-rename@0.12.65": + version "0.12.65" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.65.tgz#3e081cfdfb978cb31d6bda728776de15869c8d93" + integrity sha512-q3rSFoFeIP7d8Ic+fFa2gKTAFz5I4Cz77hvDhjZB2DiXXtV5bgxg7rWpfVCUCjUbQ5DdpNbpt3ZOHOvJ16isNA== dependencies: - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" tslib "^2.4.0" -"@graphql-mesh/transform-type-merging@0.4.18": - version "0.4.18" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.18.tgz#665ad3a15680e8dbbe2d354a8a6a81c918653e76" - integrity sha512-LthfY6wAgMro1HAcQ2arMPjJsVhFNyUEvaof9ieqCKFxhd7xSlogpG59NDL5sXtiY0xKZ6IlDGIaJu9Qb59l7A== +"@graphql-mesh/transform-type-merging@0.4.19": + version "0.4.19" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.19.tgz#caa0cb6f2aa4a3f727e06e16ba825164ec059eee" + integrity sha512-sN9to1+AU5oqg5clLpRsFDtkaIftHdTkNMrnqeipLu4dwUic1lBEUiETxz2JcigtWft66vix7LJKrLmOCkqtDQ== dependencies: - "@graphql-mesh/types" "0.78.7" - "@graphql-mesh/utils" "0.37.8" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/stitching-directives" "2.3.2" + "@graphql-mesh/types" "0.78.8" + "@graphql-mesh/utils" "0.37.9" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/stitching-directives" "2.3.6" tslib "^2.4.0" -"@graphql-mesh/types@0.78.7": - version "0.78.7" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.78.7.tgz#d91a3704c5f458bc8fc1a8512b210b9fb18c64e5" - integrity sha512-2fbbhuFtrl/BgZxDh2wG/eSjxWoYrbTEs5nXxbyevH5JrIl/pE7TDjDoK60g44dDZ6kvLRuvJnlZdU2Ke13vVg== +"@graphql-mesh/types@0.78.8": + version "0.78.8" + resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.78.8.tgz#a5c1a05037b354bbb074ba85a3a5769669522858" + integrity sha512-4s+37KRTIWx+QLTgPyiFUz25/WMEvqaDh4Y0a5//egdWkyRI9zysRa/upJ24kXXttOaKPPLVWGsxpJpDnM6efA== dependencies: - "@graphql-mesh/store" "0.8.27" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" + "@graphql-mesh/store" "0.8.28" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" "@graphql-typed-document-node/core" "3.1.1" tslib "^2.4.0" -"@graphql-mesh/urql-exchange@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-5.0.1.tgz#6d60e65a6283c617b6f5ecc51c52a280931cd9d2" - integrity sha512-tGd05fK90iiP4vG+xNRfwnr1FQOsp6WM9c5E7MM5h1rt7yzdqqjvRbwVs/Jid49i+Fctjs4dsVKpHqh/jaLXZg== +"@graphql-mesh/urql-exchange@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-5.0.2.tgz#f47748c819b5710f4e19f2daa401921854f0743b" + integrity sha512-Lk2D4hGBmK6ErxqQmrow+DljjiIyTCKw6q6HjbyxB2T+uTSsb1fGrgIU1nTMWz7PIAjVgzNRGCW8vJIwfPpBjA== dependencies: - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-mesh/utils@0.37.8": - version "0.37.8" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.37.8.tgz#5a8c110865101b1aa907bd0cb37d45ceb960f387" - integrity sha512-jfMvS9GMeoyWjDtG9gTaLs3w9nOawqLrcm9d0wBfJEfa+XkqZyZ109Op2UoLjR0y+7O0ZbG6YFH5OvvyuTxOPw== +"@graphql-mesh/utils@0.37.9": + version "0.37.9" + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.37.9.tgz#ad2ee4c0be929b61758de6fb1674026f961e869b" + integrity sha512-iSEhBJADygZcTuRwhYPNJBxSIVpT4GqUYpvgD+pV6cD4hbM1WczpvUTip1Lc3svRliOZHuGbkgMVu9frMUyboA== dependencies: - "@graphql-mesh/cross-helpers" "0.2.1" - "@graphql-mesh/string-interpolation" "0.3.0" - "@graphql-mesh/types" "0.78.7" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" + "@graphql-mesh/cross-helpers" "0.2.2" + "@graphql-mesh/string-interpolation" "0.3.1" + "@graphql-mesh/types" "0.78.8" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" "@graphql-typed-document-node/core" "3.1.1" file-uri-to-path "2.0.0" js-yaml "4.1.0" @@ -1720,25 +1720,15 @@ tiny-lru "8.0.2" tslib "^2.4.0" -"@graphql-tools/batch-delegate@8.3.2": - version "8.3.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.3.2.tgz#3028ce4c6445899f71e0ab56da3a6335fb8c4901" - integrity sha512-yCz39bY4JsklZEweluY2u2c2FwfQtpc9htAuPSeGL26Kf0wSL89SyHru/tA3dZvoc4KdLun9NwAV9ll/vZlTdg== - dependencies: - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" - dataloader "2.1.0" - tslib "^2.4.0" - -"@graphql-tools/batch-execute@8.5.2": - version "8.5.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.2.tgz#b6547d401992588ca218def5e04d53903565f2a8" - integrity sha512-ykB7RwDjdtR6MdBz6aB0/LzU8V0TJA93ziIWiQZRgC30oPye3ROUuxITMD3Trij6iFQyyuuecGm9GxM9oEvEcQ== +"@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/utils" "8.9.1" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" dataloader "2.1.0" tslib "^2.4.0" - value-or-promise "1.0.11" "@graphql-tools/batch-execute@8.5.3": version "8.5.3" @@ -1750,29 +1740,17 @@ tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/code-file-loader@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.2.tgz#16ca44dc657df84ba45595199daae09e239eca17" - integrity sha512-ycYsaQ35DBg4OZbSajvuawbhUn/+SULCRFqmy3eyUgqDb5u0AQHJq/R4gYdx+pxV1zrzGOCPlDRYdY372cRRnQ== +"@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== dependencies: - "@graphql-tools/graphql-tag-pluck" "7.3.2" - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/graphql-tag-pluck" "7.3.3" + "@graphql-tools/utils" "8.10.0" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/delegate@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.0.tgz#099a5bb0fe2e928c7b9aa1be3d2769c3aba3fa5e" - integrity sha512-Y7cvToqKWdNZIk+wqcc3A7lQ/tLMwHDor0q5TE44FRkcvY9cvwEXUi+u6gV9SQ89vLaGz/VaNYJmMAG0cdOyMg== - dependencies: - "@graphql-tools/batch-execute" "8.5.2" - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/utils" "8.9.1" - dataloader "2.1.0" - tslib "~2.4.0" - value-or-promise "1.0.11" - "@graphql-tools/delegate@9.0.3": version "9.0.3" resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.3.tgz#c9ae8f0982d581356b1f568c91373915be6ee4b5" @@ -1785,44 +1763,44 @@ tslib "~2.4.0" value-or-promise "1.0.11" -"@graphql-tools/graphql-file-loader@7.5.1": - version "7.5.1" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.1.tgz#de6c1259a30e8c11adcc4a8c3ac5844a83b24e9b" - integrity sha512-6jf6ueuKnkBt8zycmbu9TwyP4vOdGu0Bht3001U1O+yWwDfbBTyTo0AyGupf9kbkpWfWamLCcXs4wMOKT2k25g== +"@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== dependencies: - "@graphql-tools/import" "6.7.2" - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/import" "6.7.3" + "@graphql-tools/utils" "8.10.0" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/graphql-tag-pluck@7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.2.tgz#10724af6f5eed959ced77ac38e2a4883918474aa" - integrity sha512-dRnDCtLDzL+UKcvVcC4j8zouC77/0HWg31mk9XAg5wHYyjB9EQ5R+i+SwTtG9NweczuQGqznAgwNbwrVt2g4aQ== +"@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== dependencies: "@babel/parser" "^7.16.8" "@babel/traverse" "^7.16.8" "@babel/types" "^7.16.8" - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-tools/import@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.2.tgz#76f848543b4587b3660e8a7971ca62a226fec751" - integrity sha512-eGIUtdB5ekyVTyIkJSS7SkY1znSgwmhDr627W/oRw8UvoV10S7CxoECJChjA+web6Y46Jz1CF7K7JxwadexD4g== +"@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== dependencies: - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/utils" "8.10.0" resolve-from "5.0.0" tslib "^2.4.0" -"@graphql-tools/load@7.7.3": - version "7.7.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.7.3.tgz#1b00cbfc6a2f97413fb44318ee2ad3f735452ebd" - integrity sha512-PD8/oCx/cuHhAhHYnLh5WN1uI9FeTHEK9X5FCR+BIaayZeyMQiW9OUbKyfVyzxKRQPRsMZVvbbcxACzLk1g9WQ== +"@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== dependencies: - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/schema" "9.0.1" + "@graphql-tools/utils" "8.10.0" p-limit "3.1.0" tslib "^2.4.0" @@ -1834,14 +1812,6 @@ "@graphql-tools/utils" "8.9.0" tslib "^2.4.0" -"@graphql-tools/merge@8.3.2": - version "8.3.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.2.tgz#a058e0307b9a145c6965420fd67ee1405cf033e8" - integrity sha512-r8TFlDFA9N4hbkKbHCUK5pkiSnVUsB5AtcyhoY1d3b9zNa9CAYgxZMkKZgDJAf9ZTIqki9t0eOW/jn1H4MCFsg== - dependencies: - "@graphql-tools/utils" "8.9.1" - 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" @@ -1866,17 +1836,7 @@ "@graphql-tools/utils" "8.8.0" tslib "^2.4.0" -"@graphql-tools/schema@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.0.tgz#a689ae23474bf662b3571a180f0e0d11c7b8f135" - integrity sha512-H1rlt0tptzYE1jnKGjfmMvvMCwsDTUgCy3Eam9agsPP4ZtHAcwijDx3BKKJaV1fDRV5ztz2aJ5Q7+4s/SMOYvQ== - dependencies: - "@graphql-tools/merge" "8.3.2" - "@graphql-tools/utils" "8.9.1" - tslib "^2.4.0" - value-or-promise "1.0.11" - -"@graphql-tools/schema@9.0.1": +"@graphql-tools/schema@9.0.1", "@graphql-tools/schema@^9.0.0": version "9.0.1" resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.1.tgz#ba8629107c1f0b9ffad14c08c2a85961967682fd" integrity sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw== @@ -1886,7 +1846,7 @@ tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/schema@^8.3.1", "@graphql-tools/schema@^8.5.0": +"@graphql-tools/schema@^8.3.1": version "8.5.1" resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.5.1.tgz#c2f2ff1448380919a330312399c9471db2580b58" integrity sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg== @@ -1896,41 +1856,41 @@ tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/stitch@8.7.2": - version "8.7.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.2.tgz#903bf4f662dff9f69f6aedaaedd38d143fe9a237" - integrity sha512-smluYRpK8+9WSHJmXSWe/NI0bYEbx5MthOuMPRLBlBC8C4VMm0Eu5YkTloPl1DFrGrkmkG7zJuig2cmX5nUN1A== - dependencies: - "@graphql-tools/batch-delegate" "8.3.2" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/merge" "8.3.2" - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" +"@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== + 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" tslib "^2.4.0" value-or-promise "^1.0.11" -"@graphql-tools/stitching-directives@2.3.2": - version "2.3.2" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.3.2.tgz#7522c1845efe0d895e6305643e81e5f1ab03e329" - integrity sha512-Xv2vByEAmD5BOreukgIppKw1TB3wm521Cht1V3zYiE6AFlG6Ih90ov3RZoUyO0PdhuYcr5Yd5LB5GARRACGqKg== +"@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== dependencies: - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" tslib "^2.4.0" -"@graphql-tools/url-loader@7.13.4": - version "7.13.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.13.4.tgz#45c112d01963c0ac895f0bfce238ea54f0a12fe8" - integrity sha512-xAaRpfoUdlKBq88JTO8FIlxuQ7uej/zOVe7aYJ0oPfrFvG0TwS+FcggCpvGVPIfN20ABogaiBKL8DIGVuC470A== +"@graphql-tools/url-loader@7.13.8": + version "7.13.8" + resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.13.8.tgz#2cd810e53411e5ab68e19ec3189f6792fe552ac5" + integrity sha512-toJI7FyEDD4pVp4QVmek03r7NebQ5qGTmnlDHoz29WMNlwdQQMOYE2hWBqcwRqyGNJceApVpdW4GboDVoV/rfA== dependencies: "@ardatan/sync-fetch" "0.0.1" - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/utils" "8.9.1" - "@graphql-tools/wrap" "9.0.0" + "@graphql-tools/delegate" "9.0.3" + "@graphql-tools/utils" "8.10.0" + "@graphql-tools/wrap" "9.0.4" "@n1ru4l/graphql-live-query" "^0.10.0" "@types/ws" "^8.0.0" - "@whatwg-node/fetch" "^0.2.4" + "@whatwg-node/fetch" "^0.2.9" dset "^3.1.2" extract-files "^11.0.0" graphql-ws "^5.4.1" @@ -1961,24 +1921,6 @@ dependencies: tslib "^2.4.0" -"@graphql-tools/utils@8.9.1": - version "8.9.1" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.1.tgz#11d6c8a292ac5f224dfda655b87adfece3a257c6" - integrity sha512-LHR7U4okICeUap+WV/T1FnLOmTr3KYuphgkXYendaBVO/DXKyc+TeOFBiN1LcEjPqCB8hO+0B0iTIO0cGqhNTA== - dependencies: - tslib "^2.4.0" - -"@graphql-tools/wrap@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.0.0.tgz#6f89fa379f4decae45dc3a89366cbb54c4fc6278" - integrity sha512-kBR7xKdPPnAK2OKimAeFKN/OZHSKVjAoxJPT6gfPE27fe/N1vhvAV6/wlYDgfJvWfeX3+3XLwRAcWCyZQbg0QQ== - dependencies: - "@graphql-tools/delegate" "9.0.0" - "@graphql-tools/schema" "9.0.0" - "@graphql-tools/utils" "8.9.1" - tslib "^2.4.0" - value-or-promise "1.0.11" - "@graphql-tools/wrap@9.0.4": version "9.0.4" resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.0.4.tgz#771d1a90db8532c78faf49778703cdd29f79cb35" @@ -2815,10 +2757,10 @@ magic-string "^0.26.2" react-refresh "^0.14.0" -"@whatwg-node/fetch@^0.2.4", "@whatwg-node/fetch@^0.2.7": - version "0.2.7" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.7.tgz#8699d9950d2f07365b2b49936ceca551c18757ba" - integrity sha512-AYU3W9q6qIkSlJOLAjBdOeMuWZwaPy7eeDhl2uG0udMRwO6+CVfAa/hG/kMX1Zp0wH2plhOm4eJrWtuf4f2+2A== +"@whatwg-node/fetch@^0.2.7", "@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" @@ -3795,10 +3737,10 @@ date-fns@^2.16.1: resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.28.0.tgz#9570d656f5fc13143e50c975a3b6bbeb46cd08b2" integrity sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw== -dayjs@1.11.3: - version "1.11.3" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.3.tgz#4754eb694a624057b9ad2224b67b15d552589258" - integrity sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A== +dayjs@1.11.5: + version "1.11.5" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.5.tgz#00e8cc627f231f9499c19b38af49f56dc0ac5e93" + integrity sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA== debug@2.6.9, debug@^2.6.9: version "2.6.9" @@ -4333,10 +4275,10 @@ eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@8.21.0: - version "8.21.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef" - integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA== +eslint@8.22.0: + version "8.22.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48" + integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA== dependencies: "@eslint/eslintrc" "^1.3.0" "@humanwhocodes/config-array" "^0.10.4" @@ -4929,12 +4871,12 @@ graphql-import-node@0.0.5: resolved "https://registry.yarnpkg.com/graphql-import-node/-/graphql-import-node-0.0.5.tgz#caf76a6cece10858b14f27cce935655398fc1bf0" integrity sha512-OXbou9fqh9/Lm7vwXT0XoRN9J5+WCYKnbiTalgFDvkQERITRmcfncZs6aVABedd5B85yQU5EULS4a5pnbpuI0Q== -graphql-scalars@1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.17.0.tgz#10e4f0fe44472d475dd72f14412c065fd1b7aff8" - integrity sha512-y1WtSu6jiW5QdDjK3RWMRTdK+xAAtSIq3IxmtnhxzH7bCkHV/z8VZa8fsSG4BcWbjQQtCQYQvMnvbQ+TBCyJRQ== +graphql-scalars@1.18.0: + version "1.18.0" + resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.18.0.tgz#096fd953f24087c4cf617ee08539daab32e7b062" + integrity sha512-XrMwSim4xJ5n1UdT3YMJh9uT3oB/th5jR5bIMJvYxmgq/rGDkfXNtCRSL/+dLMHxGM0thYPfIZDua1+aQlKBMA== dependencies: - tslib "~2.3.0" + tslib "~2.4.0" graphql-tag@^2.11.0, graphql-tag@^2.12.6: version "2.12.6" @@ -7743,10 +7685,10 @@ ts-invariant@^0.10.3: dependencies: tslib "^2.1.0" -ts-jest@28.0.7: - version "28.0.7" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6" - integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA== +ts-jest@28.0.8: + version "28.0.8" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73" + integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" @@ -7805,11 +7747,6 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== -tslib@~2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - tsup@^5.11.6: version "5.12.6" resolved "https://registry.yarnpkg.com/tsup/-/tsup-5.12.6.tgz#29e057066bcc2cdd0238104e5a68e95d4f6f49a6" @@ -8061,10 +7998,10 @@ vary@^1, vary@~1.1.2: resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= -vite@3.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.6.tgz#08e85ebaa34a3b647cb1365c87675b45f3511be0" - integrity sha512-pjfsWIzfUlQME/VAmU6SsjdHkTt6WAHysuqPkHDcjzNu6IGtxDSZ/VfRYOwHaCqX4M3Ivz0kxuSfAPM6gAIX+w== +vite@3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.7.tgz#f1e379857e9c5d652126f8b20d371e1365eb700f" + integrity sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA== dependencies: esbuild "^0.14.47" postcss "^8.4.16" From 07c2912996f017569ff3fc2ba45122855fc75d9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Aug 2022 08:55:23 +0000 Subject: [PATCH 2/2] chore(dependencies): updated changesets for modified dependencies --- .../@graphprotocol_client-apollo-195-dependencies.md | 7 +++++++ ...hprotocol_client-auto-type-merging-195-dependencies.md | 7 +++++++ .changeset/@graphprotocol_client-cli-195-dependencies.md | 8 ++++++++ .changeset/@graphprotocol_client-urql-195-dependencies.md | 7 +++++++ 4 files changed, 29 insertions(+) create mode 100644 .changeset/@graphprotocol_client-apollo-195-dependencies.md create mode 100644 .changeset/@graphprotocol_client-auto-type-merging-195-dependencies.md create mode 100644 .changeset/@graphprotocol_client-cli-195-dependencies.md create mode 100644 .changeset/@graphprotocol_client-urql-195-dependencies.md diff --git a/.changeset/@graphprotocol_client-apollo-195-dependencies.md b/.changeset/@graphprotocol_client-apollo-195-dependencies.md new file mode 100644 index 000000000..fbc6f8ef5 --- /dev/null +++ b/.changeset/@graphprotocol_client-apollo-195-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-apollo": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/apollo-link@5.0.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/5.0.2) (was `5.0.1`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-auto-type-merging-195-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-195-dependencies.md new file mode 100644 index 000000000..8117ab398 --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-type-merging-195-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-auto-type-merging": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/transform-type-merging@0.4.19` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.19) (was `0.4.18`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-cli-195-dependencies.md b/.changeset/@graphprotocol_client-cli-195-dependencies.md new file mode 100644 index 000000000..88db798d6 --- /dev/null +++ b/.changeset/@graphprotocol_client-cli-195-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-cli": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/cli@0.75.9` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.75.9) (was `0.75.8`, in `dependencies`) +- Updated dependency [`@graphql-mesh/graphql@0.29.9` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.29.9) (was `0.29.8`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-urql-195-dependencies.md b/.changeset/@graphprotocol_client-urql-195-dependencies.md new file mode 100644 index 000000000..e1037889f --- /dev/null +++ b/.changeset/@graphprotocol_client-urql-195-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-urql": patch +--- + +dependencies updates: + +- Updated dependency [`@graphql-mesh/urql-exchange@5.0.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/5.0.2) (was `5.0.1`, in `dependencies`)