Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-mesh/transform-resolvers-compos…
Browse files Browse the repository at this point in the history
…ition to ^0.101.0
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent a6e970f commit 2385d1c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@graphql-mesh/transform-naming-convention": "^0.6.34",
"@graphql-mesh/transform-prefix": "^0.6.34",
"@graphql-mesh/transform-rename": "^0.8.5",
"@graphql-mesh/transform-resolvers-composition": "^0.10.0",
"@graphql-mesh/transform-resolvers-composition": "^0.101.0",
"@graphql-mesh/transform-snapshot": "^0.10.0",
"@graphql-mesh/types": "0.42.0",
"@graphql-mesh/utils": "0.13.0",
Expand Down
91 changes: 67 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,15 +1554,13 @@
"@graphql-tools/utils" "7.10.0"
"@graphql-tools/wrap" "7.0.8"

"@graphql-mesh/transform-resolvers-composition@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-resolvers-composition/-/transform-resolvers-composition-0.10.0.tgz#8bf356d907a6389d511c11ba430437e77f0d23ac"
integrity sha512-Xr37zSU/9p0q4O41SZEDvdGhTUdUcrbAlUYds56lQxPpUrzaTor29skOnDnQwCsHQEvjucBVvuShgwIAedsaww==
"@graphql-mesh/transform-resolvers-composition@^0.101.0":
version "0.101.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-resolvers-composition/-/transform-resolvers-composition-0.101.0.tgz#298806e1e142d27a59873f7cfa8ea9cf3959e761"
integrity sha512-kDsuObDDX6StjtHk9VJGvfJxKDpDBXOxOppRHcZlK/BfU930NT8nzteGUf3dkTPPnmiwFW1E13h1NmrnoOeNPg==
dependencies:
"@graphql-mesh/types" "0.43.0"
"@graphql-mesh/utils" "0.13.0"
"@graphql-tools/resolvers-composition" "6.3.0"
"@graphql-tools/schema" "8.0.0"
"@graphql-tools/resolvers-composition" "^7.0.0"
"@graphql-tools/schema" "^10.0.5"

"@graphql-mesh/transform-snapshot@^0.10.0":
version "0.10.0"
Expand Down Expand Up @@ -2003,6 +2001,14 @@
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"

"@graphql-tools/merge@^9.0.6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
dependencies:
"@graphql-tools/utils" "^10.5.4"
tslib "^2.4.0"

"@graphql-tools/mock@8.1.4":
version "8.1.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.1.4.tgz#4d2ef054f83bd71dfe294a9750c19f90b6dedb91"
Expand Down Expand Up @@ -2057,15 +2063,15 @@
lodash "4.17.21"
tslib "~2.2.0"

"@graphql-tools/resolvers-composition@6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/resolvers-composition/-/resolvers-composition-6.3.0.tgz#f9b26f332a5a203dcfc190d30776c190bed3ef81"
integrity sha512-Tpc04ZRKu5JB/tVx5Q6Zb657fj/zwIiPpQWlIPMcq9ywF/8vNzzHRFApb0PVIPj6V7O1nK1DAIjhHC6OkyMtDw==
"@graphql-tools/resolvers-composition@^7.0.0":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/resolvers-composition/-/resolvers-composition-7.0.1.tgz#06e7b7c923a14595567815b97664afd122a75fa9"
integrity sha512-EXcTi4OuGsj8UvQEleKVL4uJeOWc4MgOPK12qBCygkDMZArvBEzCa2IQ5Q9jWyCLcsNQxMXWyOm1rcQTrkJ+/w==
dependencies:
"@graphql-tools/utils" "^8.0.0"
"@graphql-tools/utils" "^10.0.13"
lodash "4.17.21"
micromatch "^4.0.4"
tslib "~2.3.0"
tslib "^2.4.0"

"@graphql-tools/schema@7.1.5", "@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.4", "@graphql-tools/schema@^7.1.5":
version "7.1.5"
Expand All @@ -2076,16 +2082,6 @@
tslib "~2.2.0"
value-or-promise "1.0.6"

"@graphql-tools/schema@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.0.0.tgz#65fd4d8c598300c1310d1dbfcd7dc6a10d665111"
integrity sha512-U/wFPxGnWTvWO0N8qfrgyRwGaH4UqWxFClYvLxR5zHz+GOMTL4J8MpGej4NqV2iJIefhmyV55kHjG4dvYpE0AA==
dependencies:
"@graphql-tools/merge" "6.2.15"
"@graphql-tools/utils" "^8.0.0"
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.1.2.tgz#913879da1a7889a9488e9b7dc189e7c83eff74be"
Expand All @@ -2096,6 +2092,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@^10.0.5":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
dependencies:
"@graphql-tools/merge" "^9.0.6"
"@graphql-tools/utils" "^10.5.4"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/schema@^8.0.0", "@graphql-tools/schema@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.0.1.tgz#178b734f3784e632a76bdd144ffa8a32169a6f4a"
Expand Down Expand Up @@ -2220,6 +2226,16 @@
dependencies:
tslib "~2.3.0"

"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.5.4":
version "10.5.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e"
Expand Down Expand Up @@ -2254,6 +2270,11 @@
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==

"@graphql-typed-document-node/core@^3.1.1":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==

"@grpc/grpc-js@^1.1.7":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.3.tgz#479764be3044f44c9fe38702643f59ea1a5374cb"
Expand Down Expand Up @@ -4619,6 +4640,13 @@ cross-fetch@3.1.4, cross-fetch@^3.0.4:
dependencies:
node-fetch "2.6.1"

cross-inspect@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"
integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==
dependencies:
tslib "^2.4.0"

cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -4965,6 +4993,11 @@ dotsplit.js@^1.0.3:
resolved "https://registry.yarnpkg.com/dotsplit.js/-/dotsplit.js-1.1.0.tgz#25a239eabe922a91ffa5d2a172d6c9fb82451e02"
integrity sha1-JaI56r6SKpH/pdKhctbJ+4JFHgI=

dset@^3.1.2:
version "3.1.3"
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2"
integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==

ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
Expand Down Expand Up @@ -10801,6 +10834,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.3
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslib@^2.4.0:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tslib@~2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
Expand Down Expand Up @@ -11093,6 +11131,11 @@ value-or-promise@1.0.6:
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f"
integrity sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg==

value-or-promise@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==

vary@^1, vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
Expand Down

0 comments on commit 2385d1c

Please sign in to comment.