Skip to content

Commit

Permalink
Merge pull request #2619 from nestjs/renovate/mercurius-12.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency mercurius to v12.2.0
  • Loading branch information
kamilmysliwiec committed Mar 10, 2023
2 parents 6b5716a + b010bff commit b2a4186
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
23 changes: 18 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b2a4186

Please sign in to comment.