diff --git a/.changeset/@graphprotocol_client-cli-262-dependencies.md b/.changeset/@graphprotocol_client-cli-262-dependencies.md new file mode 100644 index 00000000..78b21549 --- /dev/null +++ b/.changeset/@graphprotocol_client-cli-262-dependencies.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/client-cli': patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/cli@0.78.28` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.78.28) (from `0.78.27`, in `dependencies`) diff --git a/packages/cli/package.json b/packages/cli/package.json index 9c423963..28cde21c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,7 +49,7 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.78.27", + "@graphql-mesh/cli": "0.78.28", "@graphql-mesh/graphql": "0.31.20", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.9", diff --git a/yarn.lock b/yarn.lock index 581ba3c7..a0eff5e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1492,10 +1492,10 @@ localforage "1.10.0" tslib "^2.4.0" -"@graphql-mesh/cli@0.78.27": - version "0.78.27" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.78.27.tgz#35fe187eeaf1f35afe35b935e8d96e2974a65951" - integrity sha512-yCiZde/XqmVqKHfYQ35usvAjKZuwXCiCGbF/xuz1SzutSDfBT1OZNAmDKCqnqL6LPrve5R9eZXIqVfuHNQZdgQ== +"@graphql-mesh/cli@0.78.28": + version "0.78.28" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.78.28.tgz#bc487edf2e652ce09b944a40a3a23959951ed213" + integrity sha512-9u1fh6kcQFtifYCp/IKZCgcGJkuq04ArjsfYF8FUOEJ/ur1HO+hUTioN+OM/jJCyrsfW4MT9XOWJ8IGsD2sGzQ== dependencies: "@graphql-codegen/core" "2.6.2" "@graphql-codegen/typed-document-node" "2.3.3" @@ -1505,8 +1505,8 @@ "@graphql-codegen/typescript-resolvers" "2.7.3" "@graphql-mesh/config" "8.0.16" "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/http" "0.1.24" - "@graphql-mesh/runtime" "0.44.16" + "@graphql-mesh/http" "0.1.25" + "@graphql-mesh/runtime" "0.44.17" "@graphql-mesh/store" "0.8.51" "@graphql-mesh/types" "0.84.7" "@graphql-mesh/utils" "0.41.18" @@ -1581,13 +1581,13 @@ lodash.get "4.4.2" tslib "^2.4.0" -"@graphql-mesh/http@0.1.24": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.1.24.tgz#7702d74bf3b52f30248befca6f9e1ddccf5ad68c" - integrity sha512-LaInpl2nM/6VsKY2QgdzWXc15594dp0hQKw0RtQW5E9aPOAy7Fd4sBYpBpifP7QCdTOWsQ9FiN3yKaRlbwEtVw== +"@graphql-mesh/http@0.1.25": + version "0.1.25" + resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.1.25.tgz#8aa2e8be39d3fc8118c9b82caa8684e91cfb9602" + integrity sha512-XlwuWqjWVjsdAFOdmJnlbhFU4GG4EEvuIt1LHy0xeuJUVLK3R/jAzwq5VzzvVhUU+ItWObuU5EMXhhKughNBWw== dependencies: "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/runtime" "0.44.16" + "@graphql-mesh/runtime" "0.44.17" "@graphql-mesh/types" "0.84.7" "@graphql-mesh/utils" "0.41.18" "@whatwg-node/fetch" "^0.4.6" @@ -1624,10 +1624,10 @@ "@graphql-tools/utils" "8.12.0" tslib "^2.4.0" -"@graphql-mesh/runtime@0.44.16": - version "0.44.16" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.44.16.tgz#5de00ecfce7392dc206c48870851c52c2ba63667" - integrity sha512-UB5IpW6nZO/rrdt8ziYAKeL87xsG8kN0+JWJpc3Lg+q7TkeWuKe07xHYsYyyU+rgrQ7gFlRRyAN8qVbeoEN4BA== +"@graphql-mesh/runtime@0.44.17": + version "0.44.17" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.44.17.tgz#a3d155e28b92d192e3b0a18435770a384af850b8" + integrity sha512-o7LYSEN1D8yps1UsJNzmHxO4vyP8fSKyluAECQw8hznRq8FuA09oU2ZtiFg52rwmPXeM/wMs1L6MoF8Z66Cx5A== dependencies: "@envelop/core" "2.6.0" "@envelop/extended-validation" "1.9.0"