File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "@kbrandwijk/swagger-to-graphql" : " 2.4.2" ,
13- "graphql" : " 0.12.3 " ,
13+ "graphql" : " 0.13.1 " ,
1414 "graphql-binding" : " 1.2.0"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -325,6 +325,12 @@ graphql@0.12.3:
325325 dependencies :
326326 iterall "1.1.3"
327327
328+ graphql@0.13.1 :
329+ version "0.13.1"
330+ resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
331+ dependencies :
332+ iterall "^1.2.0"
333+
328334har-schema@^2.0.0 :
329335 version "2.0.0"
330336 resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -416,6 +422,10 @@ iterall@1.1.3, iterall@^1.1.3:
416422 version "1.1.3"
417423 resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
418424
425+ iterall@^1.2.0 :
426+ version "1.2.1"
427+ resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
428+
419429js-yaml@^3.8.4, js-yaml@^3.9.1 :
420430 version "3.10.0"
421431 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
You can’t perform that action at this time.
0 commit comments