File tree Expand file tree Collapse file tree 6 files changed +33
-12
lines changed Expand file tree Collapse file tree 6 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "bcryptjs" : " 2.4.3" ,
11- "graphql-yoga" : " 1.8.5 " ,
11+ "graphql-yoga" : " 1.9.0 " ,
1212 "jsonwebtoken" : " 8.2.1" ,
1313 "prisma-binding" : " 1.5.17"
1414 },
Original file line number Diff line number Diff line change @@ -2140,6 +2140,12 @@ graphql-import@^0.5.0:
21402140 dependencies :
21412141 lodash "^4.17.4"
21422142
2143+ graphql-middleware@^1.1.0 :
2144+ version "1.1.1"
2145+ resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
2146+ dependencies :
2147+ graphql-tools "^2.23.1"
2148+
21432149graphql-playground-html@1.5.5 :
21442150 version "1.5.5"
21452151 resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -2221,9 +2227,9 @@ graphql-tools@^2.23.1:
22212227 iterall "^1.1.3"
22222228 uuid "^3.1.0"
22232229
2224- graphql-yoga@1.8.5 :
2225- version "1.8.5 "
2226- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5 .tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502 "
2230+ graphql-yoga@1.9.0 :
2231+ version "1.9.0 "
2232+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0 .tgz#d6854be9e5b1225430d52f90b95e62404da57c8c "
22272233 dependencies :
22282234 " @types/cors" " ^2.8.3"
22292235 " @types/express" " ^4.11.1"
@@ -2238,6 +2244,7 @@ graphql-yoga@1.8.5:
22382244 express "^4.16.3"
22392245 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
22402246 graphql-import "^0.5.0"
2247+ graphql-middleware "^1.1.0"
22412248 graphql-playground-middleware-express "1.6.1"
22422249 graphql-playground-middleware-lambda "1.5.0"
22432250 graphql-subscriptions "^0.5.8"
Original file line number Diff line number Diff line change 77 "prisma" : " prisma"
88 },
99 "dependencies" : {
10- "graphql-yoga" : " 1.8.5 " ,
10+ "graphql-yoga" : " 1.9.0 " ,
1111 "prisma-binding" : " 1.5.17"
1212 },
1313 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -1941,6 +1941,12 @@ graphql-import@^0.5.0:
19411941 dependencies :
19421942 lodash "^4.17.4"
19431943
1944+ graphql-middleware@^1.1.0 :
1945+ version "1.1.1"
1946+ resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
1947+ dependencies :
1948+ graphql-tools "^2.23.1"
1949+
19441950graphql-playground-html@1.5.5 :
19451951 version "1.5.5"
19461952 resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -2022,9 +2028,9 @@ graphql-tools@^2.23.1:
20222028 iterall "^1.1.3"
20232029 uuid "^3.1.0"
20242030
2025- graphql-yoga@1.8.5 :
2026- version "1.8.5 "
2027- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5 .tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502 "
2031+ graphql-yoga@1.9.0 :
2032+ version "1.9.0 "
2033+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0 .tgz#d6854be9e5b1225430d52f90b95e62404da57c8c "
20282034 dependencies :
20292035 " @types/cors" " ^2.8.3"
20302036 " @types/express" " ^4.11.1"
@@ -2039,6 +2045,7 @@ graphql-yoga@1.8.5:
20392045 express "^4.16.3"
20402046 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
20412047 graphql-import "^0.5.0"
2048+ graphql-middleware "^1.1.0"
20422049 graphql-playground-middleware-express "1.6.1"
20432050 graphql-playground-middleware-lambda "1.5.0"
20442051 graphql-subscriptions "^0.5.8"
Original file line number Diff line number Diff line change 77 "keywords" : [],
88 "author" : " Manjula Dube" ,
99 "dependencies" : {
10- "graphql-yoga" : " 1.8.5 "
10+ "graphql-yoga" : " 1.9.0 "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -416,6 +416,12 @@ graphql-import@^0.5.0:
416416 dependencies :
417417 lodash "^4.17.4"
418418
419+ graphql-middleware@^1.1.0 :
420+ version "1.1.1"
421+ resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
422+ dependencies :
423+ graphql-tools "^2.23.1"
424+
419425graphql-playground-html@1.5.5 :
420426 version "1.5.5"
421427 resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -456,9 +462,9 @@ graphql-tools@^2.23.1:
456462 iterall "^1.1.3"
457463 uuid "^3.1.0"
458464
459- graphql-yoga@1.8.5 :
460- version "1.8.5 "
461- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5 .tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502 "
465+ graphql-yoga@1.9.0 :
466+ version "1.9.0 "
467+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0 .tgz#d6854be9e5b1225430d52f90b95e62404da57c8c "
462468 dependencies :
463469 " @types/cors" " ^2.8.3"
464470 " @types/express" " ^4.11.1"
@@ -473,6 +479,7 @@ graphql-yoga@1.8.5:
473479 express "^4.16.3"
474480 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
475481 graphql-import "^0.5.0"
482+ graphql-middleware "^1.1.0"
476483 graphql-playground-middleware-express "1.6.1"
477484 graphql-playground-middleware-lambda "1.5.0"
478485 graphql-subscriptions "^0.5.8"
You can’t perform that action at this time.
0 commit comments