diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index bfe888250..b71a64084 100644 --- a/packages/mercurius/package.json +++ b/packages/mercurius/package.json @@ -33,7 +33,7 @@ "@nestjs/platform-fastify": "9.3.8", "@nestjs/testing": "9.3.8", "fastify": "4.14.1", - "mercurius": "12.0.0", + "mercurius": "12.2.0", "mercurius-integration-testing": "6.0.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 7ec0e8ba1..9b3cade22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5193,6 +5193,19 @@ graphql-jit@^0.7.3: lodash.merge "4.6.2" lodash.mergewith "4.6.2" +graphql-jit@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.8.0.tgz#0f8fb7240cbd0dc1ab45f3684ff296193bb2d2a5" + integrity sha512-mxdV9ohO6jKt1o9erb+7RpmnDKQFQCcJlYVfGa3j4+ieP0ITDsAlm194+pfvdv5F4zgrgZfSe5xx5Rf98epJmg== + dependencies: + "@graphql-typed-document-node/core" "^3.1.1" + fast-json-stringify "^1.21.0" + generate-function "^2.3.1" + json-schema "^0.4.0" + lodash.memoize "^4.1.2" + lodash.merge "4.6.2" + lodash.mergewith "4.6.2" + graphql-subscriptions@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a" @@ -7045,17 +7058,17 @@ mercurius-integration-testing@6.0.1: cookie "^0.5.0" ws "^8.9.0" -mercurius@12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-12.0.0.tgz#b998606145426a7510289de11e981f22fa91ed2f" - integrity sha512-ORe/0eFuUq5lFMF1c8hdEQz44MdK4A8gMbJr8US3BakHBeYbbFDWGskhHkYmaZkx2ka0NJh+iMasWiL07kAoHg== +mercurius@12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-12.2.0.tgz#ce27f4dd50037ba37cb524dc1392c2b2fb96d428" + integrity sha512-S1/j+MSJA11A0rW/TM+31qq7PTf9EQVDtq+XJQMaebtqEP5JhhUmQnTLzCh9NhHkh7YIFH72gEY03Phr3Cs8xQ== dependencies: "@fastify/error" "^3.0.0" "@fastify/static" "^6.0.0" "@fastify/websocket" "^7.0.0" fastify-plugin "^4.2.0" graphql "^16.0.0" - graphql-jit "^0.7.3" + graphql-jit "^0.8.0" mqemitter "^5.0.0" p-map "^4.0.0" readable-stream "^4.0.0"