Skip to content

Commit

Permalink
Merge pull request #316 from prisma/renovate/graphql-binding-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency graphql-binding to v2.5.0
  • Loading branch information
maticzav authored Jan 26, 2019
2 parents 80b229b + d3d5e4e commit c22afe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"apollo-link-ws": "1.0.12",
"cross-fetch": "3.0.0",
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-binding": "2.4.2",
"graphql-binding": "2.5.0",
"graphql-import": "0.7.1",
"graphql-tools": "4.0.4",
"http-link-dataloader": "^0.1.6",
Expand Down
19 changes: 4 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2604,10 +2604,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graphql-binding@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.4.2.tgz#a48340e55161f90a75e3c24bab87e810f4b096d5"
integrity sha512-1w3YoyCnGaEkR/vihOnK9PqN30IMqzKoVkg156zSRK9tGvYF33yy3O8ZZqOPMu7q6xp+LMUsnrjhYgit4sH1hg==
graphql-binding@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.5.0.tgz#47eee13e622171bb337c2ce9bab6b4cecd5a76cc"
integrity sha512-DzZgPakNlAqELjO3M7F4YOSC4QBL3CTYGEH/NJdSvF/DqAGY7UrnCNVXGt+fR4yx+VYQVtd+kF2VgpZmIAahQg==
dependencies:
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
graphql-import "^0.7.1"
Expand All @@ -2626,17 +2626,6 @@ [email protected], graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

[email protected]:
version "4.0.3"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg==
dependencies:
apollo-link "^1.2.3"
apollo-utilities "^1.0.1"
deprecated-decorator "^0.1.6"
iterall "^1.1.3"
uuid "^3.1.0"

[email protected]:
version "4.0.4"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
Expand Down

0 comments on commit c22afe3

Please sign in to comment.