Skip to content

Commit bf0628e

Browse files
Update dependency graphql-yoga to v5.16.2
1 parent c400acc commit bf0628e

2 files changed

Lines changed: 30 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@graphql-yoga/plugin-defer-stream": "3.16.0",
2222
"graphql": "16.11.0",
2323
"graphql-scalars": "1.25.0",
24-
"graphql-yoga": "5.16.0"
24+
"graphql-yoga": "5.16.2"
2525
},
2626
"devDependencies": {
2727
"@eddeee888/eslint-plugin": "1.0.1",

yarn.lock

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,15 @@
21952195
"@whatwg-node/node-fetch" "^0.7.7"
21962196
urlpattern-polyfill "^10.0.0"
21972197

2198-
"@whatwg-node/fetch@^0.10.6", "@whatwg-node/fetch@^0.10.8":
2198+
"@whatwg-node/fetch@^0.10.12":
2199+
version "0.10.12"
2200+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.12.tgz#e821000cd9fc0941c7cebdf3fe13e3a36a610b71"
2201+
integrity sha512-XmsCdDgQxbM8ha7xvIbDQyO/iES2ga0wQcM5sb+mugll1F+IzSshOMPK6n1TuqDDgjTwoU01mMa6oRhHWnpDcw==
2202+
dependencies:
2203+
"@whatwg-node/node-fetch" "^0.8.2"
2204+
urlpattern-polyfill "^10.0.0"
2205+
2206+
"@whatwg-node/fetch@^0.10.6":
21992207
version "0.10.8"
22002208
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.8.tgz#1467f9505826fa7271c67dfaf0d7251ab8c2b9cc"
22012209
integrity sha512-Rw9z3ctmeEj8QIB9MavkNJqekiu9usBCSMZa+uuAvM0lF3v70oQVCXNppMIqaV6OTZbdaHF1M2HLow58DEw+wg==
@@ -2222,6 +2230,16 @@
22222230
busboy "^1.6.0"
22232231
tslib "^2.6.3"
22242232

2233+
"@whatwg-node/node-fetch@^0.8.2":
2234+
version "0.8.2"
2235+
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.8.2.tgz#94baa23a12b2204803b627d934146c1cd3a398dc"
2236+
integrity sha512-1PihEl0a8hm/AZD/LVRs1lEWCZCo2Q65Xm1goaHeqR314e+/Z7NI7YE10Yser8+2iZFGtv542IYr685o3aaZ/g==
2237+
dependencies:
2238+
"@fastify/busboy" "^3.1.1"
2239+
"@whatwg-node/disposablestack" "^0.0.6"
2240+
"@whatwg-node/promise-helpers" "^1.3.2"
2241+
tslib "^2.6.3"
2242+
22252243
"@whatwg-node/promise-helpers@^1.0.0":
22262244
version "1.3.1"
22272245
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.1.tgz#65f1820fa652ddc1062aa0fe7456726e8676ea43"
@@ -2236,14 +2254,14 @@
22362254
dependencies:
22372255
tslib "^2.6.3"
22382256

2239-
"@whatwg-node/server@^0.10.5":
2240-
version "0.10.10"
2241-
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.10.10.tgz#6aadb16fe1950e0597fda43decdc51bb904cc50a"
2242-
integrity sha512-GwpdMgUmwIp0jGjP535YtViP/nnmETAyHpGPWPZKdX++Qht/tSLbGXgFUMSsQvEACmZAR1lAPNu2CnYL1HpBgg==
2257+
"@whatwg-node/server@^0.10.14":
2258+
version "0.10.15"
2259+
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.10.15.tgz#e05f32efd52263320fe67f57297daf2cef4d3c1e"
2260+
integrity sha512-/BqffJYRIbX1HfNUZkPvtiSloC3QCvxAYC82g0uo3ruiJ44GOiCGH1q/XWF0/l5tWBvFsgX5VBA8l7IhQkCNfA==
22432261
dependencies:
22442262
"@envelop/instrumentation" "^1.0.0"
22452263
"@whatwg-node/disposablestack" "^0.0.6"
2246-
"@whatwg-node/fetch" "^0.10.8"
2264+
"@whatwg-node/fetch" "^0.10.12"
22472265
"@whatwg-node/promise-helpers" "^1.3.2"
22482266
tslib "^2.6.3"
22492267

@@ -3651,10 +3669,10 @@ graphql-ws@^5.14.0:
36513669
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
36523670
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
36533671

3654-
graphql-yoga@5.16.0:
3655-
version "5.16.0"
3656-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.16.0.tgz#2c95fb61ae97b17342db319940d363ada26bc4c4"
3657-
integrity sha512-/R2dJea7WgvNlXRU4F8iFwWd95Qn1mN+R+yC8XBs1wKjUzr0Pvv8cGYtt6UUcVHw5CiDEtu7iQY5oOe3sDAWCQ==
3672+
graphql-yoga@5.16.2:
3673+
version "5.16.2"
3674+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.16.2.tgz#efd103ee4f3f8c4648defd8644f9f2edfc0b0a2d"
3675+
integrity sha512-heaD8ejapeEZ8+8CxB6DbYzkvMfC4gHEXr1Gc2CQCXEb5PVaDcEnQfiThBNic1KLPpuZixqQdJJ0pjcEVc9H7g==
36583676
dependencies:
36593677
"@envelop/core" "^5.3.0"
36603678
"@envelop/instrumentation" "^1.0.0"
@@ -3665,8 +3683,7 @@ graphql-yoga@5.16.0:
36653683
"@graphql-yoga/subscription" "^5.0.5"
36663684
"@whatwg-node/fetch" "^0.10.6"
36673685
"@whatwg-node/promise-helpers" "^1.2.4"
3668-
"@whatwg-node/server" "^0.10.5"
3669-
dset "^3.1.4"
3686+
"@whatwg-node/server" "^0.10.14"
36703687
lru-cache "^10.0.0"
36713688
tslib "^2.8.1"
36723689

0 commit comments

Comments
 (0)