Skip to content

Commit

Permalink
fix(deps): update dependency graphql-yoga to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 7571e4e commit 231487c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demo-apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-upload-ts": "2.1.2",
"graphql-yoga": "5.10.1",
"graphql-yoga": "5.10.2",
"nexus": "1.3.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
Expand Down
18 changes: 9 additions & 9 deletions demo-apps/backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,10 @@
fast-querystring "^1.1.1"
tslib "^2.6.3"

"@whatwg-node/server@^0.9.54":
version "0.9.54"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.54.tgz#031e31c6a92bb9a29a7c987a19ad534aa2d540bc"
integrity sha512-AFwts1RNnnPwpGnbCqyb7fwaE3ROBgkIstpmtXqb2YklFIlQ97Y1rabzeoyKoQqQxX89nMRmfsLAwPzfCpV9pw==
"@whatwg-node/server@^0.9.55":
version "0.9.55"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.55.tgz#2ff56b42d3a7bfbf79399dcc5be0b53cdd3da064"
integrity sha512-FW04dJZfgBGaGoHQosCTeSOXKksCVzMLMV5YZPMpUfEmkH8VeDjCIMguvw2cKgrjnLjwQ1J3irLg2eNQbLxLNg==
dependencies:
"@whatwg-node/fetch" "^0.10.0"
tslib "^2.6.3"
Expand Down Expand Up @@ -1583,10 +1583,10 @@ [email protected]:
http-errors "^2.0.0"
object-path "^0.11.8"

[email protected].1:
version "5.10.1"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.1.tgz#6c69e9b775a179089deac36f5b62f81c915497b9"
integrity sha512-s4ClDpKZxwnP5WxnMbRQhrFYTxRk68xWCxh1vkZhBpUpu2l70vM6S9P9QDbzNaTWZp9KCEON4Q5pb7qXlFwTQw==
[email protected].2:
version "5.10.2"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.2.tgz#4bf6269c9787150f8d19e214216e77c14ad4fcd3"
integrity sha512-LcbNUFCsCsv3enjGnXCUQNSKxM49iB4uF9H2Vb3WChBOSQjzqI1d83mvgMTgMVtrZYlKjgM/magMQZV211N2LA==
dependencies:
"@envelop/core" "^5.0.1"
"@graphql-tools/executor" "^1.3.0"
Expand All @@ -1595,7 +1595,7 @@ [email protected]:
"@graphql-yoga/logger" "^2.0.0"
"@graphql-yoga/subscription" "^5.0.1"
"@whatwg-node/fetch" "^0.10.1"
"@whatwg-node/server" "^0.9.54"
"@whatwg-node/server" "^0.9.55"
dset "^3.1.1"
lru-cache "^10.0.0"
tslib "^2.5.2"
Expand Down

0 comments on commit 231487c

Please sign in to comment.