Skip to content

Commit 42df8fe

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-binding-github to v0.3.23
1 parent c91af18 commit 42df8fe

File tree

2 files changed

+27
-17
lines changed

2 files changed

+27
-17
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"deploy": "now --public -e GITHUB_TOKEN && now alias && now rm --yes --safe graphql-binding-github"
55
},
66
"dependencies": {
7-
"graphql-binding-github": "0.3.22",
7+
"graphql-binding-github": "0.3.23",
88
"graphql-yoga": "1.13.1"
99
},
1010
"now": {

example/yarn.lock

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ [email protected]:
104104
dependencies:
105105
apollo-link "^1.1.0"
106106

107+
[email protected], apollo-link@^1.2.1:
108+
version "1.2.1"
109+
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.1.tgz#c120b16059f9bd93401b9f72b94d2f80f3f305d2"
110+
dependencies:
111+
"@types/node" "^9.4.6"
112+
apollo-utilities "^1.0.0"
113+
zen-observable-ts "^0.8.6"
114+
107115
108116
version "1.2.2"
109117
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.2.tgz#54c84199b18ac1af8d63553a68ca389c05217a03"
@@ -120,14 +128,6 @@ apollo-link@^1.1.0:
120128
apollo-utilities "^1.0.0"
121129
zen-observable "^0.7.0"
122130

123-
apollo-link@^1.2.1:
124-
version "1.2.1"
125-
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.1.tgz#c120b16059f9bd93401b9f72b94d2f80f3f305d2"
126-
dependencies:
127-
"@types/node" "^9.4.6"
128-
apollo-utilities "^1.0.0"
129-
zen-observable-ts "^0.8.6"
130-
131131
apollo-server-core@^1.3.6:
132132
version "1.3.6"
133133
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-1.3.6.tgz#08636243c2de56fa8c267d68dd602cb1fbd323e3"
@@ -446,22 +446,22 @@ [email protected]:
446446
version "0.5.2"
447447
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
448448

449-
450-
version "0.3.22"
451-
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.22.tgz#961120f135c0416b9b8aaa319b500aa52c135ea3"
449+
450+
version "0.3.23"
451+
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.23.tgz#eb7a55177cc8e58d8d7426ff53eaaecfbf3ef055"
452452
dependencies:
453453
apollo-link "1.2.2"
454454
apollo-link-http "1.3.3"
455455
cross-fetch "2.1.1"
456456
graphql "0.13.2"
457-
graphql-binding "1.3.0"
457+
graphql-binding "1.3.1"
458458
graphql-tools "2.21.0"
459459

460-
461-
version "1.3.0"
462-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.3.0.tgz#6149e151bddc7f0b00cc38e787da39c7f1268d23"
460+
461+
version "1.3.1"
462+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.3.1.tgz#ce415fb068042422e8a980df0cdb0f5106f5fb47"
463463
dependencies:
464-
graphql-tools "2.21.0"
464+
graphql-tools "3.0.0"
465465
iterall "1.2.2"
466466
object-path-immutable "^1.0.1"
467467

@@ -545,6 +545,16 @@ [email protected]:
545545
iterall "^1.1.3"
546546
uuid "^3.1.0"
547547

548+
549+
version "3.0.0"
550+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.0.tgz#ff22ad15315fc268de8639d03936b911d78b9e9b"
551+
dependencies:
552+
apollo-link "1.2.1"
553+
apollo-utilities "^1.0.1"
554+
deprecated-decorator "^0.1.6"
555+
iterall "^1.1.3"
556+
uuid "^3.1.0"
557+
548558
graphql-tools@^2.23.1:
549559
version "2.23.1"
550560
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.23.1.tgz#23f43000e2b9dc5a89920fe846fc5f71a320efdb"

0 commit comments

Comments
 (0)