Skip to content

Commit 15e60ec

Browse files
committed
fix(deps): update dependency graphql-binding to ^0.5.0
1 parent cf2552d commit 15e60ec

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-link-http": "^1.3.2",
1818
"cross-fetch": "^1.1.1",
1919
"graphql": "^0.12.3",
20-
"graphql-binding": "^0.2.0",
20+
"graphql-binding": "^0.5.0",
2121
"graphql-tools": "^2.14.1"
2222
},
2323
"devDependencies": {

yarn.lock

+30-8
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apollo-link-http@^1.3.2:
2020
dependencies:
2121
apollo-link "^1.0.7"
2222

23-
apollo-link@^1.0.7:
23+
apollo-link@^1.0.0, apollo-link@^1.0.7:
2424
version "1.0.7"
2525
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.0.7.tgz#42cd38a7378332fc3e41a214ff6a6e5e703a556f"
2626
dependencies:
@@ -49,13 +49,35 @@ encoding@^0.1.11:
4949
dependencies:
5050
iconv-lite "~0.4.13"
5151

52-
graphql-binding@^0.2.0:
53-
version "0.2.1"
54-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.2.1.tgz#171c78fe2cf893359f62fed14901f70e3f235420"
52+
es6-promise@^4.1.1:
53+
version "4.2.2"
54+
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.2.tgz#f722d7769af88bd33bc13ec6605e1f92966b82d9"
55+
56+
graphql-binding@^0.5.0:
57+
version "0.5.0"
58+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.5.0.tgz#2ec068197ca003ea19024f9e617e053fc3afaffa"
5559
dependencies:
5660
"@types/graphql" "0.11.7"
57-
graphql "^0.12.3"
58-
graphql-tools "^2.14.1"
61+
graphql "0.12.3"
62+
graphql-tools "2.16.0"
63+
iterall "^1.1.3"
64+
65+
graphql-subscriptions@^0.5.6:
66+
version "0.5.6"
67+
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-0.5.6.tgz#0d8e960fbaaf9ecbe7900366e86da2fc143fc5b2"
68+
dependencies:
69+
es6-promise "^4.1.1"
70+
iterall "^1.1.3"
71+
72+
73+
version "2.16.0"
74+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.16.0.tgz#689e46ce8b4570e01214cb7fda4a0c9338c0459f"
75+
dependencies:
76+
apollo-link "^1.0.0"
77+
apollo-utilities "^1.0.1"
78+
deprecated-decorator "^0.1.6"
79+
graphql-subscriptions "^0.5.6"
80+
uuid "^3.1.0"
5981

6082
graphql-tools@^2.14.1:
6183
version "2.14.1"
@@ -65,7 +87,7 @@ graphql-tools@^2.14.1:
6587
deprecated-decorator "^0.1.6"
6688
uuid "^3.1.0"
6789

68-
graphql@^0.12.3:
90+
graphql@0.12.3, graphql@^0.12.3:
6991
version "0.12.3"
7092
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
7193
dependencies:
@@ -79,7 +101,7 @@ is-stream@^1.0.1:
79101
version "1.1.0"
80102
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
81103

82-
104+
[email protected], iterall@^1.1.3:
83105
version "1.1.3"
84106
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
85107

0 commit comments

Comments
 (0)