Skip to content

Commit

Permalink
Update dependency graphql-yoga to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 7d37cb5 commit ef87bba
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/subgraph": "^2.8.3",
"@graphql-hive/cli": "0.38.5",
"graphql": "16.9.0",
"graphql-yoga": "5.10.8",
"graphql-yoga": "5.12.0",
"@graphql-mesh/plugin-jwt-auth": "1.4.0",
"@graphql-mesh/hmac-upstream-signature": "1.2.19"
},
Expand Down
68 changes: 66 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,18 @@
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/executor@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.4.0.tgz#1c01596c24f4dbcb13d158acdf407f4261e115fb"
integrity sha512-sQN54cCDV9s0ur993/VtQF0hslOubSTMJlN0WaouiJCEgMqE5aXN27kmZvF0oXj0GxbWMC+bPNWEZH1TJVsLxw==
dependencies:
"@graphql-tools/utils" "^10.8.1"
"@graphql-typed-document-node/core" "^3.2.0"
"@repeaterjs/repeater" "^3.0.4"
"@whatwg-node/disposablestack" "^0.0.5"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/federation@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-3.0.5.tgz#78d03c9bab71c6dbbd84a9025b4674eb3327636c"
Expand Down Expand Up @@ -1501,6 +1513,16 @@
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^10.8.1":
version "10.8.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.1.tgz#701e35d3214ce5e7d95c38b745e9e9720014e96b"
integrity sha512-fI5NNuqeEAHyp7NuCDjvxWR5PTUXM4AqY9BoC59ZcX4nePAJje27ZsFHbAMS6EKDosY1K/D4ADxsO0P5+FH07A==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.4"
tslib "^2.4.0"

"@graphql-tools/utils@^7.6.0":
version "7.10.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.10.0.tgz#07a4cb5d1bec1ff1dc1d47a935919ee6abd38699"
Expand Down Expand Up @@ -1540,6 +1562,13 @@
dependencies:
tslib "^2.5.2"

"@graphql-yoga/logger@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@graphql-yoga/logger/-/logger-2.0.1.tgz#b3d18371c07bb2fe03417e3920ddcaebb2ee0262"
integrity sha512-Nv0BoDGLMg9QBKy9cIswQ3/6aKaKjlTh87x3GiBg2Z4RrjyrM48DvOOK0pJh1C1At+b0mUIM67cwZcFTDLN4sA==
dependencies:
tslib "^2.8.1"

"@graphql-yoga/plugin-apollo-inline-trace@^3.10.8":
version "3.10.8"
resolved "https://registry.yarnpkg.com/@graphql-yoga/plugin-apollo-inline-trace/-/plugin-apollo-inline-trace-3.10.8.tgz#48d6609a2ecad50bfcbca7430d74d5c62633d29d"
Expand Down Expand Up @@ -1610,6 +1639,16 @@
"@whatwg-node/events" "^0.1.0"
tslib "^2.5.2"

"@graphql-yoga/subscription@^5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-5.0.3.tgz#d36bc16d4f9c4ba3b9024133ba959ae2185b2d41"
integrity sha512-xLGEataxCULjL9rlTCVFL1IW2E90TnDIL+mE4lZBi9X92jc6s+Q+jk6Ax3I98kryCJh0UMiwjit7CaIIczTiJg==
dependencies:
"@graphql-yoga/typed-event-target" "^3.0.2"
"@repeaterjs/repeater" "^3.0.4"
"@whatwg-node/events" "^0.1.0"
tslib "^2.8.1"

"@graphql-yoga/typed-event-target@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-3.0.1.tgz#16ef7516c6725d4a7f08d2214385afaa8441dc26"
Expand All @@ -1618,6 +1657,14 @@
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.5.2"

"@graphql-yoga/typed-event-target@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-3.0.2.tgz#af29ed2a5a84062ffab8e404b335ec4d4c37ceb4"
integrity sha512-ZpJxMqB+Qfe3rp6uszCQoag4nSw42icURnBRfFYSOmTgEeOe4rD0vYlbA8spvCu2TlCesNTlEN9BLWtQqLxabA==
dependencies:
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.8.1"

"@grpc/grpc-js@^1.7.1":
version "1.12.5"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.12.5.tgz#0064a28fe9b1ec54ac27e1c9bf70720aa01285e8"
Expand Down Expand Up @@ -2915,7 +2962,7 @@ dotenv@^16.3.1:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==

dset@^3.1.1, dset@^3.1.2:
dset@^3.1.1, dset@^3.1.2, dset@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==
Expand Down Expand Up @@ -3461,7 +3508,24 @@ graphql-ws@^5.14.0, graphql-ws@^5.16.0:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.0.tgz#849efe02f384b4332109329be01d74c345842729"
integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==

[email protected], graphql-yoga@^5.10.6, graphql-yoga@^5.7.0:
[email protected]:
version "5.12.0"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.12.0.tgz#880d59db0216f4fbeaf71b310ca921f7ddc4e8d2"
integrity sha512-JKsGnXlrqoF2wdnE99EvETqBbvkPa6aa6T+PqMbegnTFpYrVNuhCXpzGgSEFroqR1VGHMlFrsmHYdHPZb/TbAA==
dependencies:
"@envelop/core" "^5.0.2"
"@graphql-tools/executor" "^1.4.0"
"@graphql-tools/schema" "^10.0.11"
"@graphql-tools/utils" "^10.6.2"
"@graphql-yoga/logger" "^2.0.1"
"@graphql-yoga/subscription" "^5.0.3"
"@whatwg-node/fetch" "^0.10.1"
"@whatwg-node/server" "^0.9.64"
dset "^3.1.4"
lru-cache "^10.0.0"
tslib "^2.8.1"

graphql-yoga@^5.10.6, graphql-yoga@^5.7.0:
version "5.10.8"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.8.tgz#b83948c2adb9a7b9873b823d0715e6cadde96248"
integrity sha512-a3qJOd7t/sWp6yQ0n+M/7KmhGRm6ulSeY7WTdyb/pPCZGccPW9iLz4O2k0DPsF50k8VHJLS2VSlnZOeqkR2mOg==
Expand Down

0 comments on commit ef87bba

Please sign in to comment.