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 8
8
},
9
9
"dependencies" : {
10
10
"bcryptjs" : " 2.4.3" ,
11
- "graphql-yoga" : " 1.14.1 " ,
11
+ "graphql-yoga" : " 1.14.2 " ,
12
12
"jsonwebtoken" : " 8.2.1" ,
13
13
"prisma-binding" : " 1.5.19"
14
14
},
Original file line number Diff line number Diff line change @@ -2286,9 +2286,9 @@ graphql-import@^0.4.0:
2286
2286
graphql "^0.12.3"
2287
2287
lodash "^4.17.4"
2288
2288
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 "
2292
2292
dependencies :
2293
2293
lodash "^4.17.4"
2294
2294
@@ -2379,9 +2379,9 @@ graphql-tools@^2.23.1:
2379
2379
iterall "^1.1.3"
2380
2380
uuid "^3.1.0"
2381
2381
2382
-
2383
- version "1.14.1 "
2384
- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
2382
+
2383
+ version "1.14.2 "
2384
+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
2385
2385
dependencies :
2386
2386
" @types/cors" " ^2.8.4"
2387
2387
" @types/express" " ^4.11.1"
2397
2397
express "^4.16.3"
2398
2398
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2399
2399
graphql-deduplicator "^2.0.1"
2400
- graphql-import "^0.5 .0"
2400
+ graphql-import "^0.6 .0"
2401
2401
graphql-middleware "1.2.1"
2402
2402
graphql-playground-middleware-express "1.6.2"
2403
2403
graphql-playground-middleware-lambda "1.6.0"
Original file line number Diff line number Diff line change 7
7
"prisma" : " prisma"
8
8
},
9
9
"dependencies" : {
10
- "graphql-yoga" : " 1.14.1 " ,
10
+ "graphql-yoga" : " 1.14.2 " ,
11
11
"prisma-binding" : " 1.5.19"
12
12
},
13
13
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -2085,9 +2085,9 @@ graphql-import@^0.4.0:
2085
2085
graphql "^0.12.3"
2086
2086
lodash "^4.17.4"
2087
2087
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 "
2091
2091
dependencies :
2092
2092
lodash "^4.17.4"
2093
2093
@@ -2178,9 +2178,9 @@ graphql-tools@^2.23.1:
2178
2178
iterall "^1.1.3"
2179
2179
uuid "^3.1.0"
2180
2180
2181
-
2182
- version "1.14.1 "
2183
- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
2181
+
2182
+ version "1.14.2 "
2183
+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
2184
2184
dependencies :
2185
2185
" @types/cors" " ^2.8.4"
2186
2186
" @types/express" " ^4.11.1"
2196
2196
express "^4.16.3"
2197
2197
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2198
2198
graphql-deduplicator "^2.0.1"
2199
- graphql-import "^0.5 .0"
2199
+ graphql-import "^0.6 .0"
2200
2200
graphql-middleware "1.2.1"
2201
2201
graphql-playground-middleware-express "1.6.2"
2202
2202
graphql-playground-middleware-lambda "1.6.0"
Original file line number Diff line number Diff line change 14
14
"babel-core" : " 6.26.3" ,
15
15
"babel-polyfill" : " 6.26.0" ,
16
16
"babel-preset-es2015" : " 6.24.1" ,
17
- "graphql-yoga" : " 1.14.1 " ,
17
+ "graphql-yoga" : " 1.14.2 " ,
18
18
"nodemon" : " 1.17.5"
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -1588,9 +1588,9 @@ graphql-import@^0.4.0:
1588
1588
graphql "^0.13.0"
1589
1589
lodash "^4.17.4"
1590
1590
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 "
1594
1594
dependencies :
1595
1595
lodash "^4.17.4"
1596
1596
@@ -1640,9 +1640,9 @@ graphql-tools@^2.23.1:
1640
1640
iterall "^1.1.3"
1641
1641
uuid "^3.1.0"
1642
1642
1643
-
1644
- version "1.14.1 "
1645
- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.1 .tgz#f7fd5357fa77cf83239e90675c0bf0d651d93bf7 "
1643
+
1644
+ version "1.14.2 "
1645
+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2 .tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5 "
1646
1646
dependencies :
1647
1647
" @types/cors" " ^2.8.4"
1648
1648
" @types/express" " ^4.11.1"
1658
1658
express "^4.16.3"
1659
1659
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
1660
1660
graphql-deduplicator "^2.0.1"
1661
- graphql-import "^0.5 .0"
1661
+ graphql-import "^0.6 .0"
1662
1662
graphql-middleware "1.2.1"
1663
1663
graphql-playground-middleware-express "1.6.2"
1664
1664
graphql-playground-middleware-lambda "1.6.0"
You can’t perform that action at this time.
0 commit comments