Skip to content

Commit 34270cf

Browse files
renovate-botrenovate[bot]
authored andcommittedJun 21, 2019
fix(deps): update dependency graphql-binding to v2.5.2
1 parent 91151e1 commit 34270cf

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"apollo-link-ws": "1.0.18",
4040
"cross-fetch": "3.0.4",
4141
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
42-
"graphql-binding": "2.5.1",
42+
"graphql-binding": "2.5.2",
4343
"graphql-import": "0.7.1",
4444
"graphql-tools": "4.0.5",
4545
"http-link-dataloader": "^0.1.6",

‎yarn.lock

+5-16
Original file line numberDiff line numberDiff line change
@@ -2654,14 +2654,14 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
26542654
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
26552655
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
26562656

2657-
graphql-binding@2.5.1:
2658-
version "2.5.1"
2659-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.5.1.tgz#cacd8d579c4098541dadb9325255c09e476ab65c"
2660-
integrity sha512-9Lejxa7h/WcNZYyTvFQG12QUK8pkgbeEbEnMw3o/DsRhlIB8hrh+a+mbJgHpZ+dcUzSBGyTByiLAI3OLg7B//g==
2657+
graphql-binding@2.5.2:
2658+
version "2.5.2"
2659+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.5.2.tgz#b311e0e8ccbe04ae3346bc236552ef963fcaf4db"
2660+
integrity sha512-CUDidmx/Ql6bB3Jz9owZK4TlSfD58/dJEXeGVPn6Zl0qrLjxZI+jhovxYw4ArU6cLG/NdadsSg62PlR1M6+reg==
26612661
dependencies:
26622662
graphql "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
26632663
graphql-import "^0.7.1"
2664-
graphql-tools "4.0.4"
2664+
graphql-tools "4.0.5"
26652665
iterall "1.2.2"
26662666
object-path-immutable "^3.0.0"
26672667
resolve-cwd "^2.0.0"
@@ -2676,17 +2676,6 @@ graphql-import@0.7.1, graphql-import@^0.7.1:
26762676
lodash "^4.17.4"
26772677
resolve-from "^4.0.0"
26782678

2679-
graphql-tools@4.0.4:
2680-
version "4.0.4"
2681-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b"
2682-
integrity sha512-chF12etTIGVVGy3fCTJ1ivJX2KB7OSG4c6UOJQuqOHCmBQwTyNgCDuejZKvpYxNZiEx7bwIjrodDgDe9RIkjlw==
2683-
dependencies:
2684-
apollo-link "^1.2.3"
2685-
apollo-utilities "^1.0.1"
2686-
deprecated-decorator "^0.1.6"
2687-
iterall "^1.1.3"
2688-
uuid "^3.1.0"
2689-
26902679
graphql-tools@4.0.5:
26912680
version "4.0.5"
26922681
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.5.tgz#d2b41ee0a330bfef833e5cdae7e1f0b0d86b1754"

0 commit comments

Comments
 (0)
Please sign in to comment.