Skip to content

Commit 005d0d1

Browse files
chore(): revert mercurius dev dependency
1 parent 188b83a commit 005d0d1

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
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": "9.3.3",
31+
"mercurius": "8.12.0",
3232
"mercurius-integration-testing": "4.0.0"
3333
},
3434
"peerDependencies": {

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4876,16 +4876,11 @@ fastify-cors@^6.0.0:
48764876
fastify-plugin "^3.0.0"
48774877
vary "^1.1.2"
48784878

4879-
fastify-error@^0.3.0:
4879+
fastify-error@^0.3.0, fastify-error@^0.3.1:
48804880
version "0.3.1"
48814881
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.3.1.tgz#8eb993e15e3cf57f0357fc452af9290f1c1278d2"
48824882
integrity sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==
48834883

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-
48894884
48904885
version "5.2.0"
48914886
resolved "https://registry.yarnpkg.com/fastify-formbody/-/fastify-formbody-5.2.0.tgz#942f0847f106888cad419812590cfff7ffb61f92"
@@ -5439,7 +5434,7 @@ graceful-fs@^4.2.9:
54395434
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
54405435
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
54415436

5442-
graphql-jit@^0.7.3:
5437+
graphql-jit@^0.7.0:
54435438
version "0.7.3"
54445439
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.3.tgz#cdc14d93efb8aba75cafb0be263cbafd4881d4d9"
54455440
integrity sha512-sb7j5K4uWjpzZvmhEzU9ei9bgZImmB8bnzE2u9Mi5IkDk1Hjb0wc5+r7XAy9dwWDfuAzFZnN5mOmKjsBu1+4xw==
@@ -5478,7 +5473,7 @@ [email protected]:
54785473
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
54795474
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
54805475

5481-
graphql@*, [email protected], graphql@^16.0.0:
5476+
graphql@*, [email protected], graphql@^15.5.1:
54825477
version "15.8.0"
54835478
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
54845479
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
@@ -7280,27 +7275,27 @@ [email protected]:
72807275
cookie "^0.4.2"
72817276
ws "^8.4.2"
72827277

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==
7278+
mercurius@8.12.0:
7279+
version "8.12.0"
7280+
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-8.12.0.tgz#ec53deabc0fab28d02cae6cbbad8b5f6745156b4"
7281+
integrity sha512-z36afRf2GgoS3NCHJUV6wKVg8jlNuCC/dkWsARWwrbZeVd7LXZRZclOu8z9aFP2+45P1KwtzZ/B+zG++oOKbQA==
72877282
dependencies:
72887283
"@types/isomorphic-form-data" "^2.0.0"
72897284
events.on "^1.0.1"
7290-
fastify-error "^1.0.0"
7285+
fastify-error "^0.3.1"
72917286
fastify-plugin "^3.0.0"
72927287
fastify-static "^4.2.2"
72937288
fastify-websocket "^4.0.0"
7294-
graphql "^16.0.0"
7295-
graphql-jit "^0.7.3"
7289+
graphql "^15.5.1"
7290+
graphql-jit "^0.7.0"
72967291
mqemitter "^4.4.1"
72977292
p-map "^4.0.0"
72987293
promise.allsettled "^1.0.4"
72997294
readable-stream "^3.6.0"
73007295
safe-stable-stringify "^2.3.0"
73017296
secure-json-parse "^2.4.0"
73027297
single-user-cache "^0.6.0"
7303-
tiny-lru "^8.0.1"
7298+
tiny-lru "^7.0.6"
73047299
undici "^4.8.0"
73057300
ws "^8.2.2"
73067301

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

9752+
tiny-lru@^7.0.6:
9753+
version "7.0.6"
9754+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
9755+
integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==
9756+
97579757
tiny-lru@^8.0.1:
97589758
version "8.0.1"
97599759
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.1.tgz#c1d77d806e68035aaa2253e253d212291240ece2"

0 commit comments

Comments
 (0)