Skip to content

Commit

Permalink
fix(deps): update dependency graphql-tools to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 21, 2019
1 parent 86ba3e8 commit 91151e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-binding": "2.5.1",
"graphql-import": "0.7.1",
"graphql-tools": "4.0.4",
"graphql-tools": "4.0.5",
"http-link-dataloader": "^0.1.6",
"jsonwebtoken": "8.5.1",
"subscriptions-transport-ws": "0.9.16",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2687,6 +2687,17 @@ graphql-tools@4.0.4:
iterall "^1.1.3"
uuid "^3.1.0"

graphql-tools@4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.5.tgz#d2b41ee0a330bfef833e5cdae7e1f0b0d86b1754"
integrity sha512-kQCh3IZsMqquDx7zfIGWBau42xe46gmqabwYkpPlCLIjcEY1XK+auP7iGRD9/205BPyoQdY8hT96MPpgERdC9Q==
dependencies:
apollo-link "^1.2.3"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
uuid "^3.1.0"

"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
Expand Down

0 comments on commit 91151e1

Please sign in to comment.