Skip to content

Commit 1c3b2d9

Browse files
renovate-botrenovate[bot]
authored andcommittedNov 22, 2018
fix(deps): update dependency graphql-binding to v2.3.5
1 parent f48370c commit 1c3b2d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"apollo-link-error": "1.1.2",
3535
"apollo-link-ws": "1.0.10",
3636
"cross-fetch": "2.2.3",
37-
"graphql-binding": "2.3.4",
37+
"graphql-binding": "2.3.5",
3838
"graphql-import": "0.7.1",
3939
"graphql-tools": "4.0.3",
4040
"http-link-dataloader": "^0.1.6",

Diff for: ‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2552,10 +2552,10 @@ graceful-fs@~4.1.11:
25522552
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
25532553
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
25542554

2555-
graphql-binding@2.3.4:
2556-
version "2.3.4"
2557-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.3.4.tgz#77a5699b41133afe9884988e58efb390f1512ac0"
2558-
integrity sha512-ZNnBEwdHeAMavctrTLPxYgyja7le86CBPsj0Ftfn255ApNioj13ft/ERkX2BMPJM1TnBBPxkg3X8J+LW8nP5TQ==
2555+
graphql-binding@2.3.5:
2556+
version "2.3.5"
2557+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-2.3.5.tgz#b3a7ee91f82f94f044c9902b08f888ef4bf0c6a9"
2558+
integrity sha512-COtcQzRIJU3MLJ+NOiVtN0UrLS/ZknZRbAqPIRmK4oAQlvBhY4M903m6RoS4kRW1uk/aFuQyEqyj4lbzHoLjfw==
25592559
dependencies:
25602560
graphql-import "^0.7.1"
25612561
graphql-tools "4.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.