Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-mesh/fusion-runtime to v0.10.19 (
Browse files Browse the repository at this point in the history
…#860)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent a496fb2 commit 5575aff
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1757,9 +1757,9 @@
path-browserify "1.0.1"

"@graphql-mesh/fusion-runtime@^0.10.0":
version "0.10.18"
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.18.tgz#0c0dd106144204ae309eeba66ce6bbc7a5a747d8"
integrity sha512-Z6ogXLjz/Yr5rqYSMt6x8KNTQTCVu/uwbFSO43AQq3rCWhi3Fg9idSgUEbForAGysayfY1Hj07UqJNA/El864g==
version "0.10.19"
resolved "https://registry.yarnpkg.com/@graphql-mesh/fusion-runtime/-/fusion-runtime-0.10.19.tgz#82fbe300d1231fd0f3083f2727ef07d8a71bc849"
integrity sha512-26m3kpHNL1RLYNs3krVaUlzFJbcf+rKAJFwpKMj4k9TntuzVafmLnfQm0OkAeIDDKoGzOOIwi/IDb7PcA9FcMg==
dependencies:
"@envelop/core" "^5.0.1"
"@graphql-mesh/cross-helpers" "^0.4.9"
Expand All @@ -1768,7 +1768,7 @@
"@graphql-mesh/utils" "^0.103.6"
"@graphql-tools/delegate" "^10.2.7"
"@graphql-tools/executor" "^1.3.6"
"@graphql-tools/federation" "^2.2.40"
"@graphql-tools/federation" "^3.0.0"
"@graphql-tools/merge" "^9.0.12"
"@graphql-tools/stitch" "^9.4.9"
"@graphql-tools/stitching-directives" "^3.1.22"
Expand Down Expand Up @@ -2073,7 +2073,7 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/federation@^2.2.34", "@graphql-tools/federation@^2.2.40":
"@graphql-tools/federation@^2.2.34":
version "2.2.40"
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.40.tgz#36de3b515ab1866fa73aa1ff5a0049028dac18ad"
integrity sha512-2gCoFQptXJb/+hz2tG75WNRpS9+1jMyfRU/UUjGlcg/ysHcjyPB6KfUzc2/9JPdY6B3ocQunqJaF2vueiEKpJg==
Expand All @@ -2088,6 +2088,24 @@
"@whatwg-node/fetch" "^0.10.1"
tslib "^2.8.1"

"@graphql-tools/federation@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-3.0.0.tgz#cd00d0f6b670cc312c3eb5c04447d9441690c12e"
integrity sha512-MruqCgoJIMX3S8SrUkis0v92kWOM+1QnAl2BOYOSQvSiQ0mXiu4SX0DxRgvatIOC+bWN8fVAl7Vc1VJrzl411A==
dependencies:
"@graphql-tools/delegate" "^10.2.7"
"@graphql-tools/executor-http" "^1.1.14"
"@graphql-tools/merge" "^9.0.12"
"@graphql-tools/schema" "^10.0.11"
"@graphql-tools/stitch" "^9.4.9"
"@graphql-tools/utils" "^10.6.2"
"@graphql-tools/wrap" "^10.0.25"
"@graphql-yoga/typed-event-target" "^3.0.0"
"@whatwg-node/disposablestack" "^0.0.5"
"@whatwg-node/events" "^0.1.2"
"@whatwg-node/fetch" "^0.10.1"
tslib "^2.8.1"

"@graphql-tools/graphql-file-loader@^8.0.0":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.0.6.tgz#69005492d9881db2b87b174fc1a2d0e816af96d8"
Expand Down Expand Up @@ -3223,7 +3241,7 @@
dependencies:
tslib "^2.6.3"

"@whatwg-node/events@^0.1.0":
"@whatwg-node/events@^0.1.0", "@whatwg-node/events@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.1.2.tgz#23f7c7ad887d7fd448e9ce3261eac9ef319ddd7c"
integrity sha512-ApcWxkrs1WmEMS2CaLLFUEem/49erT3sxIVjpzU5f6zmVcnijtDSrhoK2zVobOIikZJdH63jdAXOrvjf6eOUNQ==
Expand Down

0 comments on commit 5575aff

Please sign in to comment.