Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa9ab4b

Browse files
renovate-botrenovate[bot]
authored andcommittedMar 1, 2018
fix(deps): update dependency graphql-binding to v1.2.5
1 parent 74b9088 commit fa9ab4b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-link-http": "1.3.3",
1818
"cross-fetch": "2.0.0",
1919
"graphql": "0.13.1",
20-
"graphql-binding": "1.2.4",
20+
"graphql-binding": "1.2.5",
2121
"graphql-tools": "2.21.0"
2222
},
2323
"devDependencies": {

‎yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ deprecated-decorator@^0.1.6:
5151
version "0.1.6"
5252
resolved "https://registry.yarnpkg.com/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37"
5353

54-
graphql-binding@1.2.4:
55-
version "1.2.4"
56-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.4.tgz#ac1af63d98fca412dcd52ca04928cab2d6d08e0a"
54+
graphql-binding@1.2.5:
55+
version "1.2.5"
56+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.5.tgz#1c45b9da055cb0722f0348b6354be2e11b0a8c17"
5757
dependencies:
5858
graphql-tools "2.21.0"
59-
iterall "1.2.1"
59+
iterall "1.2.2"
6060

6161
graphql-tools@2.21.0:
6262
version "2.21.0"
@@ -74,9 +74,9 @@ graphql@0.13.1:
7474
dependencies:
7575
iterall "^1.2.0"
7676

77-
iterall@1.2.1:
78-
version "1.2.1"
79-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
77+
iterall@1.2.2:
78+
version "1.2.2"
79+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
8080

8181
iterall@^1.1.3:
8282
version "1.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.