Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-mesh/transform-encapsulate to ^…
Browse files Browse the repository at this point in the history
…0.96.0
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent a6e970f commit 2e0a070
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/soap": "^0.7.0",
"@graphql-mesh/thrift": "^0.7.0",
"@graphql-mesh/transform-cache": "^0.9.0",
"@graphql-mesh/transform-encapsulate": "^0.1.31",
"@graphql-mesh/transform-encapsulate": "^0.96.0",
"@graphql-mesh/transform-extend": "^0.6.1",
"@graphql-mesh/transform-federation": "^0.5.1",
"@graphql-mesh/transform-filter-schema": "^0.10.3",
Expand Down
124 changes: 115 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1460,16 +1460,13 @@
date-fns "2.21.3"
graphql-fields "2.0.3"

"@graphql-mesh/transform-encapsulate@^0.1.31":
version "0.1.47"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-encapsulate/-/transform-encapsulate-0.1.47.tgz#9965d057b89b42786b8f5063d438efdc4cb58acf"
integrity sha512-4lJpimW+1HRHuwON7EpnShSZbttKhA1Tc+mqzM07koVSzD0Lgi5bLKj0oxl3fQE77i1C1EyZyTHSRlQvL3eBMA==
"@graphql-mesh/transform-encapsulate@^0.96.0":
version "0.96.6"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-encapsulate/-/transform-encapsulate-0.96.6.tgz#e8587cc871387b2dc8e9d3786e057fac3a74945a"
integrity sha512-tgUbokjx11dCemn9LmV76R6fC5tNomWa1YJXexl1nYmiLSpUUbjTeJlIF6OzW6w+hwJFaQQKbI4S61QMBHCPew==
dependencies:
"@graphql-mesh/types" "0.42.0"
"@graphql-mesh/utils" "0.12.0"
"@graphql-tools/delegate" "7.1.5"
"@graphql-tools/utils" "7.10.0"
"@graphql-tools/wrap" "7.0.8"
"@graphql-tools/delegate" "^10.0.3"
"@graphql-tools/wrap" "^10.0.1"

"@graphql-mesh/transform-extend@^0.6.1":
version "0.6.15"
Expand Down Expand Up @@ -1737,6 +1734,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/batch-execute@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz#11601409c0c33491971fc82592de12390ec58be2"
integrity sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==
dependencies:
"@graphql-tools/utils" "^10.0.13"
dataloader "^2.2.2"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/[email protected]", "@graphql-tools/code-file-loader@^6.2.5":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-6.3.1.tgz#42dfd4db5b968acdb453382f172ec684fa0c34ed"
Expand Down Expand Up @@ -1821,6 +1828,18 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/delegate@^10.0.3", "@graphql-tools/delegate@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.4.tgz#7c38240f11e42ec2dd45d0a569ca6433ce4cb8dc"
integrity sha512-WswZRbQZMh/ebhc8zSomK9DIh6Pd5KbuiMsyiKkKz37TWTrlCOe+4C/fyrBFez30ksq6oFyCeSKMwfrCbeGo0Q==
dependencies:
"@graphql-tools/batch-execute" "^9.0.4"
"@graphql-tools/executor" "^1.2.1"
"@graphql-tools/schema" "^10.0.3"
"@graphql-tools/utils" "^10.0.13"
dataloader "^2.2.2"
tslib "^2.5.0"

"@graphql-tools/delegate@^8.1.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.2.0.tgz#c43e102aab89cced33e0be7a47faae759321d441"
Expand All @@ -1833,6 +1852,17 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/executor@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.2.1.tgz#9aa132ac1839679fbd14810f7ad8a65e82c0db44"
integrity sha512-BP5UI1etbNOXmTSt7q4NL1+zsURFgh2pG+Hyt9K/xO0LlsfbSx59L5dHLerqZP7Js0xI6GYqrUQ4m29rUwUHJg==
dependencies:
"@graphql-tools/utils" "^10.0.13"
"@graphql-typed-document-node/core" "3.2.0"
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/git-loader@^6.2.5":
version "6.2.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/git-loader/-/git-loader-6.2.6.tgz#c2226f4b8f51f1c05c9ab2649ba32d49c68cd077"
Expand Down Expand Up @@ -2003,6 +2033,14 @@
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"

"@graphql-tools/merge@^9.0.3":
version "9.0.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a"
integrity sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw==
dependencies:
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "8.1.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.1.4.tgz#4d2ef054f83bd71dfe294a9750c19f90b6dedb91"
Expand Down Expand Up @@ -2096,6 +2134,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.3.tgz#48c14be84cc617c19c4c929258672b6ab01768de"
integrity sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog==
dependencies:
"@graphql-tools/merge" "^9.0.3"
"@graphql-tools/utils" "^10.0.13"
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 +2268,16 @@
dependencies:
tslib "~2.3.0"

"@graphql-tools/utils@^10.0.13":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.1.0.tgz#d8c23a8b8636a5df59b14991bf25eae5ac15d314"
integrity sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.0"
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 @@ -2249,11 +2307,27 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/wrap@^10.0.1":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.2.tgz#87f510b5f35db2771e7743bc3d71059ee4adaf09"
integrity sha512-nb/YjBcyF02KBCy3hiyw0nBKIC+qkiDY/tGMCcIe4pM6BPEcnreaPhXA28Rdge7lKtySF4Mhbc86XafFH5bIkQ==
dependencies:
"@graphql-tools/delegate" "^10.0.4"
"@graphql-tools/schema" "^10.0.3"
"@graphql-tools/utils" "^10.0.13"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.0.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==

"@graphql-typed-document-node/[email protected]", "@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 @@ -2635,6 +2709,11 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@repeaterjs/repeater@^3.0.4":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.5.tgz#b77571685410217a548a9c753aa3cdfc215bfc78"
integrity sha512-l3YHBLAol6d/IKnB9LhpD0cEZWAoe3eFKUyTYWmFmCO2Q/WOckxLQAUyMZWwZV2M/m3+4vgRoaolFqaII82/TA==

"@sinonjs/commons@^1.7.0":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
Expand Down Expand Up @@ -4619,6 +4698,13 @@ [email protected], cross-fetch@^3.0.4:
dependencies:
node-fetch "2.6.1"

[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
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 @@ -4731,6 +4817,11 @@ [email protected], dataloader@^2.0.0:
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f"
integrity sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==

dataloader@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==

[email protected], [email protected], [email protected]:
version "2.23.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
Expand Down Expand Up @@ -4965,6 +5056,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 +10897,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, tslib@^2.5.0:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

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 +11194,11 @@ [email protected]:
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 2e0a070

Please sign in to comment.