Skip to content

Commit c53d6fb

Browse files
committed
Update dependency graphql to v0.13.2
1 parent b5c0ab5 commit c53d6fb

File tree

3 files changed

+53
-27
lines changed

3 files changed

+53
-27
lines changed

package-lock.json

Lines changed: 47 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compression": "^1.7.1",
2929
"config": "^1.26.2",
3030
"express": "4.16.2",
31-
"graphql": "0.11.7",
31+
"graphql": "0.13.2",
3232
"graphql-bigint": "^1.0.0",
3333
"graphql-date": "^1.0.3",
3434
"graphql-tools": "^2.0.0",

yarn.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,11 +2443,11 @@ graphql-tools@^2.0.0:
24432443
iterall "^1.1.3"
24442444
uuid "^3.1.0"
24452445

2446-
graphql@0.11.7:
2447-
version "0.11.7"
2448-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
2446+
graphql@0.13.2:
2447+
version "0.13.2"
2448+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
24492449
dependencies:
2450-
iterall "1.1.3"
2450+
iterall "^1.2.1"
24512451

24522452
24532453
version "1.9.2"
@@ -3014,11 +3014,7 @@ [email protected]:
30143014
which "^1.1.1"
30153015
wordwrap "^1.0.0"
30163016

3017-
3018-
version "1.1.3"
3019-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
3020-
3021-
iterall@^1.1.3:
3017+
iterall@^1.1.3, iterall@^1.2.1:
30223018
version "1.2.2"
30233019
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
30243020

0 commit comments

Comments
 (0)