Skip to content

Commit afaac75

Browse files
chore(deps): update dependency @mercuriusjs/gateway to v5.2.0
1 parent 3f9b3ab commit afaac75

2 files changed

Lines changed: 45 additions & 28 deletions

File tree

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@mercuriusjs/federation": "5.1.0",
31-
"@mercuriusjs/gateway": "5.0.0",
31+
"@mercuriusjs/gateway": "5.2.0",
3232
"@nestjs/common": "11.1.17",
3333
"@nestjs/platform-fastify": "11.1.17",
3434
"@nestjs/testing": "11.1.17",

yarn.lock

Lines changed: 44 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,23 +1931,23 @@
19311931
graphql "^16.6.0"
19321932
mercurius "^16.0.0"
19331933

1934-
"@mercuriusjs/gateway@5.0.0":
1935-
version "5.0.0"
1936-
resolved "https://registry.yarnpkg.com/@mercuriusjs/gateway/-/gateway-5.0.0.tgz#462894864459ac5f05c82ea6c47ccdba7ed54d73"
1937-
integrity sha512-YpjSOZzz8Y99chHhI3j2Y0YTWTb6FqMBdgh19azYqp4rfXsniWKyUjoAhoNqrhYXraGTGJSXA72PgG5OGFAC1A==
1934+
"@mercuriusjs/gateway@5.2.0":
1935+
version "5.2.0"
1936+
resolved "https://registry.yarnpkg.com/@mercuriusjs/gateway/-/gateway-5.2.0.tgz#14cdd8e9791d23c1b732e9bc7e00b12b9161e42a"
1937+
integrity sha512-o9dmAzfj9K25XO+SzNn0UawgyTVzkPQS5bA7gPmyPWnzpA4z0LesY3ZL13cFMu+Us4NUklU4qUZDBJFbNiP8+w==
19381938
dependencies:
19391939
"@mercuriusjs/federation" "^5.0.0"
19401940
"@mercuriusjs/subscription-client" "^2.0.0"
1941-
fastify-plugin "^5.0.0"
1942-
graphql "^16.6.0"
1943-
graphql-ws "^5.11.2"
1944-
mercurius "^16.0.0"
1945-
p-map "^4.0.0"
1946-
single-user-cache "^1.0.0"
1947-
tiny-lru "^11.0.0"
1948-
undici "^7.2.1"
1941+
fastify-plugin "^5.1.0"
1942+
graphql "^16.12.0"
1943+
graphql-ws "^6.0.6"
1944+
mercurius "^16.6.0"
1945+
p-map "^7.0.4"
1946+
single-user-cache "^2.1.0"
1947+
tiny-lru "^11.4.5"
1948+
undici "^7.16.0"
19491949
use-strict "1.0.1"
1950-
ws "^8.11.0"
1950+
ws "^8.18.3"
19511951

19521952
"@mercuriusjs/subscription-client@^2.0.0":
19531953
version "2.0.0"
@@ -5649,7 +5649,7 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
56495649
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.5.tgz#19f5f9691d0dab9b85861a7bb5d98fca961da9cd"
56505650
integrity sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==
56515651

5652-
fastify-plugin@5.1.0, fastify-plugin@^5.0.1:
5652+
fastify-plugin@5.1.0, fastify-plugin@^5.0.1, fastify-plugin@^5.1.0:
56535653
version "5.1.0"
56545654
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.1.0.tgz#7083e039d6418415f9a669f8c25e72fc5bf2d3e7"
56555655
integrity sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==
@@ -6336,17 +6336,12 @@ graphql-tag@2.12.6:
63366336
dependencies:
63376337
tslib "^2.1.0"
63386338

6339-
graphql-ws@6.0.7:
6339+
graphql-ws@6.0.7, graphql-ws@^6.0.6:
63406340
version "6.0.7"
63416341
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.7.tgz#140307a513f0ba659ecec618d6cf15354a842f96"
63426342
integrity sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==
63436343

6344-
graphql-ws@^5.11.2:
6345-
version "5.16.2"
6346-
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.2.tgz#7b0306c1bdb0e97a05e800ccd523f46fb212e37c"
6347-
integrity sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==
6348-
6349-
graphql@*, graphql@16.12.0, graphql@^16.6.0:
6344+
graphql@*, graphql@16.12.0, graphql@^16.12.0, graphql@^16.6.0:
63506345
version "16.12.0"
63516346
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
63526347
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
@@ -8305,7 +8300,7 @@ mercurius-integration-testing@9.0.1:
83058300
cookie "^1.0.0"
83068301
ws "^8.12.1"
83078302

8308-
mercurius@16.8.0:
8303+
mercurius@16.8.0, mercurius@^16.6.0:
83098304
version "16.8.0"
83108305
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-16.8.0.tgz#c180849755eaedcab94be606933b397beb1456ea"
83118306
integrity sha512-b0ZxtmqgqH8GBvXxs5wITLNZdTOVd7FzkuvUkUgg0waEM1UD8buDcl0RVrqH745WOpGRqID2ltWRVfNeLIXh5w==
@@ -9317,6 +9312,11 @@ p-map@^7.0.2:
93179312
resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.3.tgz#7ac210a2d36f81ec28b736134810f7ba4418cdb6"
93189313
integrity sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==
93199314

9315+
p-map@^7.0.4:
9316+
version "7.0.4"
9317+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz#b81814255f542e252d5729dca4d66e5ec14935b8"
9318+
integrity sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==
9319+
93209320
p-pipe@3.1.0:
93219321
version "3.1.0"
93229322
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e"
@@ -10522,6 +10522,13 @@ single-user-cache@^2.0.0:
1052210522
dependencies:
1052310523
safe-stable-stringify "^2.4.3"
1052410524

10525+
single-user-cache@^2.1.0:
10526+
version "2.1.0"
10527+
resolved "https://registry.yarnpkg.com/single-user-cache/-/single-user-cache-2.1.0.tgz#287d27df9ed9b4138f12a7543f24099b9f083c8a"
10528+
integrity sha512-Wmu+uIEkabMoQPpJTOYhEsE6h/XjnjIhtuB1+tynxeO/hQxwQD0hIDq/ad65P1Tw9wt9f5SKnUe+63m6TMB4Uw==
10529+
dependencies:
10530+
safe-stable-stringify "^2.4.3"
10531+
1052510532
slash@3.0.0, slash@^3.0.0:
1052610533
version "3.0.0"
1052710534
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -11070,6 +11077,11 @@ tiny-lru@^11.0.0:
1107011077
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-11.2.11.tgz#5089a6a4a157f5a97b82aa930b44d550ac5c4778"
1107111078
integrity sha512-27BIW0dIWTYYoWNnqSmoNMKe5WIbkXsc0xaCQHd3/3xT2XMuMJrzHdrO9QBFR14emBz1Bu0dOAs2sCBBrvgPQA==
1107211079

11080+
tiny-lru@^11.4.5:
11081+
version "11.4.7"
11082+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-11.4.7.tgz#7ddfabe22720c98f7e48b2806d9d9a71a93ee0d6"
11083+
integrity sha512-w/Te7uMUVeH0CR8vZIjr+XiN41V+30lkDdK+NRIDCUYKKuL9VcmaUEmaPISuwGhLlrTGh5yu18lENtR9axSxYw==
11084+
1107311085
tinyexec@^0.3.2:
1107411086
version "0.3.2"
1107511087
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
@@ -11434,10 +11446,10 @@ undici@6.23.0:
1143411446
resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4"
1143511447
integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==
1143611448

11437-
undici@^7.2.1:
11438-
version "7.2.3"
11439-
resolved "https://registry.yarnpkg.com/undici/-/undici-7.2.3.tgz#e3e8ff2ddee1c3ab624b3a4f275093cff4b2fc77"
11440-
integrity sha512-2oSLHaDalSt2/O/wHA9M+/ZPAOcU2yrSP/cdBYJ+YxZskiPYDSqHbysLSlD7gq3JMqOoJI5O31RVU3BxX/MnAA==
11449+
undici@^7.16.0:
11450+
version "7.24.5"
11451+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.24.5.tgz#7debcf5623df2d1cb469b6face01645d9c852ae2"
11452+
integrity sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==
1144111453

1144211454
unique-filename@^1.1.1:
1144311455
version "1.1.1"
@@ -11841,11 +11853,16 @@ ws@8.19.0:
1184111853
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
1184211854
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
1184311855

11844-
ws@^8.11.0, ws@^8.12.1, ws@^8.16.0, ws@^8.2.2:
11856+
ws@^8.12.1, ws@^8.16.0, ws@^8.2.2:
1184511857
version "8.18.0"
1184611858
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
1184711859
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
1184811860

11861+
ws@^8.18.3:
11862+
version "8.20.0"
11863+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.0.tgz#4cd9532358eba60bc863aad1623dfb045a4d4af8"
11864+
integrity sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==
11865+
1184911866
wsl-utils@^0.1.0:
1185011867
version "0.1.0"
1185111868
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"

0 commit comments

Comments
 (0)