File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "bcryptjs" : " 2.4.3" ,
11- "graphql-yoga" : " 1.14.1 " ,
11+ "graphql-yoga" : " 1.14.2 " ,
1212 "jsonwebtoken" : " 8.2.1" ,
1313 "prisma-binding" : " 1.5.19"
1414 },
Original file line number Diff line number Diff line change @@ -2286,9 +2286,9 @@ graphql-import@^0.4.0:
22862286 graphql "^0.12.3"
22872287 lodash "^4.17.4"
22882288
2289- graphql-import@^0.5 .0 :
2290- version "0.5 .0"
2291- resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.5 .0.tgz#5f678a6d4636d02a829308884aa1f2fa2197f06d "
2289+ graphql-import@^0.6 .0 :
2290+ version "0.6 .0"
2291+ resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.6 .0.tgz#c00cb8a269ceea263e062922c8c81a2272d1ffcb "
22922292 dependencies :
22932293 lodash "^4.17.4"
22942294
@@ -2379,9 +2379,9 @@ graphql-tools@^2.23.1:
23792379 iterall "^1.1.3"
23802380 uuid "^3.1.0"
23812381
2382- graphql-yoga@1.14.1 :
2383- version "1.14.1 "
2384- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
2382+ graphql-yoga@1.14.2 :
2383+ version "1.14.2 "
2384+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
23852385 dependencies :
23862386 " @types/cors" " ^2.8.4"
23872387 " @types/express" " ^4.11.1"
@@ -2397,7 +2397,7 @@ graphql-yoga@1.14.1:
23972397 express "^4.16.3"
23982398 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
23992399 graphql-deduplicator "^2.0.1"
2400- graphql-import "^0.5 .0"
2400+ graphql-import "^0.6 .0"
24012401 graphql-middleware "1.2.1"
24022402 graphql-playground-middleware-express "1.6.2"
24032403 graphql-playground-middleware-lambda "1.6.0"
Original file line number Diff line number Diff line change 77 "prisma" : " prisma"
88 },
99 "dependencies" : {
10- "graphql-yoga" : " 1.14.1 " ,
10+ "graphql-yoga" : " 1.14.2 " ,
1111 "prisma-binding" : " 1.5.19"
1212 },
1313 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -2085,9 +2085,9 @@ graphql-import@^0.4.0:
20852085 graphql "^0.12.3"
20862086 lodash "^4.17.4"
20872087
2088- graphql-import@^0.5 .0 :
2089- version "0.5 .0"
2090- resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.5 .0.tgz#5f678a6d4636d02a829308884aa1f2fa2197f06d "
2088+ graphql-import@^0.6 .0 :
2089+ version "0.6 .0"
2090+ resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.6 .0.tgz#c00cb8a269ceea263e062922c8c81a2272d1ffcb "
20912091 dependencies :
20922092 lodash "^4.17.4"
20932093
@@ -2178,9 +2178,9 @@ graphql-tools@^2.23.1:
21782178 iterall "^1.1.3"
21792179 uuid "^3.1.0"
21802180
2181- graphql-yoga@1.14.1 :
2182- version "1.14.1 "
2183- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
2181+ graphql-yoga@1.14.2 :
2182+ version "1.14.2 "
2183+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
21842184 dependencies :
21852185 " @types/cors" " ^2.8.4"
21862186 " @types/express" " ^4.11.1"
@@ -2196,7 +2196,7 @@ graphql-yoga@1.14.1:
21962196 express "^4.16.3"
21972197 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
21982198 graphql-deduplicator "^2.0.1"
2199- graphql-import "^0.5 .0"
2199+ graphql-import "^0.6 .0"
22002200 graphql-middleware "1.2.1"
22012201 graphql-playground-middleware-express "1.6.2"
22022202 graphql-playground-middleware-lambda "1.6.0"
Original file line number Diff line number Diff line change 1414 "babel-core" : " 6.26.3" ,
1515 "babel-polyfill" : " 6.26.0" ,
1616 "babel-preset-es2015" : " 6.24.1" ,
17- "graphql-yoga" : " 1.14.1 " ,
17+ "graphql-yoga" : " 1.14.2 " ,
1818 "nodemon" : " 1.17.5"
1919 }
2020}
Original file line number Diff line number Diff line change @@ -1588,9 +1588,9 @@ graphql-import@^0.4.0:
15881588 graphql "^0.13.0"
15891589 lodash "^4.17.4"
15901590
1591- graphql-import@^0.5 .0 :
1592- version "0.5 .0"
1593- resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.5 .0.tgz#5f678a6d4636d02a829308884aa1f2fa2197f06d "
1591+ graphql-import@^0.6 .0 :
1592+ version "0.6 .0"
1593+ resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.6 .0.tgz#c00cb8a269ceea263e062922c8c81a2272d1ffcb "
15941594 dependencies :
15951595 lodash "^4.17.4"
15961596
@@ -1640,9 +1640,9 @@ graphql-tools@^2.23.1:
16401640 iterall "^1.1.3"
16411641 uuid "^3.1.0"
16421642
1643- graphql-yoga@1.14.1 :
1644- version "1.14.1 "
1645- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
1643+ graphql-yoga@1.14.2 :
1644+ version "1.14.2 "
1645+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
16461646 dependencies :
16471647 " @types/cors" " ^2.8.4"
16481648 " @types/express" " ^4.11.1"
@@ -1658,7 +1658,7 @@ graphql-yoga@1.14.1:
16581658 express "^4.16.3"
16591659 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
16601660 graphql-deduplicator "^2.0.1"
1661- graphql-import "^0.5 .0"
1661+ graphql-import "^0.6 .0"
16621662 graphql-middleware "1.2.1"
16631663 graphql-playground-middleware-express "1.6.2"
16641664 graphql-playground-middleware-lambda "1.6.0"
You can’t perform that action at this time.
0 commit comments