Skip to content

Commit 6ac194a

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql to v0.13.1
1 parent 143c10d commit 6ac194a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"apollo-link": "1.1.0",
1717
"apollo-link-http": "1.3.3",
1818
"cross-fetch": "1.1.1",
19-
"graphql": "0.13.0",
19+
"graphql": "0.13.1",
2020
"graphql-binding": "1.2.1",
2121
"graphql-tools": "2.21.0"
2222
},

yarn.lock

+9-5
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ [email protected]:
6666
iterall "^1.1.3"
6767
uuid "^3.1.0"
6868

69-
70-
version "0.13.0"
71-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
69+
70+
version "0.13.1"
71+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
7272
dependencies:
73-
iterall "1.1.x"
73+
iterall "^1.2.0"
7474

7575
iconv-lite@~0.4.13:
7676
version "0.4.19"
@@ -80,14 +80,18 @@ is-stream@^1.0.1:
8080
version "1.1.0"
8181
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
8282

83-
83+
8484
version "1.1.4"
8585
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
8686

8787
iterall@^1.1.3:
8888
version "1.1.3"
8989
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
9090

91+
iterall@^1.2.0:
92+
version "1.2.0"
93+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
94+
9195
9296
version "1.7.3"
9397
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"

0 commit comments

Comments
 (0)