Skip to content

Commit 188b83a

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency mercurius to v9
1 parent 6069b45 commit 188b83a

File tree

2 files changed

+21
-26
lines changed

2 files changed

+21
-26
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/platform-fastify": "8.4.0",
2929
"@nestjs/testing": "8.4.0",
3030
"fastify": "3.27.2",
31-
"mercurius": "8.12.0",
31+
"mercurius": "9.3.3",
3232
"mercurius-integration-testing": "4.0.0"
3333
},
3434
"peerDependencies": {

yarn.lock

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -824,11 +824,6 @@
824824
dependencies:
825825
tslib "~2.3.0"
826826

827-
"@graphql-typed-document-node/[email protected]":
828-
version "3.1.0"
829-
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
830-
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==
831-
832827
"@graphql-typed-document-node/core@^3.1.1":
833828
version "3.1.1"
834829
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
@@ -4881,11 +4876,16 @@ fastify-cors@^6.0.0:
48814876
fastify-plugin "^3.0.0"
48824877
vary "^1.1.2"
48834878

4884-
fastify-error@^0.3.0, fastify-error@^0.3.1:
4879+
fastify-error@^0.3.0:
48854880
version "0.3.1"
48864881
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2"
48874882
integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==
48884883

4884+
fastify-error@^1.0.0:
4885+
version "1.0.0"
4886+
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-1.0.0.tgz#696eaf420e5e57dba73f954c1cdba1394128fe36"
4887+
integrity sha512-RauR3BH7vy5QXra5kZpOt7KxR7G344LmKX+uRY+QrXjfZXa2RT9PE9svAdyTruxZCCgFcnnSu6dASRFMXx6z8A==
4888+
48894889
48904890
version "5.2.0"
48914891
resolved "https://registry.yarnpkg.com/fastify-formbody/-/fastify-formbody-5.2.0.tgz#942f0847f106888cad419812590cfff7ffb61f92"
@@ -5439,12 +5439,12 @@ graceful-fs@^4.2.9:
54395439
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
54405440
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
54415441

5442-
graphql-jit@^0.7.0:
5443-
version "0.7.2"
5444-
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.2.tgz#8cf08863c22377ea4a0c4b3c12a258f3c94934ca"
5445-
integrity sha512-u+FuMCBZfoB0v8Iw6blh+D3Feke2m6hS1TFhStJcLTCOyH+KmJPo3XCFJC5QLHxqT+PJEfyf0S+zKJUZjZrhsg==
5442+
graphql-jit@^0.7.3:
5443+
version "0.7.3"
5444+
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.3.tgz#cdc14d93efb8aba75cafb0be263cbafd4881d4d9"
5445+
integrity sha512-sb7j5K4uWjpzZvmhEzU9ei9bgZImmB8bnzE2u9Mi5IkDk1Hjb0wc5+r7XAy9dwWDfuAzFZnN5mOmKjsBu1+4xw==
54465446
dependencies:
5447-
"@graphql-typed-document-node/core" "3.1.0"
5447+
"@graphql-typed-document-node/core" "^3.1.1"
54485448
fast-json-stringify "^1.13.0"
54495449
generate-function "^2.3.1"
54505450
json-schema "^0.4.0"
@@ -5478,7 +5478,7 @@ [email protected]:
54785478
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
54795479
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
54805480

5481-
graphql@*, [email protected], graphql@^15.5.1:
5481+
graphql@*, [email protected], graphql@^16.0.0:
54825482
version "15.8.0"
54835483
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
54845484
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
@@ -7280,27 +7280,27 @@ [email protected]:
72807280
cookie "^0.4.2"
72817281
ws "^8.4.2"
72827282

7283-
mercurius@8.12.0:
7284-
version "8.12.0"
7285-
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-8.12.0.tgz#ec53deabc0fab28d02cae6cbbad8b5f6745156b4"
7286-
integrity sha512-z36afRf2GgoS3NCHJUV6wKVg8jlNuCC/dkWsARWwrbZeVd7LXZRZclOu8z9aFP2+45P1KwtzZ/B+zG++oOKbQA==
7283+
mercurius@9.3.3:
7284+
version "9.3.3"
7285+
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-9.3.3.tgz#940c6563f909c23bff9ae30c872ffcc7b8568500"
7286+
integrity sha512-C6OFyu40MeEYrVCZItCliyWO4E4Xplprd0nv8jUTNPDozLKWQUHueXECEvhwH8XFYw0axdtxKAJVDaKkPZTOGg==
72877287
dependencies:
72887288
"@types/isomorphic-form-data" "^2.0.0"
72897289
events.on "^1.0.1"
7290-
fastify-error "^0.3.1"
7290+
fastify-error "^1.0.0"
72917291
fastify-plugin "^3.0.0"
72927292
fastify-static "^4.2.2"
72937293
fastify-websocket "^4.0.0"
7294-
graphql "^15.5.1"
7295-
graphql-jit "^0.7.0"
7294+
graphql "^16.0.0"
7295+
graphql-jit "^0.7.3"
72967296
mqemitter "^4.4.1"
72977297
p-map "^4.0.0"
72987298
promise.allsettled "^1.0.4"
72997299
readable-stream "^3.6.0"
73007300
safe-stable-stringify "^2.3.0"
73017301
secure-json-parse "^2.4.0"
73027302
single-user-cache "^0.6.0"
7303-
tiny-lru "^7.0.6"
7303+
tiny-lru "^8.0.1"
73047304
undici "^4.8.0"
73057305
ws "^8.2.2"
73067306

@@ -9754,11 +9754,6 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8:
97549754
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
97559755
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
97569756

9757-
tiny-lru@^7.0.6:
9758-
version "7.0.6"
9759-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
9760-
integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==
9761-
97629757
tiny-lru@^8.0.1:
97639758
version "8.0.1"
97649759
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.1.tgz#c1d77d806e68035aaa2253e253d212291240ece2"

0 commit comments

Comments
 (0)