File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 33
33
"@nestjs/platform-fastify" : " 9.3.8" ,
34
34
"@nestjs/testing" : " 9.3.8" ,
35
35
"fastify" : " 4.14.1" ,
36
- "mercurius" : " 12.0 .0" ,
36
+ "mercurius" : " 12.2 .0" ,
37
37
"mercurius-integration-testing" : " 6.0.1"
38
38
},
39
39
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -5193,6 +5193,19 @@ graphql-jit@^0.7.3:
5193
5193
lodash.merge "4.6.2"
5194
5194
lodash.mergewith "4.6.2"
5195
5195
5196
+ graphql-jit@^0.8.0 :
5197
+ version "0.8.0"
5198
+ resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.8.0.tgz#0f8fb7240cbd0dc1ab45f3684ff296193bb2d2a5"
5199
+ integrity sha512-mxdV9ohO6jKt1o9erb+7RpmnDKQFQCcJlYVfGa3j4+ieP0ITDsAlm194+pfvdv5F4zgrgZfSe5xx5Rf98epJmg==
5200
+ dependencies :
5201
+ " @graphql-typed-document-node/core" " ^3.1.1"
5202
+ fast-json-stringify "^1.21.0"
5203
+ generate-function "^2.3.1"
5204
+ json-schema "^0.4.0"
5205
+ lodash.memoize "^4.1.2"
5206
+ lodash.merge "4.6.2"
5207
+ lodash.mergewith "4.6.2"
5208
+
5196
5209
5197
5210
version "2.0.0"
5198
5211
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-2.0.0.tgz#11ec181d475852d8aec879183e8e1eb94f2eb79a"
7045
7058
cookie "^0.5.0"
7046
7059
ws "^8.9.0"
7047
7060
7048
- mercurius@12.0 .0 :
7049
- version "12.0 .0"
7050
- resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-12.0 .0.tgz#b998606145426a7510289de11e981f22fa91ed2f "
7051
- integrity sha512-ORe/0eFuUq5lFMF1c8hdEQz44MdK4A8gMbJr8US3BakHBeYbbFDWGskhHkYmaZkx2ka0NJh+iMasWiL07kAoHg ==
7061
+ mercurius@12.2 .0 :
7062
+ version "12.2 .0"
7063
+ resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-12.2 .0.tgz#ce27f4dd50037ba37cb524dc1392c2b2fb96d428 "
7064
+ integrity sha512-S1/j+MSJA11A0rW/TM+31qq7PTf9EQVDtq+XJQMaebtqEP5JhhUmQnTLzCh9NhHkh7YIFH72gEY03Phr3Cs8xQ ==
7052
7065
dependencies :
7053
7066
" @fastify/error" " ^3.0.0"
7054
7067
" @fastify/static" " ^6.0.0"
7055
7068
" @fastify/websocket" " ^7.0.0"
7056
7069
fastify-plugin "^4.2.0"
7057
7070
graphql "^16.0.0"
7058
- graphql-jit "^0.7.3 "
7071
+ graphql-jit "^0.8.0 "
7059
7072
mqemitter "^5.0.0"
7060
7073
p-map "^4.0.0"
7061
7074
readable-stream "^4.0.0"
You can’t perform that action at this time.
0 commit comments